Date: Mon, 8 May 2017 10:51:31 +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: r440413 - in head/www: . R-cran-Rook Message-ID: <201705081051.v48ApVok083471@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Mon May 8 10:51:30 2017 New Revision: 440413 URL: https://svnweb.freebsd.org/changeset/ports/440413 Log: - Add new port: www/R-cran-Rook This package contains the Rook specification and convenience software for building and running Rook applications. WWW: https://cran.r-project.org/web/packages/Rook/ Added: head/www/R-cran-Rook/ head/www/R-cran-Rook/Makefile (contents, props changed) head/www/R-cran-Rook/distinfo (contents, props changed) head/www/R-cran-Rook/pkg-descr (contents, props changed) Modified: head/www/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon May 8 10:49:40 2017 (r440412) +++ head/www/Makefile Mon May 8 10:51:30 2017 (r440413) @@ -4,6 +4,7 @@ COMMENT = Ports related to the World Wide Web SUBDIR += R-cran-RgoogleMaps + SUBDIR += R-cran-Rook SUBDIR += R-cran-htmlwidgets SUBDIR += R-cran-httpuv SUBDIR += R-cran-httr Added: head/www/R-cran-Rook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-Rook/Makefile Mon May 8 10:51:30 2017 (r440413) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Rook +DISTVERSION= 1.1-1 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Web server interface for R + +LICENSE= GPLv2 + +CRAN_DEPENDS= R-cran-brew>0:textproc/R-cran-brew +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/www/R-cran-Rook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-Rook/distinfo Mon May 8 10:51:30 2017 (r440413) @@ -0,0 +1,3 @@ +TIMESTAMP = 1494235609 +SHA256 (Rook_1.1-1.tar.gz) = 00f4ecfa4c5c57018acbb749080c07154549a6ecaa8d4130dd9de79427504903 +SIZE (Rook_1.1-1.tar.gz) = 63096 Added: head/www/R-cran-Rook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-Rook/pkg-descr Mon May 8 10:51:30 2017 (r440413) @@ -0,0 +1,4 @@ +This package contains the Rook specification and convenience software +for building and running Rook applications. + +WWW: https://cran.r-project.org/web/packages/Rook/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705081051.v48ApVok083471>