pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-whisker: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/d6ca51ab2a1f
branches: trunk
changeset: 399439:d6ca51ab2a1f
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 18:26:15 2019 +0000
description:
R-whisker: initial commit
logicless templating, reuse templates in many programming languages
including R
diffstat:
devel/Makefile | 3 ++-
devel/R-whisker/DESCR | 2 ++
devel/R-whisker/Makefile | 14 ++++++++++++++
devel/R-whisker/distinfo | 6 ++++++
doc/CHANGES-2019 | 3 ++-
5 files changed, 26 insertions(+), 2 deletions(-)
diffs (65 lines):
diff -r 045c637c1a2c -r d6ca51ab2a1f devel/Makefile
--- a/devel/Makefile Fri Aug 09 17:43:22 2019 +0000
+++ b/devel/Makefile Fri Aug 09 18:26:15 2019 +0000
@@ -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-tcltk2
SUBDIR+= R-tidyselect
SUBDIR+= R-uuid
+SUBDIR+= R-whisker
SUBDIR+= R-withr
SUBDIR+= R-xfun
SUBDIR+= RBTools
diff -r 045c637c1a2c -r d6ca51ab2a1f devel/R-whisker/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-whisker/DESCR Fri Aug 09 18:26:15 2019 +0000
@@ -0,0 +1,2 @@
+logicless templating, reuse templates in many programming languages
+including R
diff -r 045c637c1a2c -r d6ca51ab2a1f devel/R-whisker/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-whisker/Makefile Fri Aug 09 18:26:15 2019 +0000
@@ -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"
diff -r 045c637c1a2c -r d6ca51ab2a1f devel/R-whisker/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-whisker/distinfo Fri Aug 09 18:26:15 2019 +0000
@@ -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
diff -r 045c637c1a2c -r d6ca51ab2a1f doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 17:43:22 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 18:26:15 2019 +0000
@@ -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 @@
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]
Home |
Main Index |
Thread Index |
Old Index