pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-testit



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan  1 10:01:01 UTC 2021

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

Log Message:
(devel/R-testit) import R-testit-0.12

Provides two convenience functions assert() and test_pkg() to
facilitate testing R packages.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-testit/DESCR \
    pkgsrc/devel/R-testit/Makefile pkgsrc/devel/R-testit/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-testit/DESCR
diff -u /dev/null pkgsrc/devel/R-testit/DESCR:1.1
--- /dev/null   Fri Jan  1 10:01:01 2021
+++ pkgsrc/devel/R-testit/DESCR Fri Jan  1 10:01:01 2021
@@ -0,0 +1,2 @@
+Provides two convenience functions assert() and test_pkg() to
+facilitate testing R packages.
Index: pkgsrc/devel/R-testit/Makefile
diff -u /dev/null pkgsrc/devel/R-testit/Makefile:1.1
--- /dev/null   Fri Jan  1 10:01:01 2021
+++ pkgsrc/devel/R-testit/Makefile      Fri Jan  1 10:01:01 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 10:01:01 mef Exp $
+
+R_PKGNAME=     testit
+R_PKGVER=      0.12
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       A Simple Package for Testing R Packages
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-testit/distinfo
diff -u /dev/null pkgsrc/devel/R-testit/distinfo:1.1
--- /dev/null   Fri Jan  1 10:01:01 2021
+++ pkgsrc/devel/R-testit/distinfo      Fri Jan  1 10:01:01 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/01 10:01:01 mef Exp $
+
+SHA1 (R/testit_0.12.tar.gz) = fba7c5a78098b552df7efc26cac1e10ee6cac516
+RMD160 (R/testit_0.12.tar.gz) = b1085e6cb47467bd3f883ea632b255d54c412de3
+SHA512 (R/testit_0.12.tar.gz) = 576aec0c154b7f21c7aac96dd8a797fa7eb1d637500803b4ce2f4a1a20be6c1ccfaa6331097f064ccfab397d35d9518c9177b88f66ef871cf840a43d4f59e21c
+Size (R/testit_0.12.tar.gz) = 10767 bytes



Home | Main Index | Thread Index | Old Index