Date: Wed, 25 Nov 2015 21:22:32 +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: r402414 - in head/graphics: . R-cran-visNetwork Message-ID: <201511252122.tAPLMWh5034140@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Nov 25 21:22:32 2015 New Revision: 402414 URL: https://svnweb.freebsd.org/changeset/ports/402414 Log: - Add new port: graphics/R-cran-visNetwork Provides an R interface to the 'vis.js' JavaScript charting library. It allows an interactive visualization of networks. WWW: https://cran.r-project.org/web/packages/visNetwork/ Added: head/graphics/R-cran-visNetwork/ head/graphics/R-cran-visNetwork/Makefile (contents, props changed) head/graphics/R-cran-visNetwork/distinfo (contents, props changed) head/graphics/R-cran-visNetwork/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 25 20:53:19 2015 (r402413) +++ head/graphics/Makefile Wed Nov 25 21:22:32 2015 (r402414) @@ -31,6 +31,7 @@ SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape + SUBDIR += R-cran-visNetwork SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib Added: head/graphics/R-cran-visNetwork/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-visNetwork/Makefile Wed Nov 25 21:22:32 2015 (r402414) @@ -0,0 +1,21 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= visNetwork +PORTVERSION= 0.1.2 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Network Visualization using 'vis.js' Library + +LICENSE= MIT + +RUN_DEPENDS= R-cran-htmlwidgets>0:${PORTSDIR}/www/R-cran-htmlwidgets \ + R-cran-htmltools>0:${PORTSDIR}/textproc/R-cran-htmltools \ + R-cran-jsonlite>0:${PORTSDIR}/converters/R-cran-jsonlite \ + R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/graphics/R-cran-visNetwork/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-visNetwork/distinfo Wed Nov 25 21:22:32 2015 (r402414) @@ -0,0 +1,2 @@ +SHA256 (visNetwork_0.1.2.tar.gz) = 498d534371c095949f8c0b90548d6c821b413e5ea461bcd63002260f39bad2f0 +SIZE (visNetwork_0.1.2.tar.gz) = 1828012 Added: head/graphics/R-cran-visNetwork/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-visNetwork/pkg-descr Wed Nov 25 21:22:32 2015 (r402414) @@ -0,0 +1,4 @@ +Provides an R interface to the 'vis.js' JavaScript charting library. +It allows an interactive visualization of networks. + +WWW: https://cran.r-project.org/web/packages/visNetwork/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511252122.tAPLMWh5034140>