diff options
author | tota <tota@FreeBSD.org> | 2015-08-12 16:30:19 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-08-12 16:30:19 +0800 |
commit | 65b2e76414fbd29be59f4308bb3311d37f93f453 (patch) | |
tree | a8c30476b0a0aa0bb35dc7e975fd632f32936d55 /www | |
parent | c06f4cab62d9f3c8fb92f6b16c042d7ffb38749b (diff) | |
download | freebsd-ports-gnome-65b2e76414fbd29be59f4308bb3311d37f93f453.tar.gz freebsd-ports-gnome-65b2e76414fbd29be59f4308bb3311d37f93f453.tar.zst freebsd-ports-gnome-65b2e76414fbd29be59f4308bb3311d37f93f453.zip |
- Add new port: www/R-cran-htmlwidgets
A framework for creating HTML widgets that render in various contexts
including the R console, 'R Markdown' documents, and 'Shiny' web
applications.
WWW: https://cran.r-project.org/web/packages/htmlwidgets/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/R-cran-htmlwidgets/Makefile | 20 | ||||
-rw-r--r-- | www/R-cran-htmlwidgets/distinfo | 2 | ||||
-rw-r--r-- | www/R-cran-htmlwidgets/pkg-descr | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b4e739438f1c..05e86f127dd3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -6,6 +6,7 @@ SUBDIR += MT SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-Rpad + SUBDIR += R-cran-htmlwidgets SUBDIR += R-cran-httpuv SUBDIR += R-cran-httr SUBDIR += R-cran-scrapeR diff --git a/www/R-cran-htmlwidgets/Makefile b/www/R-cran-htmlwidgets/Makefile new file mode 100644 index 000000000000..67ac0b964a63 --- /dev/null +++ b/www/R-cran-htmlwidgets/Makefile @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= htmlwidgets +PORTVERSION= 0.5 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= HTML Widgets for R + +LICENSE= MIT + +RUN_DEPENDS= R-cran-htmltools>=0.2.6:${PORTSDIR}/textproc/R-cran-htmltools \ + R-cran-jsonlite>=0.9.16:${PORTSDIR}/converters/R-cran-jsonlite \ + R-cran-yaml>0:${PORTSDIR}/textproc/R-cran-yaml + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/www/R-cran-htmlwidgets/distinfo b/www/R-cran-htmlwidgets/distinfo new file mode 100644 index 000000000000..3a55f130f01b --- /dev/null +++ b/www/R-cran-htmlwidgets/distinfo @@ -0,0 +1,2 @@ +SHA256 (htmlwidgets_0.5.tar.gz) = 12c54d89bf7633eea5b7a1007602361f11ed4ecc4c070fb026398977e61ca8b4 +SIZE (htmlwidgets_0.5.tar.gz) = 829921 diff --git a/www/R-cran-htmlwidgets/pkg-descr b/www/R-cran-htmlwidgets/pkg-descr new file mode 100644 index 000000000000..ca864fd9f3b8 --- /dev/null +++ b/www/R-cran-htmlwidgets/pkg-descr @@ -0,0 +1,5 @@ +A framework for creating HTML widgets that render in various contexts +including the R console, 'R Markdown' documents, and 'Shiny' web +applications. + +WWW: https://cran.r-project.org/web/packages/htmlwidgets/ |