pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-Runit
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 11 06:56:24 UTC 2020
Added Files:
pkgsrc/devel/R-Runit: DESCR Makefile PLIST distinfo
Log Message:
devel/R-Runit: import R-RUnit-0.4.32
# RUnit
Runit is a testing package for R code, inspired by the xUnit family of testing
tools.
Originally implemented by Thomas Koenig, Klaus Juenemann, and Matthias Burger,
this package has served the R community for over a decade.
Since RUnit is no longer actively developed, I provide maintenance of this
package mostly to support older projects that still rely on RUnit.
# Using RUnit
To make RUnit work with `R CMD check`, create a following file in the `tests`
subdirectory. This would run the actual tests stored in the packages
`inst/tests` subdirectory.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-Runit/DESCR \
pkgsrc/devel/R-Runit/Makefile pkgsrc/devel/R-Runit/PLIST \
pkgsrc/devel/R-Runit/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-Runit/DESCR
diff -u /dev/null pkgsrc/devel/R-Runit/DESCR:1.1
--- /dev/null Sat Jan 11 06:56:24 2020
+++ pkgsrc/devel/R-Runit/DESCR Sat Jan 11 06:56:24 2020
@@ -0,0 +1,16 @@
+# RUnit
+
+Runit is a testing package for R code, inspired by the xUnit family of testing
+tools.
+
+Originally implemented by Thomas Koenig, Klaus Juenemann, and Matthias Burger,
+this package has served the R community for over a decade.
+
+Since RUnit is no longer actively developed, I provide maintenance of this
+package mostly to support older projects that still rely on RUnit.
+
+# Using RUnit
+
+To make RUnit work with `R CMD check`, create a following file in the `tests`
+subdirectory. This would run the actual tests stored in the packages
+`inst/tests` subdirectory.
Index: pkgsrc/devel/R-Runit/Makefile
diff -u /dev/null pkgsrc/devel/R-Runit/Makefile:1.1
--- /dev/null Sat Jan 11 06:56:24 2020
+++ pkgsrc/devel/R-Runit/Makefile Sat Jan 11 06:56:24 2020
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/01/11 06:56:24 mef Exp $
+
+DISTNAME= RUnit_0.4.32
+CATEGORIES= devel
+MASTER_SITES= https://cran.rstudio.com/src/contrib/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://cran.rstudio.com/web/packages/RUnit/index.html
+COMMENT= R functions implementing a standard Unit Testing framework
+
+LICENSE= gnu-gpl-v2
+
+TEST_DEPENDS+= R-XML-[0-9]*:../../math/R-XML
+
+#WRKSRC= ${WRKDIR}/RUnit
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-Runit/PLIST
diff -u /dev/null pkgsrc/devel/R-Runit/PLIST:1.1
--- /dev/null Sat Jan 11 06:56:24 2020
+++ pkgsrc/devel/R-Runit/PLIST Sat Jan 11 06:56:24 2020
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/11 06:56:24 mef Exp $
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
Index: pkgsrc/devel/R-Runit/distinfo
diff -u /dev/null pkgsrc/devel/R-Runit/distinfo:1.1
--- /dev/null Sat Jan 11 06:56:24 2020
+++ pkgsrc/devel/R-Runit/distinfo Sat Jan 11 06:56:24 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/11 06:56:24 mef Exp $
+
+SHA1 (R/RUnit_0.4.32.tar.gz) = b1a65336fa3aa45a4cbd1a19979532ec07bf428a
+RMD160 (R/RUnit_0.4.32.tar.gz) = 71a21232479fa2ad8c3fab30364a8a906f0e53d0
+SHA512 (R/RUnit_0.4.32.tar.gz) = 5df78b0b653cb122e8edd23fc95e00966c5e54ee5db081efb216e88847d8e292fb69af27932a35f5d51ebaf3a162128fd4a604b8d1e2dc8dfb6a8a72345432e7
+Size (R/RUnit_0.4.32.tar.gz) = 337142 bytes
Home |
Main Index |
Thread Index |
Old Index