Date: Mon, 8 May 2017 10:45:04 +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: r440411 - in head/textproc: . R-cran-brew Message-ID: <201705081045.v48Aj4uR080716@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Mon May 8 10:45:04 2017 New Revision: 440411 URL: https://svnweb.freebsd.org/changeset/ports/440411 Log: - Add new port: textproc/R-cran-brew brew implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module. WWW: https://cran.r-project.org/web/packages/brew/ Added: head/textproc/R-cran-brew/ head/textproc/R-cran-brew/Makefile (contents, props changed) head/textproc/R-cran-brew/distinfo (contents, props changed) head/textproc/R-cran-brew/pkg-descr (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon May 8 10:32:56 2017 (r440410) +++ head/textproc/Makefile Mon May 8 10:45:04 2017 (r440411) @@ -8,6 +8,7 @@ SUBDIR += R-cran-DT SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML + SUBDIR += R-cran-brew SUBDIR += R-cran-formatR SUBDIR += R-cran-highr SUBDIR += R-cran-htmltools Added: head/textproc/R-cran-brew/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-brew/Makefile Mon May 8 10:45:04 2017 (r440411) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= brew +DISTVERSION= 1.0-6 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Templating Framework for Report Generation + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/textproc/R-cran-brew/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-brew/distinfo Mon May 8 10:45:04 2017 (r440411) @@ -0,0 +1,3 @@ +TIMESTAMP = 1494239689 +SHA256 (brew_1.0-6.tar.gz) = d70d1a9a01cf4a923b4f11e4374ffd887ad3ff964f35c6f9dc0f29c8d657f0ed +SIZE (brew_1.0-6.tar.gz) = 83315 Added: head/textproc/R-cran-brew/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/R-cran-brew/pkg-descr Mon May 8 10:45:04 2017 (r440411) @@ -0,0 +1,5 @@ +brew implements a templating framework for mixing text and R code +for report generation. brew template syntax is similar to PHP, +Ruby's erb module, Java Server Pages, and Python's psp module. + +WWW: https://cran.r-project.org/web/packages/brew/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705081045.v48Aj4uR080716>