pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Add p5-PAR-Packer version 1.052
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfa2ce8b0da8
branches: trunk
changeset: 771887:cfa2ce8b0da8
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Wed Dec 29 14:33:12 2021 +0000
description:
Add p5-PAR-Packer version 1.052
PAR-Packer is the PAR component that can generate stand-alone
executables and ".par" archives.
The main front-end for PAR-Packer is the "pp" utility.
diffstat:
devel/Makefile | 3 ++-
devel/p5-PAR-Packer/DESCR | 4 ++++
devel/p5-PAR-Packer/Makefile | 21 +++++++++++++++++++++
devel/p5-PAR-Packer/distinfo | 5 +++++
4 files changed, 32 insertions(+), 1 deletions(-)
diffs (59 lines):
diff -r c0754224647b -r cfa2ce8b0da8 devel/Makefile
--- a/devel/Makefile Wed Dec 29 14:32:00 2021 +0000
+++ b/devel/Makefile Wed Dec 29 14:33:12 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3531 2021/12/21 15:11:11 wiz Exp $
+# $NetBSD: Makefile,v 1.3532 2021/12/29 14:33:12 prlw1 Exp $
#
COMMENT= Development utilities
@@ -1695,6 +1695,7 @@
SUBDIR+= p5-Ouch
SUBDIR+= p5-PAR
SUBDIR+= p5-PAR-Dist
+SUBDIR+= p5-PAR-Packer
SUBDIR+= p5-PHP-Serialization
SUBDIR+= p5-POE
SUBDIR+= p5-POE-Component-Cron
diff -r c0754224647b -r cfa2ce8b0da8 devel/p5-PAR-Packer/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PAR-Packer/DESCR Wed Dec 29 14:33:12 2021 +0000
@@ -0,0 +1,4 @@
+PAR-Packer is the PAR component that can generate stand-alone
+executables and ".par" archives.
+
+The main front-end for PAR-Packer is the "pp" utility.
diff -r c0754224647b -r cfa2ce8b0da8 devel/p5-PAR-Packer/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PAR-Packer/Makefile Wed Dec 29 14:33:12 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/12/29 14:33:12 prlw1 Exp $
+
+DISTNAME= PAR-Packer-1.052
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/dist/PAR-Packer
+COMMENT= Perl5 module to create stand-alone executables and archives
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-PAR-[0-9]*:../../devel/p5-PAR
+DEPENDS+= p5-Getopt-ArgvFile-[0-9]*:../../devel/p5-Getopt-ArgvFile
+
+PERL5_PACKLIST= auto/PAR/Packer/.packlist
+
+MAKE_JOBS_SAFE= no
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c0754224647b -r cfa2ce8b0da8 devel/p5-PAR-Packer/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PAR-Packer/distinfo Wed Dec 29 14:33:12 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/29 14:33:12 prlw1 Exp $
+
+BLAKE2s (PAR-Packer-1.052.tar.gz) = 2e6c75bbeb1f2089aa187aa7e367d920528b1089142b5d30c8581139fe9838f1
+SHA512 (PAR-Packer-1.052.tar.gz) = 5acd1efcb2bf6ebfca46e88f840cd8575f601443037fbf627f4a03b88119628a66ae522cd8de2488f0a143e6320c94e8b47f45db0ecffa61593715c848ebd379
+Size (PAR-Packer-1.052.tar.gz) = 204526 bytes
Home |
Main Index |
Thread Index |
Old Index