diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 10:45:04 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 10:45:04 +0000 |
commit | 75c4a83ad35d90f2e947e66e0533ad971fbe82db (patch) | |
tree | 66fb3455529a6160f64db665c3574201818595ee /textproc/R-cran-brew | |
parent | 2dc032677ebd159ad453f8add638d0fd24e3bead (diff) | |
download | ports-75c4a83ad35d90f2e947e66e0533ad971fbe82db.tar.gz ports-75c4a83ad35d90f2e947e66e0533ad971fbe82db.zip |
Notes
Diffstat (limited to 'textproc/R-cran-brew')
-rw-r--r-- | textproc/R-cran-brew/Makefile | 16 | ||||
-rw-r--r-- | textproc/R-cran-brew/distinfo | 3 | ||||
-rw-r--r-- | textproc/R-cran-brew/pkg-descr | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/R-cran-brew/Makefile b/textproc/R-cran-brew/Makefile new file mode 100644 index 000000000000..8d04187896cf --- /dev/null +++ b/textproc/R-cran-brew/Makefile @@ -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> diff --git a/textproc/R-cran-brew/distinfo b/textproc/R-cran-brew/distinfo new file mode 100644 index 000000000000..0b5c5ccbfa21 --- /dev/null +++ b/textproc/R-cran-brew/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1494239689 +SHA256 (brew_1.0-6.tar.gz) = d70d1a9a01cf4a923b4f11e4374ffd887ad3ff964f35c6f9dc0f29c8d657f0ed +SIZE (brew_1.0-6.tar.gz) = 83315 diff --git a/textproc/R-cran-brew/pkg-descr b/textproc/R-cran-brew/pkg-descr new file mode 100644 index 000000000000..3ebf6625d4c3 --- /dev/null +++ b/textproc/R-cran-brew/pkg-descr @@ -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/ |