pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc 3 packages added to math and devel, 4 packages updated
details: https://anonhg.NetBSD.org/pkgsrc/rev/2fc4acd60069
branches: trunk
changeset: 457529:2fc4acd60069
user: mef <mef%pkgsrc.org@localhost>
date: Sat Aug 28 07:23:02 2021 +0000
description:
3 packages added to math and devel, 4 packages updated
Added math/R-hexbin version 1.28.2
Added devel/R-R.methodsS3 version 1.8.1
Added devel/R-R.utils version 2.10.1
Updated graphics/R-latex2exp to 0.5.0
Updated math/R-compositions to 2.0.2
Added devel/R-R.oo version 1.24.0
Added math/R-sets version 1.0.18
Added math/R-stat.extend version 0.1.4
Updated graphics/R-ggplot2 to 3.3.5
Updated graphics/R-ggtern to 3.3.5
diffstat:
devel/Makefile | 5 ++++-
doc/CHANGES-2021 | 12 +++++++++++-
doc/TODO | 5 +----
math/Makefile | 5 ++++-
4 files changed, 20 insertions(+), 7 deletions(-)
diffs (107 lines):
diff -r a37078884d31 -r 2fc4acd60069 devel/Makefile
--- a/devel/Makefile Sat Aug 28 07:12:05 2021 +0000
+++ b/devel/Makefile Sat Aug 28 07:23:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3491 2021/08/27 07:38:21 nia Exp $
+# $NetBSD: Makefile,v 1.3492 2021/08/28 07:23:02 mef Exp $
#
COMMENT= Development utilities
@@ -17,6 +17,9 @@
SUBDIR+= R-R6
SUBDIR+= R-RUnit
SUBDIR+= R-Rcpp
+SUBDIR+= R-R.methodsS3
+SUBDIR+= R-R.oo
+SUBDIR+= R-R.utils
SUBDIR+= R-assertthat
SUBDIR+= R-bindr
SUBDIR+= R-bit
diff -r a37078884d31 -r 2fc4acd60069 doc/CHANGES-2021
--- a/doc/CHANGES-2021 Sat Aug 28 07:12:05 2021 +0000
+++ b/doc/CHANGES-2021 Sat Aug 28 07:23:02 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.4391 2021/08/28 06:28:12 taca Exp $
+$NetBSD: CHANGES-2021,v 1.4392 2021/08/28 07:23:03 mef Exp $
Changes to the packages collection and infrastructure in 2021:
@@ -6924,8 +6924,18 @@
Updated cross/mingw-w64-x86_64-headers to 9.0.0 [ryoon 2021-08-27]
Updated cross/mingw-w64-x86_64-winpthreads to 9.0.0 [ryoon 2021-08-27]
Updated news/tin to 2.6.0 [micha 2021-08-27]
+ Added math/R-hexbin version 1.28.2 [mef 2021-08-28]
+ Added devel/R-R.methodsS3 version 1.8.1 [mef 2021-08-28]
+ Added devel/R-R.utils version 2.10.1 [mef 2021-08-28]
+ Updated graphics/R-latex2exp to 0.5.0 [mef 2021-08-28]
Updated mail/fetchmail to 6.4.21 [triaxx 2021-08-28]
Updated mail/fetchmailconf to 6.4.21 [triaxx 2021-08-28]
+ Updated math/R-compositions to 2.0.2 [mef 2021-08-28]
+ Added devel/R-R.oo version 1.24.0 [mef 2021-08-28]
Updated lang/php74 to 7.4.23 [taca 2021-08-28]
Updated lang/php80 to 8.0.10 [taca 2021-08-28]
+ Added math/R-sets version 1.0.18 [mef 2021-08-28]
Updated lang/php73 to 7.3.30 [taca 2021-08-28]
+ Added math/R-stat.extend version 0.1.4 [mef 2021-08-28]
+ Updated graphics/R-ggplot2 to 3.3.5 [mef 2021-08-28]
+ Updated graphics/R-ggtern to 3.3.5 [mef 2021-08-28]
diff -r a37078884d31 -r 2fc4acd60069 doc/TODO
--- a/doc/TODO Sat Aug 28 07:12:05 2021 +0000
+++ b/doc/TODO Sat Aug 28 07:23:02 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.20979 2021/08/28 05:21:47 triaxx Exp $
+$NetBSD: TODO,v 1.20980 2021/08/28 07:23:03 mef Exp $
Suggested new packages
======================
@@ -391,7 +391,6 @@
o R-blob-1.2.1
o R-coda-0.19.4
o R-colourpicker-1.1.0
- o R-compositions-2.0.1
o R-countrycode-1.2.0
o R-crayon-1.4.1
o R-crosstalk-1.1.1
@@ -411,7 +410,6 @@
o R-geoR-1.8.1
o R-ggExtra-0.9
o R-ggspatial-1.1.5
- o R-ggtern-3.3.0
o R-ggthemes-4.2.4
o R-gss-2.2.2
o R-gstat-2.0.7
@@ -423,7 +421,6 @@
o R-intervals-0.15.2
o R-jsonlite-1.7.2
o R-labeling-0.4.2
- o R-latex2exp-0.5.0
o R-latticeExtra-0.6.29
o R-lme4-1.1.26
o R-lmm-1.3
diff -r a37078884d31 -r 2fc4acd60069 math/Makefile
--- a/math/Makefile Sat Aug 28 07:12:05 2021 +0000
+++ b/math/Makefile Sat Aug 28 07:23:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.511 2021/07/08 21:10:03 markd Exp $
+# $NetBSD: Makefile,v 1.512 2021/08/28 07:23:02 mef Exp $
COMMENT= Mathematics
@@ -64,6 +64,7 @@
SUBDIR+= R-gstat
SUBDIR+= R-gtable
SUBDIR+= R-gtools
+SUBDIR+= R-hexbin
SUBDIR+= R-httpRequest
SUBDIR+= R-hwde
SUBDIR+= R-igraph
@@ -105,7 +106,9 @@
SUBDIR+= R-spacetime
SUBDIR+= R-splancs
SUBDIR+= R-stabledist
+SUBDIR+= R-stat.extend
SUBDIR+= R-statmod
+SUBDIR+= R-sets
SUBDIR+= R-stringdist
SUBDIR+= R-survey
SUBDIR+= R-tensor
Home |
Main Index |
Thread Index |
Old Index