pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-praise: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/43c4e79f3b0a
branches: trunk
changeset: 337641:43c4e79f3b0a
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 18:29:50 2019 +0000
description:
R-praise: initial commit
Build friendly R packages that praise their users if they have done
something good, or they just need it to feel better.
diffstat:
doc/CHANGES-2019 | 3 ++-
misc/Makefile | 3 ++-
misc/R-praise/DESCR | 2 ++
misc/R-praise/Makefile | 14 ++++++++++++++
misc/R-praise/distinfo | 6 ++++++
5 files changed, 26 insertions(+), 2 deletions(-)
diffs (65 lines):
diff -r 152c9df5bce7 -r 43c4e79f3b0a doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 18:28:57 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 18:29:50 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3345 2019/08/09 18:28:57 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3346 2019/08/09 18:29:50 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5468,3 +5468,4 @@
Added devel/R-ini version 0.3.1 [brook 2019-08-09]
Added devel/R-fs version 1.3.1 [brook 2019-08-09]
Added textproc/R-clisymbols version 1.2.0 [brook 2019-08-09]
+ Added misc/R-praise version 1.0.0 [brook 2019-08-09]
diff -r 152c9df5bce7 -r 43c4e79f3b0a misc/Makefile
--- a/misc/Makefile Fri Aug 09 18:28:57 2019 +0000
+++ b/misc/Makefile Fri Aug 09 18:29:50 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.510 2019/07/31 13:37:02 brook Exp $
+# $NetBSD: Makefile,v 1.511 2019/08/09 18:29:50 brook Exp $
#
COMMENT= Miscellaneous utilities
@@ -9,6 +9,7 @@
SUBDIR+= JMdict
SUBDIR+= R-Hmisc
SUBDIR+= R-pillar
+SUBDIR+= R-praise
SUBDIR+= ansiweather
SUBDIR+= ascii
SUBDIR+= asr-manpages
diff -r 152c9df5bce7 -r 43c4e79f3b0a misc/R-praise/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/R-praise/DESCR Fri Aug 09 18:29:50 2019 +0000
@@ -0,0 +1,2 @@
+Build friendly R packages that praise their users if they have done
+something good, or they just need it to feel better.
diff -r 152c9df5bce7 -r 43c4e79f3b0a misc/R-praise/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/R-praise/Makefile Fri Aug 09 18:29:50 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:29:51 brook Exp $
+
+R_PKGNAME= praise
+R_PKGVER= 1.0.0
+CATEGORIES= misc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Praise users
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 152c9df5bce7 -r 43c4e79f3b0a misc/R-praise/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/R-praise/distinfo Fri Aug 09 18:29:50 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:29:51 brook Exp $
+
+SHA1 (R/praise_1.0.0.tar.gz) = c26a2f8c8f5999115d59d9edd653137c5db99b43
+RMD160 (R/praise_1.0.0.tar.gz) = b13351fa747f0a17329484e3a24e9ae82a49940d
+SHA512 (R/praise_1.0.0.tar.gz) = 6405e733884e95b165ed285e1a9f6470b76d96abdf3516292bdbacd562667ccc747d78b4abe96d7d512aeb10dde8c6db06d04cbe3e774bbcdb0fc529365bb0b8
+Size (R/praise_1.0.0.tar.gz) = 6100 bytes
Home |
Main Index |
Thread Index |
Old Index