pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgKitten



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 19 21:10:20 UTC 2020

Added Files:
        pkgsrc/devel/R-pkgKitten: DESCR Makefile distinfo

Log Message:
devel/R-pkgKitten: import R-pkgKitten-0.1.5

Provides a function kitten() which creates cute little packages which
pass R package checks. This sets it apart from package.skeleton()
which it calls, and which leaves imperfect files behind. As this is
not exactly helpful for beginners, kitten() offers an alternative.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-pkgKitten/DESCR \
    pkgsrc/devel/R-pkgKitten/Makefile pkgsrc/devel/R-pkgKitten/distinfo

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

Added files:

Index: pkgsrc/devel/R-pkgKitten/DESCR
diff -u /dev/null pkgsrc/devel/R-pkgKitten/DESCR:1.1
--- /dev/null   Sat Sep 19 21:10:20 2020
+++ pkgsrc/devel/R-pkgKitten/DESCR      Sat Sep 19 21:10:20 2020
@@ -0,0 +1,4 @@
+Provides a function kitten() which creates cute little packages which
+pass R package checks. This sets it apart from package.skeleton()
+which it calls, and which leaves imperfect files behind. As this is
+not exactly helpful for beginners, kitten() offers an alternative.
Index: pkgsrc/devel/R-pkgKitten/Makefile
diff -u /dev/null pkgsrc/devel/R-pkgKitten/Makefile:1.1
--- /dev/null   Sat Sep 19 21:10:20 2020
+++ pkgsrc/devel/R-pkgKitten/Makefile   Sat Sep 19 21:10:20 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/09/19 21:10:20 mef Exp $
+
+R_PKGNAME=     pkgKitten
+R_PKGVER=      0.1.5
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Create Simple Packages Which Do not Upset R Package Checks
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-pkgKitten/distinfo
diff -u /dev/null pkgsrc/devel/R-pkgKitten/distinfo:1.1
--- /dev/null   Sat Sep 19 21:10:20 2020
+++ pkgsrc/devel/R-pkgKitten/distinfo   Sat Sep 19 21:10:20 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/19 21:10:20 mef Exp $
+
+SHA1 (R/pkgKitten_0.1.5.tar.gz) = 021308e6a5aca554b7c83395f60efd7b6213dca0
+RMD160 (R/pkgKitten_0.1.5.tar.gz) = 966054a984572b4018636c9842b5511bafdafb20
+SHA512 (R/pkgKitten_0.1.5.tar.gz) = 157e7c5117e5b0996e5ba42d23126e34338640eeabb26fdc2cc6eb62291a9fdc406ab505ce8dc861b4d08e9e1d4fc9444336d49fad63c11950b0486195ad8127
+Size (R/pkgKitten_0.1.5.tar.gz) = 7957 bytes



Home | Main Index | Thread Index | Old Index