Date: Wed, 12 Aug 2015 08:30:20 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394010 - in head/www: . R-cran-htmlwidgets Message-ID: <201508120830.t7C8UKOL019362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Aug 12 08:30:19 2015 New Revision: 394010 URL: https://svnweb.freebsd.org/changeset/ports/394010 Log: - 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/ Added: head/www/R-cran-htmlwidgets/ head/www/R-cran-htmlwidgets/Makefile (contents, props changed) head/www/R-cran-htmlwidgets/distinfo (contents, props changed) head/www/R-cran-htmlwidgets/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Aug 12 08:04:48 2015 (r394009) +++ head/www/Makefile Wed Aug 12 08:30:19 2015 (r394010) @@ -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 Added: head/www/R-cran-htmlwidgets/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-htmlwidgets/Makefile Wed Aug 12 08:30:19 2015 (r394010) @@ -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> Added: head/www/R-cran-htmlwidgets/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-htmlwidgets/distinfo Wed Aug 12 08:30:19 2015 (r394010) @@ -0,0 +1,2 @@ +SHA256 (htmlwidgets_0.5.tar.gz) = 12c54d89bf7633eea5b7a1007602361f11ed4ecc4c070fb026398977e61ca8b4 +SIZE (htmlwidgets_0.5.tar.gz) = 829921 Added: head/www/R-cran-htmlwidgets/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-htmlwidgets/pkg-descr Wed Aug 12 08:30:19 2015 (r394010) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508120830.t7C8UKOL019362>