aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-brew
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2017-05-08 10:45:04 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2017-05-08 10:45:04 +0000
commit75c4a83ad35d90f2e947e66e0533ad971fbe82db (patch)
tree66fb3455529a6160f64db665c3574201818595ee /textproc/R-cran-brew
parent2dc032677ebd159ad453f8add638d0fd24e3bead (diff)
downloadports-75c4a83ad35d90f2e947e66e0533ad971fbe82db.tar.gz
ports-75c4a83ad35d90f2e947e66e0533ad971fbe82db.zip
- 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/
Notes
Notes: svn path=/head/; revision=440411
Diffstat (limited to 'textproc/R-cran-brew')
-rw-r--r--textproc/R-cran-brew/Makefile16
-rw-r--r--textproc/R-cran-brew/distinfo3
-rw-r--r--textproc/R-cran-brew/pkg-descr5
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/