diff --git a/devel/R-cran-RUnit/Makefile b/devel/R-cran-RUnit/Makefile index 32b8e64b3e09..7e84084dbac2 100644 --- a/devel/R-cran-RUnit/Makefile +++ b/devel/R-cran-RUnit/Makefile @@ -1,15 +1,14 @@ PORTNAME= RUnit -PORTVERSION= 0.4.28 -PORTREVISION= 5 +PORTVERSION= 0.4.33 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= R functions implementing a Unit Testing framework -WWW= https://sourceforge.net/projects/runit/ +WWW= https://cran.r-project.org/package=RUnit LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran .include diff --git a/devel/R-cran-RUnit/distinfo b/devel/R-cran-RUnit/distinfo index b2226801dd12..5b721f7a5e35 100644 --- a/devel/R-cran-RUnit/distinfo +++ b/devel/R-cran-RUnit/distinfo @@ -1,2 +1,3 @@ -SHA256 (RUnit_0.4.28.tar.gz) = 1d9e827dd15fdc405b138897468e94805660c403e7085a6da4a792001e0bc35c -SIZE (RUnit_0.4.28.tar.gz) = 322486 +TIMESTAMP = 1746362345 +SHA256 (RUnit_0.4.33.tar.gz) = b2a4c5afc7ef9534dac5006f6ef1b2af68630bb73eb74ef70ec7ed53dae6cb5f +SIZE (RUnit_0.4.33.tar.gz) = 430737 diff --git a/devel/R-cran-RUnit/pkg-descr b/devel/R-cran-RUnit/pkg-descr index fd43460f5860..0e559fdea86a 100644 --- a/devel/R-cran-RUnit/pkg-descr +++ b/devel/R-cran-RUnit/pkg-descr @@ -1,2 +1,4 @@ R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools + +See also: https://sourceforge.net/projects/runit/ diff --git a/devel/R-cran-RUnit/pkg-plist b/devel/R-cran-RUnit/pkg-plist new file mode 100644 index 000000000000..3f5a35408bbd --- /dev/null +++ b/devel/R-cran-RUnit/pkg-plist @@ -0,0 +1,43 @@ +%%R_MOD_DIR%%/DESCRIPTION +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/Meta/features.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/links.rds +%%R_MOD_DIR%%/Meta/nsInfo.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/Meta/vignette.rds +%%R_MOD_DIR%%/NAMESPACE +%%R_MOD_DIR%%/NEWS +%%R_MOD_DIR%%/R/RUnit +%%R_MOD_DIR%%/R/RUnit.rdb +%%R_MOD_DIR%%/R/RUnit.rdx +%%R_MOD_DIR%%/doc/RUnit.R +%%R_MOD_DIR%%/doc/RUnit.Rnw +%%R_MOD_DIR%%/doc/RUnit.pdf +%%R_MOD_DIR%%/doc/index.html +%%R_MOD_DIR%%/examples/correctTestCase.r +%%R_MOD_DIR%%/examples/runitVirtualClassTest.r +%%R_MOD_DIR%%/examples/runitc2f.r +%%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/RUnit.rdb +%%R_MOD_DIR%%/help/RUnit.rdx +%%R_MOD_DIR%%/help/aliases.rds +%%R_MOD_DIR%%/help/paths.rds +%%R_MOD_DIR%%/html/00Index.html +%%R_MOD_DIR%%/html/R.css +%%R_MOD_DIR%%/share/R/checkCode.r +%%R_MOD_DIR%%/share/R/compareRUnitTestData.r +%%R_MOD_DIR%%/tests/README +%%R_MOD_DIR%%/unitTests/Makefile +%%R_MOD_DIR%%/unitTests/runalltests.R +%%R_MOD_DIR%%/unitTests/runitHTMLProtocol.r +%%R_MOD_DIR%%/unitTests/runitInspect.r +%%R_MOD_DIR%%/unitTests/runitJUnitProtocol.r +%%R_MOD_DIR%%/unitTests/runitPlotConnection.r +%%R_MOD_DIR%%/unitTests/runitRUnit.r +%%R_MOD_DIR%%/unitTests/runitS4.r +%%R_MOD_DIR%%/unitTests/runitSetUp.r +%%R_MOD_DIR%%/unitTests/runitTearDown.r +%%R_MOD_DIR%%/unitTests/runitTestLogger.r +%%R_MOD_DIR%%/unitTests/runitTextProtocol.r