From owner-svn-ports-all@freebsd.org Mon May 8 10:51:32 2017 Return-Path: Delivered-To: svn-ports-all@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 AEE80D60D71; Mon, 8 May 2017 10:51:32 +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 5BA4F95D; Mon, 8 May 2017 10:51:32 +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 v48ApVTN083475; Mon, 8 May 2017 10:51:31 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v48ApVok083471; Mon, 8 May 2017 10:51:31 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201705081051.v48ApVok083471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 8 May 2017 10:51:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2017 10:51:32 -0000 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 +# $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 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/