pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 18:32:49 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/R-brew: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3348 -r1.3349 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1044 -r1.1045 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-brew/DESCR \
    pkgsrc/textproc/R-brew/Makefile pkgsrc/textproc/R-brew/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3348 pkgsrc/doc/CHANGES-2019:1.3349
--- pkgsrc/doc/CHANGES-2019:1.3348      Fri Aug  9 18:31:59 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:32:49 2019
@@ -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 i
        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]

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1044 pkgsrc/textproc/Makefile:1.1045
--- pkgsrc/textproc/Makefile:1.1044     Fri Aug  9 18:31:59 2019
+++ pkgsrc/textproc/Makefile    Fri Aug  9 18:32:48 2019
@@ -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

Added files:

Index: pkgsrc/textproc/R-brew/DESCR
diff -u /dev/null pkgsrc/textproc/R-brew/DESCR:1.1
--- /dev/null   Fri Aug  9 18:32:49 2019
+++ pkgsrc/textproc/R-brew/DESCR        Fri Aug  9 18:32:49 2019
@@ -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.
Index: pkgsrc/textproc/R-brew/Makefile
diff -u /dev/null pkgsrc/textproc/R-brew/Makefile:1.1
--- /dev/null   Fri Aug  9 18:32:49 2019
+++ pkgsrc/textproc/R-brew/Makefile     Fri Aug  9 18:32:49 2019
@@ -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"
Index: pkgsrc/textproc/R-brew/distinfo
diff -u /dev/null pkgsrc/textproc/R-brew/distinfo:1.1
--- /dev/null   Fri Aug  9 18:32:49 2019
+++ pkgsrc/textproc/R-brew/distinfo     Fri Aug  9 18:32:49 2019
@@ -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