Sat Aug 1 13:13:21 2020 UTC ()
(net/R-pingr) New package R-pingr-2.0.1


(mef)
diff -r1.4248 -r1.4249 pkgsrc/doc/CHANGES-2020
diff -r1.1341 -r1.1342 pkgsrc/net/Makefile

cvs diff -r1.4248 -r1.4249 pkgsrc/doc/CHANGES-2020 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2020 2020/08/01 09:00:31 1.4248
+++ pkgsrc/doc/CHANGES-2020 2020/08/01 13:13:21 1.4249
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2020,v 1.4248 2020/08/01 09:00:31 tnn Exp $ 1$NetBSD: CHANGES-2020,v 1.4249 2020/08/01 13:13:21 mef Exp $
2 2
3Changes to the packages collection and infrastructure in 2020: 3Changes to the packages collection and infrastructure in 2020:
4 4
5 Updated devel/p5-Date-Manip to 6.79 [mef 2020-01-01] 5 Updated devel/p5-Date-Manip to 6.79 [mef 2020-01-01]
6 Updated devel/p5-IO-Async to 0.75 [mef 2020-01-01] 6 Updated devel/p5-IO-Async to 0.75 [mef 2020-01-01]
7 Updated devel/samurai to 1.0 [ng0 2020-01-01] 7 Updated devel/samurai to 1.0 [ng0 2020-01-01]
8 Updated www/nsm to 1.25 [ng0 2020-01-01] 8 Updated www/nsm to 1.25 [ng0 2020-01-01]
9 Updated textproc/json-yaml to 1.2.1 [sjmulder 2020-01-01] 9 Updated textproc/json-yaml to 1.2.1 [sjmulder 2020-01-01]
10 Updated security/doas to 6.2p4 [ng0 2020-01-01] 10 Updated security/doas to 6.2p4 [ng0 2020-01-01]
11 Updated devel/p5-B-Keywords to 1.21 [mef 2020-01-01] 11 Updated devel/p5-B-Keywords to 1.21 [mef 2020-01-01]
12 Updated devel/p5-EV to 4.31 [mef 2020-01-01] 12 Updated devel/p5-EV to 4.31 [mef 2020-01-01]
13 Updated security/sudo to 1.8.30 [kim 2020-01-01] 13 Updated security/sudo to 1.8.30 [kim 2020-01-01]
14 Removed graphics/qiviewer [kamil 2020-01-01] 14 Removed graphics/qiviewer [kamil 2020-01-01]
@@ -6692,13 +6692,14 @@ Changes to the packages collection and i @@ -6692,13 +6692,14 @@ Changes to the packages collection and i
6692 Updated devel/R-tidyselect to 1.1.0 [brook 2020-07-31] 6692 Updated devel/R-tidyselect to 1.1.0 [brook 2020-07-31]
6693 Added graphics/R-farver version 2.0.3 [brook 2020-07-31] 6693 Added graphics/R-farver version 2.0.3 [brook 2020-07-31]
6694 Updated graphics/R-scales to 1.1.0 [brook 2020-07-31] 6694 Updated graphics/R-scales to 1.1.0 [brook 2020-07-31]
6695 Added math/R-generics version 0.0.2 [brook 2020-07-31] 6695 Added math/R-generics version 0.0.2 [brook 2020-07-31]
6696 Updated math/R-dplyr to 1.0.0 [brook 2020-07-31] 6696 Updated math/R-dplyr to 1.0.0 [brook 2020-07-31]
6697 Updated math/R-tidyr to 1.0.2 [brook 2020-07-31] 6697 Updated math/R-tidyr to 1.0.2 [brook 2020-07-31]
6698 Updated pkgtools/pkglint to 20.2.5 [rillig 2020-07-31] 6698 Updated pkgtools/pkglint to 20.2.5 [rillig 2020-07-31]
6699 Added graphics/R-jpeg version 0.1.8.1 [brook 2020-07-31] 6699 Added graphics/R-jpeg version 0.1.8.1 [brook 2020-07-31]
6700 Added graphics/R-polyclip version 1.10.0 [brook 2020-08-01] 6700 Added graphics/R-polyclip version 1.10.0 [brook 2020-08-01]
6701 Added graphics/R-ggthemes version 4.2.0 [brook 2020-08-01] 6701 Added graphics/R-ggthemes version 4.2.0 [brook 2020-08-01]
6702 Added math/volk version 2.3.0 [tnn 2020-08-01] 6702 Added math/volk version 2.3.0 [tnn 2020-08-01]
6703 Added ham/soapy-sdr version 0.7.2 [tnn 2020-08-01] 6703 Added ham/soapy-sdr version 0.7.2 [tnn 2020-08-01]
6704 Added ham/py-soapy-sdr version 0.7.2 [tnn 2020-08-01] 6704 Added ham/py-soapy-sdr version 0.7.2 [tnn 2020-08-01]
 6705 Added net/R-pingr version 2.0.1 [mef 2020-08-01]

cvs diff -r1.1341 -r1.1342 pkgsrc/net/Makefile (expand / switch to unified diff)

--- pkgsrc/net/Makefile 2020/07/27 14:11:16 1.1341
+++ pkgsrc/net/Makefile 2020/08/01 13:13:21 1.1342
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.1341 2020/07/27 14:11:16 jdolecek Exp $ 1# $NetBSD: Makefile,v 1.1342 2020/08/01 13:13:21 mef Exp $
2# 2#
3 3
4COMMENT= Networking tools 4COMMENT= Networking tools
5 5
6SUBDIR+= 3proxy 6SUBDIR+= 3proxy
7SUBDIR+= 6tunnel 7SUBDIR+= 6tunnel
8SUBDIR+= DarwinStreamingServer 8SUBDIR+= DarwinStreamingServer
9SUBDIR+= GeoIP 9SUBDIR+= GeoIP
10SUBDIR+= Geomyidae 10SUBDIR+= Geomyidae
11SUBDIR+= IglooFTP 11SUBDIR+= IglooFTP
12SUBDIR+= LaBrea 12SUBDIR+= LaBrea
13SUBDIR+= ORBit2 13SUBDIR+= ORBit2
14SUBDIR+= R-pbdZMQ 14SUBDIR+= R-pbdZMQ
 15SUBDIR+= R-pingr
15SUBDIR+= Radicale 16SUBDIR+= Radicale
16SUBDIR+= Radicale2 17SUBDIR+= Radicale2
17SUBDIR+= SDL2_net 18SUBDIR+= SDL2_net
18SUBDIR+= SDL_net 19SUBDIR+= SDL_net
19SUBDIR+= adns 20SUBDIR+= adns
20SUBDIR+= aget 21SUBDIR+= aget
21SUBDIR+= aiccu 22SUBDIR+= aiccu
22SUBDIR+= airport2basestationconfig 23SUBDIR+= airport2basestationconfig
23SUBDIR+= airportbasestationconfig 24SUBDIR+= airportbasestationconfig
24SUBDIR+= airportmodemutility 25SUBDIR+= airportmodemutility
25SUBDIR+= amule 26SUBDIR+= amule
26SUBDIR+= aoe-vblade 27SUBDIR+= aoe-vblade
27SUBDIR+= apollo 28SUBDIR+= apollo