diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 18:32:48 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 18:32:48 +0000 |
commit | 28938c63dff3ce6200a36558c3f986625244fe53 (patch) | |
tree | b300d10147416a4f4f9ffed24289b7a056b2b55b /textproc | |
parent | 953462733d12ede7a6affa050cefdfe32fd7d511 (diff) | |
download | pkgsrc-28938c63dff3ce6200a36558c3f986625244fe53.tar.gz |
R-brew: initial commit
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/R-brew/DESCR | 3 | ||||
-rw-r--r-- | textproc/R-brew/Makefile | 14 | ||||
-rw-r--r-- | textproc/R-brew/distinfo | 6 |
4 files changed, 25 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index eeefa36b580..d567bf0ea17 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1044 2019/08/09 18:31:59 brook Exp $ +# $NetBSD: Makefile,v 1.1045 2019/08/09 18:32:48 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -11,6 +11,7 @@ SUBDIR+= GutenMark-words SUBDIR+= LDoc SUBDIR+= Markdown SUBDIR+= OdfConverter +SUBDIR+= R-brew SUBDIR+= R-cellranger SUBDIR+= R-clisymbols SUBDIR+= R-commonmark diff --git a/textproc/R-brew/DESCR b/textproc/R-brew/DESCR new file mode 100644 index 00000000000..3a33d8cdb56 --- /dev/null +++ b/textproc/R-brew/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/textproc/R-brew/Makefile b/textproc/R-brew/Makefile new file mode 100644 index 00000000000..024830b5c15 --- /dev/null +++ b/textproc/R-brew/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 18:32:49 brook Exp $ + +R_PKGNAME= brew +R_PKGVER= 1.0-6 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Templating framework for report generation +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-brew/distinfo b/textproc/R-brew/distinfo new file mode 100644 index 00000000000..c75e4e59155 --- /dev/null +++ b/textproc/R-brew/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 18:32:49 brook Exp $ + +SHA1 (R/brew_1.0-6.tar.gz) = ec1a4afc3ca5776aca8d98af0c4376c2eeab5b03 +RMD160 (R/brew_1.0-6.tar.gz) = 41d50c9d35028f309d1518eb25999600e002679b +SHA512 (R/brew_1.0-6.tar.gz) = 258e0ed8097226a44bace2d6a68db846d7f665dcb0005d0809bdbb20775bca8b7f9f8e45310bbedd7a3cb11560fd0d454f36f0cfee6d1cdb5798da8d7e571f30 +Size (R/brew_1.0-6.tar.gz) = 83315 bytes |