pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cyclocomp



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Feb 10 14:18:23 UTC 2020

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

Log Message:
(devel/R-cyclocomp) import R-cyclocomp-1.1.0

Cyclomatic complexity is a software metric (measurement), used to
indicate the complexity of a program. It is a quantitative measure of
the number of linearly independent paths through a program's source
code. It was developed by Thomas J. McCabe, Sr. in 1976.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-cyclocomp/DESCR \
    pkgsrc/devel/R-cyclocomp/Makefile pkgsrc/devel/R-cyclocomp/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-cyclocomp/DESCR
diff -u /dev/null pkgsrc/devel/R-cyclocomp/DESCR:1.1
--- /dev/null   Mon Feb 10 14:18:23 2020
+++ pkgsrc/devel/R-cyclocomp/DESCR      Mon Feb 10 14:18:23 2020
@@ -0,0 +1,4 @@
+Cyclomatic complexity is a software metric (measurement), used to
+indicate the complexity of a program. It is a quantitative measure of
+the number of linearly independent paths through a program's source
+code. It was developed by Thomas J. McCabe, Sr. in 1976.
Index: pkgsrc/devel/R-cyclocomp/Makefile
diff -u /dev/null pkgsrc/devel/R-cyclocomp/Makefile:1.1
--- /dev/null   Mon Feb 10 14:18:23 2020
+++ pkgsrc/devel/R-cyclocomp/Makefile   Mon Feb 10 14:18:23 2020
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/02/10 14:18:23 mef Exp $
+
+R_PKGNAME=     cyclocomp
+R_PKGVER=      1.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Cyclomatic Complexity of R Code
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-callr>=3.4.1:../../devel/R-callr
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+=      R-remotes>=2.1.0:../../devel/R-remotes
+DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-cyclocomp/distinfo
diff -u /dev/null pkgsrc/devel/R-cyclocomp/distinfo:1.1
--- /dev/null   Mon Feb 10 14:18:23 2020
+++ pkgsrc/devel/R-cyclocomp/distinfo   Mon Feb 10 14:18:23 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/10 14:18:23 mef Exp $
+
+SHA1 (R/cyclocomp_1.1.0.tar.gz) = d13ccf30144106c45b708054c362cab6c861c58b
+RMD160 (R/cyclocomp_1.1.0.tar.gz) = b18ad1e1facc090c6bd00fe5bd18e6eda23d4eae
+SHA512 (R/cyclocomp_1.1.0.tar.gz) = 4c3fabe85379abe3c6815ffdf4d4fb59b0bce2c87f6ef08584ea2fda4c10a8727c408e31b2dab5c4c6e65e5b9af7718449b522be7ca83a6345752882a5e86033
+Size (R/cyclocomp_1.1.0.tar.gz) = 8407 bytes



Home | Main Index | Thread Index | Old Index