pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-brew: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/45b53f57a622
branches: trunk
changeset: 399446:45b53f57a622
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 18:32:48 2019 +0000
description:
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:
doc/CHANGES-2019 | 3 ++-
textproc/Makefile | 3 ++-
textproc/R-brew/DESCR | 3 +++
textproc/R-brew/Makefile | 14 ++++++++++++++
textproc/R-brew/distinfo | 6 ++++++
5 files changed, 27 insertions(+), 2 deletions(-)
diffs (66 lines):
diff -r ba8dd302b3d0 -r 45b53f57a622 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 18:31:59 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 18:32:48 2019 +0000
@@ -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 @@
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]
diff -r ba8dd302b3d0 -r 45b53f57a622 textproc/Makefile
--- a/textproc/Makefile Fri Aug 09 18:31:59 2019 +0000
+++ b/textproc/Makefile Fri Aug 09 18:32:48 2019 +0000
@@ -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+= LDoc
SUBDIR+= Markdown
SUBDIR+= OdfConverter
+SUBDIR+= R-brew
SUBDIR+= R-cellranger
SUBDIR+= R-clisymbols
SUBDIR+= R-commonmark
diff -r ba8dd302b3d0 -r 45b53f57a622 textproc/R-brew/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-brew/DESCR Fri Aug 09 18:32:48 2019 +0000
@@ -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 -r ba8dd302b3d0 -r 45b53f57a622 textproc/R-brew/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-brew/Makefile Fri Aug 09 18:32:48 2019 +0000
@@ -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@localhost
+COMMENT= Templating framework for report generation
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r ba8dd302b3d0 -r 45b53f57a622 textproc/R-brew/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-brew/distinfo Fri Aug 09 18:32:48 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index