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:29:51 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/misc: Makefile
Added Files:
        pkgsrc/misc/R-praise: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.3345 -r1.3346 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.510 -r1.511 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/R-praise/DESCR \
    pkgsrc/misc/R-praise/Makefile pkgsrc/misc/R-praise/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.3345 pkgsrc/doc/CHANGES-2019:1.3346
--- pkgsrc/doc/CHANGES-2019:1.3345      Fri Aug  9 18:28:57 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:29:50 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.510 pkgsrc/misc/Makefile:1.511
--- pkgsrc/misc/Makefile:1.510  Wed Jul 31 13:37:02 2019
+++ pkgsrc/misc/Makefile        Fri Aug  9 18:29:50 2019
@@ -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+=        JBidwatcher
 SUBDIR+=       JMdict
 SUBDIR+=       R-Hmisc
 SUBDIR+=       R-pillar
+SUBDIR+=       R-praise
 SUBDIR+=       ansiweather
 SUBDIR+=       ascii
 SUBDIR+=       asr-manpages

Added files:

Index: pkgsrc/misc/R-praise/DESCR
diff -u /dev/null pkgsrc/misc/R-praise/DESCR:1.1
--- /dev/null   Fri Aug  9 18:29:51 2019
+++ pkgsrc/misc/R-praise/DESCR  Fri Aug  9 18:29:51 2019
@@ -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.
Index: pkgsrc/misc/R-praise/Makefile
diff -u /dev/null pkgsrc/misc/R-praise/Makefile:1.1
--- /dev/null   Fri Aug  9 18:29:51 2019
+++ pkgsrc/misc/R-praise/Makefile       Fri Aug  9 18:29:51 2019
@@ -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"
Index: pkgsrc/misc/R-praise/distinfo
diff -u /dev/null pkgsrc/misc/R-praise/distinfo:1.1
--- /dev/null   Fri Aug  9 18:29:51 2019
+++ pkgsrc/misc/R-praise/distinfo       Fri Aug  9 18:29:51 2019
@@ -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