pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-cyclocomp (devel/R-cyclocomp) import R-cycloco...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f8c28506532
branches: trunk
changeset: 423105:4f8c28506532
user: mef <mef%pkgsrc.org@localhost>
date: Mon Feb 10 14:18:23 2020 +0000
description:
(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.
diffstat:
devel/R-cyclocomp/DESCR | 4 ++++
devel/R-cyclocomp/Makefile | 20 ++++++++++++++++++++
devel/R-cyclocomp/distinfo | 6 ++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r b6f4ce5f0d5b -r 4f8c28506532 devel/R-cyclocomp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cyclocomp/DESCR Mon Feb 10 14:18:23 2020 +0000
@@ -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.
diff -r b6f4ce5f0d5b -r 4f8c28506532 devel/R-cyclocomp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cyclocomp/Makefile Mon Feb 10 14:18:23 2020 +0000
@@ -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"
diff -r b6f4ce5f0d5b -r 4f8c28506532 devel/R-cyclocomp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-cyclocomp/distinfo Mon Feb 10 14:18:23 2020 +0000
@@ -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