pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-unitizer



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 07:11:24 UTC 2024

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

Log Message:
(devel/R-unitizer) import R-unitizer-1.4.20

Simplifies regression tests by comparing objects produced by test code
with earlier versions of those same objects.  If objects are unchanged
the tests pass, otherwise execution stops with error details.  If in
interactive mode, tests can be reviewed through the provided
interactive environment.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-unitizer/DESCR \
    pkgsrc/devel/R-unitizer/Makefile pkgsrc/devel/R-unitizer/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-unitizer/DESCR
diff -u /dev/null pkgsrc/devel/R-unitizer/DESCR:1.1
--- /dev/null   Sat Jan 20 07:11:24 2024
+++ pkgsrc/devel/R-unitizer/DESCR       Sat Jan 20 07:11:24 2024
@@ -0,0 +1,5 @@
+Simplifies regression tests by comparing objects produced by test code
+with earlier versions of those same objects.  If objects are unchanged
+the tests pass, otherwise execution stops with error details.  If in
+interactive mode, tests can be reviewed through the provided
+interactive environment.
Index: pkgsrc/devel/R-unitizer/Makefile
diff -u /dev/null pkgsrc/devel/R-unitizer/Makefile:1.1
--- /dev/null   Sat Jan 20 07:11:24 2024
+++ pkgsrc/devel/R-unitizer/Makefile    Sat Jan 20 07:11:24 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/01/20 07:11:24 mef Exp $
+
+R_PKGNAME=     unitizer
+R_PKGVER=      1.4.20
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Interactive R Unit Tests
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+=      R-crayon-[0-9]*:../../devel/R-crayon
+DEPENDS+=      R-diffobj-[0-9]*:../../devel/R-diffobj
+
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-unitizer/distinfo
diff -u /dev/null pkgsrc/devel/R-unitizer/distinfo:1.1
--- /dev/null   Sat Jan 20 07:11:24 2024
+++ pkgsrc/devel/R-unitizer/distinfo    Sat Jan 20 07:11:24 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/20 07:11:24 mef Exp $
+
+BLAKE2s (R/unitizer_1.4.20.tar.gz) = 234fc0165408c59e2ac332b6bf49aea3d8a5e0e14f147b61f72d11a2ef33d21c
+SHA512 (R/unitizer_1.4.20.tar.gz) = 8c6d3e0509e86fc713e6a9b929ad15a9b54747c75698af68dfa3e0727b45e1ed6a7f627bc578aa7cda90e5cd273dfe8b85abdf02c1f5a9e471562f12ab5b855a
+Size (R/unitizer_1.4.20.tar.gz) = 609311 bytes



Home | Main Index | Thread Index | Old Index