pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-testit (devel/R-testit) import R-testit-0.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07474464a426
branches:  trunk
changeset: 443941:07474464a426
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 01 10:01:01 2021 +0000

description:
(devel/R-testit) import R-testit-0.12

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

diffstat:

 devel/R-testit/DESCR    |   2 ++
 devel/R-testit/Makefile |  14 ++++++++++++++
 devel/R-testit/distinfo |   6 ++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r ff472c156fca -r 07474464a426 devel/R-testit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-testit/DESCR      Fri Jan 01 10:01:01 2021 +0000
@@ -0,0 +1,2 @@
+Provides two convenience functions assert() and test_pkg() to
+facilitate testing R packages.
diff -r ff472c156fca -r 07474464a426 devel/R-testit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-testit/Makefile   Fri Jan 01 10:01:01 2021 +0000
@@ -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"
diff -r ff472c156fca -r 07474464a426 devel/R-testit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-testit/distinfo   Fri Jan 01 10:01:01 2021 +0000
@@ -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