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:   mrg
Date:           Tue Sep 22 01:50:23 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2020
        pkgsrc/misc: Makefile
Added Files:
        pkgsrc/devel/p5-File-Valet: DESCR Makefile distinfo
        pkgsrc/misc/p5-Weather-PurpleAir-API: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3253 -r1.3254 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-File-Valet/DESCR \
    pkgsrc/devel/p5-File-Valet/Makefile pkgsrc/devel/p5-File-Valet/distinfo
cvs rdiff -u -r1.5415 -r1.5416 pkgsrc/doc/CHANGES-2020
cvs rdiff -u -r1.542 -r1.543 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/p5-Weather-PurpleAir-API/DESCR \
    pkgsrc/misc/p5-Weather-PurpleAir-API/Makefile \
    pkgsrc/misc/p5-Weather-PurpleAir-API/distinfo

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.3253 pkgsrc/devel/Makefile:1.3254
--- pkgsrc/devel/Makefile:1.3253        Sun Sep 20 08:58:52 2020
+++ pkgsrc/devel/Makefile       Tue Sep 22 01:50:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3253 2020/09/20 08:58:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.3254 2020/09/22 01:50:23 mrg Exp $
 #
 
 COMMENT=       Development utilities
@@ -1416,6 +1416,7 @@ SUBDIR+=  p5-File-Tempdir
 SUBDIR+=       p5-File-Touch
 SUBDIR+=       p5-File-Type
 SUBDIR+=       p5-File-Util
+SUBDIR+=       p5-File-Valet
 SUBDIR+=       p5-File-Which
 SUBDIR+=       p5-File-chdir
 SUBDIR+=       p5-File-pushd

Index: pkgsrc/doc/CHANGES-2020
diff -u pkgsrc/doc/CHANGES-2020:1.5415 pkgsrc/doc/CHANGES-2020:1.5416
--- pkgsrc/doc/CHANGES-2020:1.5415      Mon Sep 21 22:46:21 2020
+++ pkgsrc/doc/CHANGES-2020     Tue Sep 22 01:50:23 2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.5415 2020/09/21 22:46:21 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.5416 2020/09/22 01:50:23 mrg Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -8091,6 +8091,8 @@ Changes to the packages collection and i
        Updated math/R-car to 3.0.9 [mef 2020-09-20]
        Updated math/R-Rcmdr to 2.7.0 [mef 2020-09-20]
        mk/bsd.pkg.mk: started freeze for pkgsrc-2020Q3 branch [gdt 2020-09-21]
-       Added benchmarks/R-microbenchmark vesrion 1.4.7 [mef 2020-09-21]
+       Added benchmarks/R-microbenchmark version 1.4.7 [mef 2020-09-21]
        Updated pkgtools/pkg to 1.10.99.7 [khorben 2020-09-21]
        Updated devel/p5-Coro to 6.57nb2 [wiz 2020-09-21]
+       Added devel/p5-File-Valet version 1.0.7 [mrg 2020-09-21]
+       Added misc/p5-Weather-PurpleAir-API version 0.04 [mrg 2020-09-21]

Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.542 pkgsrc/misc/Makefile:1.543
--- pkgsrc/misc/Makefile:1.542  Fri Sep  4 12:01:53 2020
+++ pkgsrc/misc/Makefile        Tue Sep 22 01:50:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.542 2020/09/04 12:01:53 wiz Exp $
+# $NetBSD: Makefile,v 1.543 2020/09/22 01:50:23 mrg Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -235,6 +235,7 @@ SUBDIR+=    p5-Msgcat
 SUBDIR+=       p5-Parse-Win32Registry
 SUBDIR+=       p5-Search
 SUBDIR+=       p5-Vroom
+SUBDIR+=       p5-Weather-PurpleAir-API
 SUBDIR+=       parchive
 SUBDIR+=       parley
 SUBDIR+=       pciids

Added files:

Index: pkgsrc/devel/p5-File-Valet/DESCR
diff -u /dev/null pkgsrc/devel/p5-File-Valet/DESCR:1.1
--- /dev/null   Tue Sep 22 01:50:23 2020
+++ pkgsrc/devel/p5-File-Valet/DESCR    Tue Sep 22 01:50:23 2020
@@ -0,0 +1 @@
+Utilities for file slurping, locking, and finding.
Index: pkgsrc/devel/p5-File-Valet/Makefile
diff -u /dev/null pkgsrc/devel/p5-File-Valet/Makefile:1.1
--- /dev/null   Tue Sep 22 01:50:23 2020
+++ pkgsrc/devel/p5-File-Valet/Makefile Tue Sep 22 01:50:23 2020
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
Index: pkgsrc/devel/p5-File-Valet/distinfo
diff -u /dev/null pkgsrc/devel/p5-File-Valet/distinfo:1.1
--- /dev/null   Tue Sep 22 01:50:23 2020
+++ pkgsrc/devel/p5-File-Valet/distinfo Tue Sep 22 01:50:23 2020
@@ -0,0 +1,6 @@
+$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

Index: pkgsrc/misc/p5-Weather-PurpleAir-API/DESCR
diff -u /dev/null pkgsrc/misc/p5-Weather-PurpleAir-API/DESCR:1.1
--- /dev/null   Tue Sep 22 01:50:23 2020
+++ pkgsrc/misc/p5-Weather-PurpleAir-API/DESCR  Tue Sep 22 01:50:23 2020
@@ -0,0 +1 @@
+Client for using the purpleair.com air quality sensor API
Index: pkgsrc/misc/p5-Weather-PurpleAir-API/Makefile
diff -u /dev/null pkgsrc/misc/p5-Weather-PurpleAir-API/Makefile:1.1
--- /dev/null   Tue Sep 22 01:50:23 2020
+++ pkgsrc/misc/p5-Weather-PurpleAir-API/Makefile       Tue Sep 22 01:50:23 2020
@@ -0,0 +1,21 @@
+# $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@localhost
+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"
Index: pkgsrc/misc/p5-Weather-PurpleAir-API/distinfo
diff -u /dev/null pkgsrc/misc/p5-Weather-PurpleAir-API/distinfo:1.1
--- /dev/null   Tue Sep 22 01:50:23 2020
+++ pkgsrc/misc/p5-Weather-PurpleAir-API/distinfo       Tue Sep 22 01:50:23 2020
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index