Received: by mail.netbsd.org (Postfix, from userid 605) id 6FD7C84D79; Mon, 10 Feb 2020 14:18:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEB1D84D77 for ; Mon, 10 Feb 2020 14:18:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ctLz-Z5MSRR1 for ; Mon, 10 Feb 2020 14:18:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61A9984CEF for ; Mon, 10 Feb 2020 14:18:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BBF6FBF4; Mon, 10 Feb 2020 14:18:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581344303167210" MIME-Version: 1.0 Date: Mon, 10 Feb 2020 14:18:23 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-cyclocomp To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200210141823.5BBF6FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1581344303167210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1581344303167210 Content-Disposition: inline Content-Length: 1908 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1581344303167210--