pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-pkgKitten devel/R-pkgKitten: import R-pkgKitte...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33f0a08b2216
branches:  trunk
changeset: 439422:33f0a08b2216
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 19 21:10:20 2020 +0000

description:
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.

diffstat:

 devel/R-pkgKitten/DESCR    |   4 ++++
 devel/R-pkgKitten/Makefile |  14 ++++++++++++++
 devel/R-pkgKitten/distinfo |   6 ++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 74086590c363 -r 33f0a08b2216 devel/R-pkgKitten/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgKitten/DESCR   Sat Sep 19 21:10:20 2020 +0000
@@ -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.
diff -r 74086590c363 -r 33f0a08b2216 devel/R-pkgKitten/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgKitten/Makefile        Sat Sep 19 21:10:20 2020 +0000
@@ -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"
diff -r 74086590c363 -r 33f0a08b2216 devel/R-pkgKitten/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pkgKitten/distinfo        Sat Sep 19 21:10:20 2020 +0000
@@ -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