From 7101f4af77072f8d7b0e15b88706b49db4b08d5c Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Wed, 12 Aug 2015 11:24:03 +0000 Subject: [PATCH] - 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/ --- textproc/Makefile | 1 + textproc/R-cran-DT/Makefile | 20 ++++++++++++++++++++ textproc/R-cran-DT/distinfo | 2 ++ textproc/R-cran-DT/pkg-descr | 6 ++++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/R-cran-DT/Makefile create mode 100644 textproc/R-cran-DT/distinfo create mode 100644 textproc/R-cran-DT/pkg-descr 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 +# $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 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/