pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-tinytest



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Aug  1 21:48:17 UTC 2020

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

Log Message:
(devel/R-tinytest) import R-tinytest-1.2.2

Provides a lightweight (zero-dependency) and easy to use unit testing
framework. Main features: install tests with the package. Test results
are treated as data that can be stored and manipulated. Test files are
R scripts interspersed with test commands, that can be programmed
over. Fully automated build-install-test sequence for packages. Skip
tests when not run locally (e.g. on CRAN). Flexible and configurable
output printing. Compare computed output with output stored with the
package. Run tests in parallel. Extensible by other packages. Report
side effects.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-tinytest/DESCR \
    pkgsrc/devel/R-tinytest/Makefile pkgsrc/devel/R-tinytest/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-tinytest/DESCR
diff -u /dev/null pkgsrc/devel/R-tinytest/DESCR:1.1
--- /dev/null   Sat Aug  1 21:48:17 2020
+++ pkgsrc/devel/R-tinytest/DESCR       Sat Aug  1 21:48:17 2020
@@ -0,0 +1,9 @@
+Provides a lightweight (zero-dependency) and easy to use unit testing
+framework. Main features: install tests with the package. Test results
+are treated as data that can be stored and manipulated. Test files are
+R scripts interspersed with test commands, that can be programmed
+over. Fully automated build-install-test sequence for packages. Skip
+tests when not run locally (e.g. on CRAN). Flexible and configurable
+output printing. Compare computed output with output stored with the
+package. Run tests in parallel. Extensible by other packages. Report
+side effects.
Index: pkgsrc/devel/R-tinytest/Makefile
diff -u /dev/null pkgsrc/devel/R-tinytest/Makefile:1.1
--- /dev/null   Sat Aug  1 21:48:17 2020
+++ pkgsrc/devel/R-tinytest/Makefile    Sat Aug  1 21:48:17 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/08/01 21:48:17 mef Exp $
+
+R_PKGNAME=     tinytest
+R_PKGVER=      1.2.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Lightweight and Feature Complete Unit Testing Framework
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-tinytest/distinfo
diff -u /dev/null pkgsrc/devel/R-tinytest/distinfo:1.1
--- /dev/null   Sat Aug  1 21:48:17 2020
+++ pkgsrc/devel/R-tinytest/distinfo    Sat Aug  1 21:48:17 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/01 21:48:17 mef Exp $
+
+SHA1 (R/tinytest_1.2.2.tar.gz) = 5eda44ad2835386dfcafb72cd30213d14bb2b9e0
+RMD160 (R/tinytest_1.2.2.tar.gz) = be67da336e3ece37d017203285f403f64c2c3371
+SHA512 (R/tinytest_1.2.2.tar.gz) = 2a7cbc070d40b8d3562a1aee69c02436613d29ea94b2a08bddd825b8ae4d6de4476c50acab01e54b198458d10f0fbf7f82e416c72e1d9e6013ef86e51938e332
+Size (R/tinytest_1.2.2.tar.gz) = 436173 bytes



Home | Main Index | Thread Index | Old Index