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.
This commit is contained in:
brook 2019-08-09 18:32:48 +00:00
parent 95b9095651
commit a28c7bf005
5 changed files with 27 additions and 2 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2019,v 1.3348 2019/08/09 18:31:59 brook Exp $
$NetBSD: CHANGES-2019,v 1.3349 2019/08/09 18:32:49 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@ -5471,3 +5471,4 @@ Changes to the packages collection and infrastructure in 2019:
Added misc/R-praise version 1.0.0 [brook 2019-08-09]
Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09]
Added textproc/R-commonmark version 1.7 [brook 2019-08-09]
Added textproc/R-brew version 1.0.6 [brook 2019-08-09]

View file

@ -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

3
textproc/R-brew/DESCR Normal file
View file

@ -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.

14
textproc/R-brew/Makefile Normal file
View file

@ -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"

6
textproc/R-brew/distinfo Normal file
View file

@ -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