pkgsrc-Changes archive

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

CVS commit: pkgsrc



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.

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



Home | Main Index | Thread Index | Old Index