svn commit: r394015 - in head/textproc: . R-cran-DT

TAKATSU Tomonari tota at FreeBSD.org
Wed Aug 12 11:24:05 UTC 2015


Author: tota
Date: Wed Aug 12 11:24:03 2015
New Revision: 394015
URL: https://svnweb.freebsd.org/changeset/ports/394015

Log:
  - Add new port: textproc/R-cran-DT
  
    Data objects in R can be rendered as HTML tables using the JavaScript
    library 'DataTables' (typically via R Markdown or Shiny). The
    'DataTables' library has been included in this R package. The package
    name 'DT' is an abbreviation of 'DataTables'.
  
    WWW: https://cran.r-project.org/web/packages/DT/

Added:
  head/textproc/R-cran-DT/
  head/textproc/R-cran-DT/Makefile   (contents, props changed)
  head/textproc/R-cran-DT/distinfo   (contents, props changed)
  head/textproc/R-cran-DT/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Aug 12 09:55:10 2015	(r394014)
+++ head/textproc/Makefile	Wed Aug 12 11:24:03 2015	(r394015)
@@ -4,6 +4,7 @@
     COMMENT = Text processing utilities (does not include desktop publishing)
 
     SUBDIR += 2bsd-diff
+    SUBDIR += R-cran-DT
     SUBDIR += R-cran-R2HTML
     SUBDIR += R-cran-XML
     SUBDIR += R-cran-formatR

Added: head/textproc/R-cran-DT/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-DT/Makefile	Wed Aug 12 11:24:03 2015	(r394015)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	DT
+PORTVERSION=	0.1
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Wrapper of the JavaScript Library 'DataTables'
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	R-cran-htmltools>0:${PORTSDIR}/textproc/R-cran-htmltools \
+		R-cran-htmlwidgets>=0.4:${PORTSDIR}/www/R-cran-htmlwidgets \
+		R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-DT/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-DT/distinfo	Wed Aug 12 11:24:03 2015	(r394015)
@@ -0,0 +1,2 @@
+SHA256 (DT_0.1.tar.gz) = 129bdafededbdcc3279d63b16f00c885b215f23cab2edfe33c9cbe177c8c4756
+SIZE (DT_0.1.tar.gz) = 332407

Added: head/textproc/R-cran-DT/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-DT/pkg-descr	Wed Aug 12 11:24:03 2015	(r394015)
@@ -0,0 +1,6 @@
+Data objects in R can be rendered as HTML tables using the JavaScript
+library 'DataTables' (typically via R Markdown or Shiny). The
+'DataTables' library has been included in this R package. The package
+name 'DT' is an abbreviation of 'DataTables'.
+
+WWW: https://cran.r-project.org/web/packages/DT/


More information about the svn-ports-head mailing list