pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Oct 13 11:50:49 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/R-covr: DESCR Makefile distinfo

Log Message:
devel/R-covr: import version 3.3.1

Track and report code coverage for your package and (optionally) upload
the results to a coverage service like 'Codecov' <http://codecov.io> or
'Coveralls' <http://coveralls.io>.

Code coverage is a measure of the amount of code being exercised by a set
of tests. It is an indirect measure of test quality and completeness.
This package is compatible with any testing methodology or framework and
tracks coverage of both R code and compiled C/C++/FORTRAN code.


To generate a diff of this commit:
cvs rdiff -u -r1.2925 -r1.2926 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-covr/DESCR pkgsrc/devel/R-covr/Makefile \
    pkgsrc/devel/R-covr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2925 pkgsrc/devel/Makefile:1.2926
--- pkgsrc/devel/Makefile:1.2925        Sun Oct 13 11:47:21 2019
+++ pkgsrc/devel/Makefile       Sun Oct 13 11:50:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2925 2019/10/13 11:47:21 rillig Exp $
+# $NetBSD: Makefile,v 1.2926 2019/10/13 11:50:49 rillig Exp $
 #
 
 COMMENT=       Development utilities
@@ -25,6 +25,7 @@ SUBDIR+=      R-callr
 SUBDIR+=       R-checkmate
 SUBDIR+=       R-cli
 SUBDIR+=       R-clipr
+SUBDIR+=       R-covr
 SUBDIR+=       R-crayon
 SUBDIR+=       R-desc
 SUBDIR+=       R-devtools

Added files:

Index: pkgsrc/devel/R-covr/DESCR
diff -u /dev/null pkgsrc/devel/R-covr/DESCR:1.1
--- /dev/null   Sun Oct 13 11:50:49 2019
+++ pkgsrc/devel/R-covr/DESCR   Sun Oct 13 11:50:49 2019
@@ -0,0 +1,8 @@
+Track and report code coverage for your package and (optionally) upload
+the results to a coverage service like 'Codecov' <http://codecov.io> or
+'Coveralls' <http://coveralls.io>.
+
+Code coverage is a measure of the amount of code being exercised by a set
+of tests. It is an indirect measure of test quality and completeness.
+This package is compatible with any testing methodology or framework and
+tracks coverage of both R code and compiled C/C++/FORTRAN code.
Index: pkgsrc/devel/R-covr/Makefile
diff -u /dev/null pkgsrc/devel/R-covr/Makefile:1.1
--- /dev/null   Sun Oct 13 11:50:49 2019
+++ pkgsrc/devel/R-covr/Makefile        Sun Oct 13 11:50:49 2019
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/10/13 11:50:49 rillig Exp $
+
+R_PKGNAME=     covr
+R_PKGVER=      3.3.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Test Coverage for Packages
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-withr>=1.0.2:../../devel/R-withr
+DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
+DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-yaml>=2.2.0:../../textproc/R-yaml
+DEPENDS+=      R-httr>=1.4.1:../../www/R-httr
+DEPENDS+=      R-rex>=0:../../devel/R-rex
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-covr/distinfo
diff -u /dev/null pkgsrc/devel/R-covr/distinfo:1.1
--- /dev/null   Sun Oct 13 11:50:49 2019
+++ pkgsrc/devel/R-covr/distinfo        Sun Oct 13 11:50:49 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/13 11:50:49 rillig Exp $
+
+SHA1 (R/covr_3.3.1.tar.gz) = 10460890b70a1584c6bbec7971128d6c94f07aa2
+RMD160 (R/covr_3.3.1.tar.gz) = d2e65cb0380e62dfd74595f19fe4bbf774263de2
+SHA512 (R/covr_3.3.1.tar.gz) = e199400a5dad9c0038429f151f77b0837203ab23d4a993ae86784e6017650f4769598ce7a11e2bc6635f1e41fb2181885f0cb96ca1fc55bd60180b57f8936cda
+Size (R/covr_3.3.1.tar.gz) = 143868 bytes



Home | Main Index | Thread Index | Old Index