From owner-svn-ports-head@freebsd.org Tue Apr 3 09:50:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25336F71B91; Tue, 3 Apr 2018 09:50:57 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7824A72EBD; Tue, 3 Apr 2018 09:50:56 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 571DE22D1B; Tue, 3 Apr 2018 09:50:56 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w339ou3b091398; Tue, 3 Apr 2018 09:50:56 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w339otqW091384; Tue, 3 Apr 2018 09:50:55 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201804030950.w339otqW091384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 3 Apr 2018 09:50:55 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/www: . R-cran-crosstalk X-SVN-Commit-Revision: 466313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 09:50:57 -0000 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 +# $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 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/