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:26:15 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-whisker: DESCR Makefile distinfo

Log Message:
R-whisker: initial commit

logicless templating, reuse templates in many programming languages
including R


To generate a diff of this commit:
cvs rdiff -u -r1.2880 -r1.2881 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-whisker/DESCR \
    pkgsrc/devel/R-whisker/Makefile pkgsrc/devel/R-whisker/distinfo
cvs rdiff -u -r1.3341 -r1.3342 pkgsrc/doc/CHANGES-2019

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2880 pkgsrc/devel/Makefile:1.2881
--- pkgsrc/devel/Makefile:1.2880        Fri Aug  9 16:22:30 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 18:26:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2880 2019/08/09 16:22:30 brook Exp $
+# $NetBSD: Makefile,v 1.2881 2019/08/09 18:26:15 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -44,6 +44,7 @@ SUBDIR+=      R-rlang
 SUBDIR+=       R-tcltk2
 SUBDIR+=       R-tidyselect
 SUBDIR+=       R-uuid
+SUBDIR+=       R-whisker
 SUBDIR+=       R-withr
 SUBDIR+=       R-xfun
 SUBDIR+=       RBTools

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3341 pkgsrc/doc/CHANGES-2019:1.3342
--- pkgsrc/doc/CHANGES-2019:1.3341      Fri Aug  9 17:43:22 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:26:15 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3341 2019/08/09 17:43:22 adam Exp $
+$NetBSD: CHANGES-2019,v 1.3342 2019/08/09 18:26:15 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5464,3 +5464,4 @@ Changes to the packages collection and i
        Updated games/flare-engine to 1.11 [nia 2019-08-09]
        Updated games/flare-game to 1.11 [nia 2019-08-09]
        Updated x11/qt5 to 5.13.0 [adam 2019-08-09]
+       Added devel/R-whisker version 0.3.2 [brook 2019-08-09]

Added files:

Index: pkgsrc/devel/R-whisker/DESCR
diff -u /dev/null pkgsrc/devel/R-whisker/DESCR:1.1
--- /dev/null   Fri Aug  9 18:26:15 2019
+++ pkgsrc/devel/R-whisker/DESCR        Fri Aug  9 18:26:15 2019
@@ -0,0 +1,2 @@
+logicless templating, reuse templates in many programming languages
+including R
Index: pkgsrc/devel/R-whisker/Makefile
diff -u /dev/null pkgsrc/devel/R-whisker/Makefile:1.1
--- /dev/null   Fri Aug  9 18:26:15 2019
+++ pkgsrc/devel/R-whisker/Makefile     Fri Aug  9 18:26:15 2019
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:26:15 brook Exp $
+
+R_PKGNAME=     whisker
+R_PKGVER=      0.3-2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       'mustache' for R, logicless templating
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-whisker/distinfo
diff -u /dev/null pkgsrc/devel/R-whisker/distinfo:1.1
--- /dev/null   Fri Aug  9 18:26:15 2019
+++ pkgsrc/devel/R-whisker/distinfo     Fri Aug  9 18:26:15 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:26:15 brook Exp $
+
+SHA1 (R/whisker_0.3-2.tar.gz) = 99c47579b0c6c5cbb57df2bd021be2e49f00dc00
+RMD160 (R/whisker_0.3-2.tar.gz) = 12680557e87bdba6be61d6aace1ddb6d61a01670
+SHA512 (R/whisker_0.3-2.tar.gz) = 9eb82854fcc06f38371613191d5fac4dd1a11dee2399a2035341055772d7b8fb7941620f77eea560944a99a4c9bb5ec0ca7ee8e15a085040f4e0c5393f08a09a
+Size (R/whisker_0.3-2.tar.gz) = 27707 bytes



Home | Main Index | Thread Index | Old Index