diff options
author | tota <tota@FreeBSD.org> | 2015-08-12 19:24:03 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-08-12 19:24:03 +0800 |
commit | 55bfd7e04c1a1f1c7f6d695767134f21345e9d07 (patch) | |
tree | cc82dd4efebb4da3a0232e14fcd5839daa3d9577 /textproc | |
parent | db0bd9ac259bcf09a4a48c01f5f0904b21d1e704 (diff) | |
download | freebsd-ports-gnome-55bfd7e04c1a1f1c7f6d695767134f21345e9d07.tar.gz freebsd-ports-gnome-55bfd7e04c1a1f1c7f6d695767134f21345e9d07.tar.zst freebsd-ports-gnome-55bfd7e04c1a1f1c7f6d695767134f21345e9d07.zip |
- 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/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-DT/Makefile | 20 | ||||
-rw-r--r-- | textproc/R-cran-DT/distinfo | 2 | ||||
-rw-r--r-- | textproc/R-cran-DT/pkg-descr | 6 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c71266c052fa..d274f2a630c0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/R-cran-DT/Makefile b/textproc/R-cran-DT/Makefile new file mode 100644 index 000000000000..b33311239148 --- /dev/null +++ b/textproc/R-cran-DT/Makefile @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= DT +PORTVERSION= 0.1 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@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> diff --git a/textproc/R-cran-DT/distinfo b/textproc/R-cran-DT/distinfo new file mode 100644 index 000000000000..e13d269c8243 --- /dev/null +++ b/textproc/R-cran-DT/distinfo @@ -0,0 +1,2 @@ +SHA256 (DT_0.1.tar.gz) = 129bdafededbdcc3279d63b16f00c885b215f23cab2edfe33c9cbe177c8c4756 +SIZE (DT_0.1.tar.gz) = 332407 diff --git a/textproc/R-cran-DT/pkg-descr b/textproc/R-cran-DT/pkg-descr new file mode 100644 index 000000000000..41e272d0f883 --- /dev/null +++ b/textproc/R-cran-DT/pkg-descr @@ -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/ |