Received: by mail.netbsd.org (Postfix, from userid 605) id 5471C84D79; Mon, 10 Feb 2020 14:30:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFB0684D77 for ; Mon, 10 Feb 2020 14:30:30 +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 ROlX_XWe4Kr7 for ; Mon, 10 Feb 2020 14:30:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 37DF384CEF for ; Mon, 10 Feb 2020 14:30:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31C9AFBF4; Mon, 10 Feb 2020 14:30:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581345030212770" MIME-Version: 1.0 Date: Mon, 10 Feb 2020 14:30:30 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200210143030.31C9AFBF4@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. --_----------=_1581345030212770 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:30:30 UTC 2020 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2020 pkgsrc/math: Makefile pkgsrc/textproc: Makefile Log Message: Added devel/R-lintr version 2.0.0 Added devel/R-cyclocomp version 1.1.0 Added textproc/R-xmlparsedata version 1.0.3 Added math/R-stringdist version 0.9.5.5 To generate a diff of this commit: cvs rdiff -u -r1.3045 -r1.3046 pkgsrc/devel/Makefile cvs rdiff -u -r1.1019 -r1.1020 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.452 -r1.453 pkgsrc/math/Makefile cvs rdiff -u -r1.1111 -r1.1112 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581345030212770 Content-Disposition: inline Content-Length: 2787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3045 pkgsrc/devel/Makefile:1.3046 --- pkgsrc/devel/Makefile:1.3045 Sun Feb 9 23:42:31 2020 +++ pkgsrc/devel/Makefile Mon Feb 10 14:30:29 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3045 2020/02/09 23:42:31 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3046 2020/02/10 14:30:29 mef Exp $ # COMMENT= Development utilities @@ -29,6 +29,7 @@ SUBDIR+= R-cliapp SUBDIR+= R-clipr SUBDIR+= R-covr SUBDIR+= R-crayon +SUBDIR+= R-cyclocomp SUBDIR+= R-desc SUBDIR+= R-devtools SUBDIR+= R-evaluate @@ -40,6 +41,7 @@ SUBDIR+= R-ini SUBDIR+= R-inline SUBDIR+= R-iterators SUBDIR+= R-lazyeval +SUBDIR+= R-lintr SUBDIR+= R-magrittr SUBDIR+= R-memoise SUBDIR+= R-mockery Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.1019 pkgsrc/doc/CHANGES-2020:1.1020 --- pkgsrc/doc/CHANGES-2020:1.1019 Mon Feb 10 14:06:22 2020 +++ pkgsrc/doc/CHANGES-2020 Mon Feb 10 14:30:29 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.1019 2020/02/10 14:06:22 leot Exp $ +$NetBSD: CHANGES-2020,v 1.1020 2020/02/10 14:30:29 mef Exp $ Changes to the packages collection and infrastructure in 2020: @@ -1445,3 +1445,7 @@ Changes to the packages collection and i Updated graphics/grafx2 to 2.7.2950 [ryoon 2020-02-10] Updated devel/ninja-build to 1.10.0 [ryoon 2020-02-10] Added security/snallygaster version 0.0.4 [leot 2020-02-10] + Added devel/R-lintr version 2.0.0 [mef 2020-02-10] + Added devel/R-cyclocomp version 1.1.0 [mef 2020-02-10] + Added textproc/R-xmlparsedata version 1.0.3 [mef 2020-02-10] + Added math/R-stringdist version 0.9.5.5 [mef 2020-02-10] Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.452 pkgsrc/math/Makefile:1.453 --- pkgsrc/math/Makefile:1.452 Sun Jan 19 14:01:54 2020 +++ pkgsrc/math/Makefile Mon Feb 10 14:30:29 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.452 2020/01/19 14:01:54 pho Exp $ +# $NetBSD: Makefile,v 1.453 2020/02/10 14:30:29 mef Exp $ COMMENT= Mathematics @@ -100,6 +100,7 @@ SUBDIR+= R-spacetime SUBDIR+= R-splancs SUBDIR+= R-stabledist SUBDIR+= R-statmod +SUBDIR+= R-stringdist SUBDIR+= R-survey SUBDIR+= R-tensorA SUBDIR+= R-tibble Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1111 pkgsrc/textproc/Makefile:1.1112 --- pkgsrc/textproc/Makefile:1.1111 Sun Feb 9 21:11:29 2020 +++ pkgsrc/textproc/Makefile Mon Feb 10 14:30:29 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1111 2020/02/09 21:11:29 jdolecek Exp $ +# $NetBSD: Makefile,v 1.1112 2020/02/10 14:30:29 mef Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -36,6 +36,7 @@ SUBDIR+= R-stringi SUBDIR+= R-stringr SUBDIR+= R-utf8 SUBDIR+= R-xml2 +SUBDIR+= R-xmlparsedata SUBDIR+= R-yaml SUBDIR+= WordNet SUBDIR+= aha --_----------=_1581345030212770--