From owner-svn-ports-head@freebsd.org Wed Nov 25 21:22:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53550A371E5; Wed, 25 Nov 2015 21:22:34 +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 mx1.freebsd.org (Postfix) with ESMTPS id 124531B0F; Wed, 25 Nov 2015 21:22:33 +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 tAPLMXSw034144; Wed, 25 Nov 2015 21:22:33 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAPLMWh5034140; Wed, 25 Nov 2015 21:22:32 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201511252122.tAPLMWh5034140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 25 Nov 2015 21:22:32 +0000 (UTC) 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 X-SVN-Group: ports-head 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.20 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: Wed, 25 Nov 2015 21:22:34 -0000 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 +# $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 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/