Tue Sep 22 01:50:23 2020 UTC ()
add two packages from cpan:

- devel/p5-File-Valet 1.0.7
- misc/p5-Weather-PurpleAir-API 0.04

File::Valet has utilities for file slurping, locking, and finding.
Weather::PurpleAir::API provides access to the PurpleAir API
interfaces, and a small program to inspect particular sensors.


(mrg)
diff -r1.3253 -r1.3254 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-File-Valet/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-File-Valet/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-File-Valet/distinfo
diff -r1.5415 -r1.5416 pkgsrc/doc/CHANGES-2020
diff -r1.542 -r1.543 pkgsrc/misc/Makefile
diff -r0 -r1.1 pkgsrc/misc/p5-Weather-PurpleAir-API/DESCR
diff -r0 -r1.1 pkgsrc/misc/p5-Weather-PurpleAir-API/Makefile
diff -r0 -r1.1 pkgsrc/misc/p5-Weather-PurpleAir-API/distinfo

cvs diff -r1.3253 -r1.3254 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2020/09/20 08:58:52 1.3253
+++ pkgsrc/devel/Makefile 2020/09/22 01:50:23 1.3254
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3253 2020/09/20 08:58:52 ryoon Exp $ 1# $NetBSD: Makefile,v 1.3254 2020/09/22 01:50:23 mrg Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -1406,26 +1406,27 @@ SUBDIR+= p5-File-PathConvert @@ -1406,26 +1406,27 @@ SUBDIR+= p5-File-PathConvert
1406SUBDIR+= p5-File-Policy 1406SUBDIR+= p5-File-Policy
1407SUBDIR+= p5-File-Save-Home 1407SUBDIR+= p5-File-Save-Home
1408SUBDIR+= p5-File-Share 1408SUBDIR+= p5-File-Share
1409SUBDIR+= p5-File-ShareDir 1409SUBDIR+= p5-File-ShareDir
1410SUBDIR+= p5-File-ShareDir-Install 1410SUBDIR+= p5-File-ShareDir-Install
1411SUBDIR+= p5-File-ShareDir-ProjectDistDir 1411SUBDIR+= p5-File-ShareDir-ProjectDistDir
1412SUBDIR+= p5-File-Slurp 1412SUBDIR+= p5-File-Slurp
1413SUBDIR+= p5-File-Slurp-Tiny 1413SUBDIR+= p5-File-Slurp-Tiny
1414SUBDIR+= p5-File-Slurper 1414SUBDIR+= p5-File-Slurper
1415SUBDIR+= p5-File-Tempdir 1415SUBDIR+= p5-File-Tempdir
1416SUBDIR+= p5-File-Touch 1416SUBDIR+= p5-File-Touch
1417SUBDIR+= p5-File-Type 1417SUBDIR+= p5-File-Type
1418SUBDIR+= p5-File-Util 1418SUBDIR+= p5-File-Util
 1419SUBDIR+= p5-File-Valet
1419SUBDIR+= p5-File-Which 1420SUBDIR+= p5-File-Which
1420SUBDIR+= p5-File-chdir 1421SUBDIR+= p5-File-chdir
1421SUBDIR+= p5-File-pushd 1422SUBDIR+= p5-File-pushd
1422SUBDIR+= p5-FileHandle-Fmode 1423SUBDIR+= p5-FileHandle-Fmode
1423SUBDIR+= p5-FileHandle-Unget 1424SUBDIR+= p5-FileHandle-Unget
1424SUBDIR+= p5-Filesys-Notify-Simple 1425SUBDIR+= p5-Filesys-Notify-Simple
1425SUBDIR+= p5-Find-Lib 1426SUBDIR+= p5-Find-Lib
1426SUBDIR+= p5-FindBin-libs 1427SUBDIR+= p5-FindBin-libs
1427SUBDIR+= p5-Format-Human-Bytes 1428SUBDIR+= p5-Format-Human-Bytes
1428SUBDIR+= p5-FreezeThaw 1429SUBDIR+= p5-FreezeThaw
1429SUBDIR+= p5-Function-Parameters 1430SUBDIR+= p5-Function-Parameters
1430SUBDIR+= p5-Future 1431SUBDIR+= p5-Future
1431SUBDIR+= p5-Getopt-ArgvFile 1432SUBDIR+= p5-Getopt-ArgvFile

File Added: pkgsrc/devel/p5-File-Valet/DESCR
Utilities for file slurping, locking, and finding.

File Added: pkgsrc/devel/p5-File-Valet/Makefile
# $NetBSD: Makefile,v 1.1 2020/09/22 01:50:23 mrg Exp $

DISTNAME=	File-Valet-1.07
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=File/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/File-Valet
COMMENT=	Perl5 file utilities
LICENSE=	${PERL5_LICENSE}

PERL5_PACKLIST=		auto/File/Valet/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-File-Valet/distinfo
$NetBSD: distinfo,v 1.1 2020/09/22 01:50:23 mrg Exp $

SHA1 (File-Valet-1.07.tar.gz) = e661c73ccbf052cf3bf19a44f14b98c3d2d75c3e
RMD160 (File-Valet-1.07.tar.gz) = 57fff4dc500562e73250b45d785dfa260c628f48
SHA512 (File-Valet-1.07.tar.gz) = f0c6ab79bedadbc7a48ca810567cca597b1fdb5667e36d5bcbdd2c3dddf56903772d38ea30954c4c07c30b53f5a6786cf11607d4bbcc145938063a54f46b2f26
Size (File-Valet-1.07.tar.gz) = 27123 bytes

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

--- pkgsrc/doc/CHANGES-2020 2020/09/21 22:46:21 1.5415
+++ pkgsrc/doc/CHANGES-2020 2020/09/22 01:50:23 1.5416
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2020,v 1.5415 2020/09/21 22:46:21 wiz Exp $ 1$NetBSD: CHANGES-2020,v 1.5416 2020/09/22 01:50:23 mrg 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]
@@ -8081,16 +8081,18 @@ Changes to the packages collection and i @@ -8081,16 +8081,18 @@ Changes to the packages collection and i
8081 Updated devel/R-purrr to 0.3.4 [mef 2020-09-20] 8081 Updated devel/R-purrr to 0.3.4 [mef 2020-09-20]
8082 Updated devel/R-rex to 1.2.0 [mef 2020-09-20] 8082 Updated devel/R-rex to 1.2.0 [mef 2020-09-20]
8083 Updated devel/R-whisker to 0.4 [mef 2020-09-20] 8083 Updated devel/R-whisker to 0.4 [mef 2020-09-20]
8084 Updated math/R-DAAG to 1.24 [mef 2020-09-20] 8084 Updated math/R-DAAG to 1.24 [mef 2020-09-20]
8085 Updated math/R-DBI to 1.1.0 [mef 2020-09-20] 8085 Updated math/R-DBI to 1.1.0 [mef 2020-09-20]
8086 Updated math/R-ISwR to 2.0.8 [mef 2020-09-20] 8086 Updated math/R-ISwR to 2.0.8 [mef 2020-09-20]
8087 Updated math/R-PHYLOGR to 1.0.11 [mef 2020-09-20] 8087 Updated math/R-PHYLOGR to 1.0.11 [mef 2020-09-20]
8088 Updated math/R-RNetCDF to 2.4.2 [mef 2020-09-20] 8088 Updated math/R-RNetCDF to 2.4.2 [mef 2020-09-20]
8089 Updated math/R-RandomFields to 3.3.8 [mef 2020-09-20] 8089 Updated math/R-RandomFields to 3.3.8 [mef 2020-09-20]
8090 Updated math/R-RcmdrMisc to 2.7.1 [mef 2020-09-20] 8090 Updated math/R-RcmdrMisc to 2.7.1 [mef 2020-09-20]
8091 Updated math/R-car to 3.0.9 [mef 2020-09-20] 8091 Updated math/R-car to 3.0.9 [mef 2020-09-20]
8092 Updated math/R-Rcmdr to 2.7.0 [mef 2020-09-20] 8092 Updated math/R-Rcmdr to 2.7.0 [mef 2020-09-20]
8093 mk/bsd.pkg.mk: started freeze for pkgsrc-2020Q3 branch [gdt 2020-09-21] 8093 mk/bsd.pkg.mk: started freeze for pkgsrc-2020Q3 branch [gdt 2020-09-21]
8094 Added benchmarks/R-microbenchmark vesrion 1.4.7 [mef 2020-09-21] 8094 Added benchmarks/R-microbenchmark version 1.4.7 [mef 2020-09-21]
8095 Updated pkgtools/pkg to 1.10.99.7 [khorben 2020-09-21] 8095 Updated pkgtools/pkg to 1.10.99.7 [khorben 2020-09-21]
8096 Updated devel/p5-Coro to 6.57nb2 [wiz 2020-09-21] 8096 Updated devel/p5-Coro to 6.57nb2 [wiz 2020-09-21]
 8097 Added devel/p5-File-Valet version 1.0.7 [mrg 2020-09-21]
 8098 Added misc/p5-Weather-PurpleAir-API version 0.04 [mrg 2020-09-21]

cvs diff -r1.542 -r1.543 pkgsrc/misc/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/Makefile 2020/09/04 12:01:53 1.542
+++ pkgsrc/misc/Makefile 2020/09/22 01:50:23 1.543
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.542 2020/09/04 12:01:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.543 2020/09/22 01:50:23 mrg Exp $
2# 2#
3 3
4COMMENT= Miscellaneous utilities 4COMMENT= Miscellaneous utilities
5 5
6SUBDIR+= 9menu 6SUBDIR+= 9menu
7SUBDIR+= Addresses 7SUBDIR+= Addresses
8SUBDIR+= JBidwatcher 8SUBDIR+= JBidwatcher
9SUBDIR+= JMdict 9SUBDIR+= JMdict
10SUBDIR+= R-Hmisc 10SUBDIR+= R-Hmisc
11SUBDIR+= R-pillar 11SUBDIR+= R-pillar
12SUBDIR+= R-praise 12SUBDIR+= R-praise
13SUBDIR+= abduco 13SUBDIR+= abduco
14SUBDIR+= ansiweather 14SUBDIR+= ansiweather
@@ -225,26 +225,27 @@ SUBDIR+= p5-File-MMagic @@ -225,26 +225,27 @@ SUBDIR+= p5-File-MMagic
225SUBDIR+= p5-File-MMagic-XS 225SUBDIR+= p5-File-MMagic-XS
226SUBDIR+= p5-File-Tail 226SUBDIR+= p5-File-Tail
227SUBDIR+= p5-Locale-Codes 227SUBDIR+= p5-Locale-Codes
228SUBDIR+= p5-Locale-Maketext-Fuzzy 228SUBDIR+= p5-Locale-Maketext-Fuzzy
229SUBDIR+= p5-Locale-Maketext-Lexicon 229SUBDIR+= p5-Locale-Maketext-Lexicon
230SUBDIR+= p5-Locale-US 230SUBDIR+= p5-Locale-US
231SUBDIR+= p5-Locale-libintl 231SUBDIR+= p5-Locale-libintl
232SUBDIR+= p5-Mac-Macbinary 232SUBDIR+= p5-Mac-Macbinary
233SUBDIR+= p5-Mac-PropertyList 233SUBDIR+= p5-Mac-PropertyList
234SUBDIR+= p5-Msgcat 234SUBDIR+= p5-Msgcat
235SUBDIR+= p5-Parse-Win32Registry 235SUBDIR+= p5-Parse-Win32Registry
236SUBDIR+= p5-Search 236SUBDIR+= p5-Search
237SUBDIR+= p5-Vroom 237SUBDIR+= p5-Vroom
 238SUBDIR+= p5-Weather-PurpleAir-API
238SUBDIR+= parchive 239SUBDIR+= parchive
239SUBDIR+= parley 240SUBDIR+= parley
240SUBDIR+= pciids 241SUBDIR+= pciids
241SUBDIR+= pdmenu 242SUBDIR+= pdmenu
242SUBDIR+= php-orangehrm 243SUBDIR+= php-orangehrm
243SUBDIR+= pick 244SUBDIR+= pick
244SUBDIR+= pinfo 245SUBDIR+= pinfo
245SUBDIR+= pixd 246SUBDIR+= pixd
246SUBDIR+= ppower 247SUBDIR+= ppower
247SUBDIR+= pty-redir 248SUBDIR+= pty-redir
248SUBDIR+= py-anita 249SUBDIR+= py-anita
249SUBDIR+= py-ansi 250SUBDIR+= py-ansi
250SUBDIR+= py-asciinema 251SUBDIR+= py-asciinema

File Added: pkgsrc/misc/p5-Weather-PurpleAir-API/DESCR
Client for using the purpleair.com air quality sensor API

File Added: pkgsrc/misc/p5-Weather-PurpleAir-API/Makefile
# $NetBSD: Makefile,v 1.1 2020/09/22 01:50:23 mrg Exp $

DISTNAME=	Weather-PurpleAir-API-0.04
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	misc devel perl5
#MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Weather/}
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TT/TTKCIAR/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Weather-PurpleAir-API
COMMENT=	Perl5 library for PurpleAir API
LICENSE=	${PERL5_LICENSE}

PERL5_PACKLIST=		auto/Weather/PurpleAir/API/.packlist

DEPENDS+=       p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
DEPENDS+=       p5-File-Valet>=1.07:../../devel/p5-File-Valet
DEPENDS+=       p5-String-Similarity>=1.04:../../textproc/p5-String-Similarity

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/misc/p5-Weather-PurpleAir-API/distinfo
$NetBSD: distinfo,v 1.1 2020/09/22 01:50:23 mrg Exp $

SHA1 (Weather-PurpleAir-API-0.04.tar.gz) = ac94c51e3e864ea0be7724eb44ec90f6a0efe2b9
RMD160 (Weather-PurpleAir-API-0.04.tar.gz) = 520ab78fc0f9f99a1b715ac3e916872bf48e736a
SHA512 (Weather-PurpleAir-API-0.04.tar.gz) = ff276ec2d844fe420d0bfe855e79ee9f56b566496eef56203c77c0688d716a39fa9a8c68419fac178ee49a73e768499635d015f20fb27b973dfd50cb34d05886
Size (Weather-PurpleAir-API-0.04.tar.gz) = 687774 bytes