Date: Tue, 3 Apr 2018 09:50:55 +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: r466313 - in head/www: . R-cran-crosstalk Message-ID: <201804030950.w339otqW091384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Tue Apr 3 09:50:55 2018 New Revision: 466313 URL: https://svnweb.freebsd.org/changeset/ports/466313 Log: - Add new port: www/R-cran-crosstalk Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering. WWW: https://cran.r-project.org/web/packages/crosstalk/ Added: head/www/R-cran-crosstalk/ head/www/R-cran-crosstalk/Makefile (contents, props changed) head/www/R-cran-crosstalk/distinfo (contents, props changed) head/www/R-cran-crosstalk/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Apr 3 09:50:51 2018 (r466312) +++ head/www/Makefile Tue Apr 3 09:50:55 2018 (r466313) @@ -5,6 +5,7 @@ SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-Rook + SUBDIR += R-cran-crosstalk SUBDIR += R-cran-downloader SUBDIR += R-cran-htmlwidgets SUBDIR += R-cran-httpuv Added: head/www/R-cran-crosstalk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-crosstalk/Makefile Tue Apr 3 09:50:55 2018 (r466313) @@ -0,0 +1,25 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= crosstalk +PORTVERSION= 1.0.0 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Inter-Widget Interactivity for HTML Widgets + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-lazyeval>0:math/R-cran-lazyeval \ + R-cran-R6>0:devel/R-cran-R6 \ + R-cran-shiny>=0.11:www/R-cran-shiny \ + R-cran-ggplot2>0:graphics/R-cran-ggplot2 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/www/R-cran-crosstalk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-crosstalk/distinfo Tue Apr 3 09:50:55 2018 (r466313) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522738506 +SHA256 (crosstalk_1.0.0.tar.gz) = b31eada24cac26f24c9763d9a8cbe0adfd87b264cf57f8725027fe0c7742ca51 +SIZE (crosstalk_1.0.0.tar.gz) = 563474 Added: head/www/R-cran-crosstalk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-crosstalk/pkg-descr Tue Apr 3 09:50:55 2018 (r466313) @@ -0,0 +1,5 @@ +Provides building blocks for allowing HTML widgets to communicate +with each other, with Shiny or without (i.e. static .html files). +Currently supports linked brushing and filtering. + +WWW: https://cran.r-project.org/web/packages/crosstalk/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804030950.w339otqW091384>