pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-PPIx-Utils
Module Name: pkgsrc
Committed By: wen
Date: Wed Jul 28 07:49:04 UTC 2021
Added Files:
pkgsrc/textproc/p5-PPIx-Utils: DESCR Makefile distinfo
Log Message:
Import PPIx-Utils-0.003 as p5-PPIx-Utils.
PPIx::Utils is a collection of utility functions for working with PPI documents.
The functions are organized into submodules, and may be imported from the
appropriate submodule or via this module.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-PPIx-Utils/DESCR \
pkgsrc/textproc/p5-PPIx-Utils/Makefile \
pkgsrc/textproc/p5-PPIx-Utils/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/p5-PPIx-Utils/DESCR
diff -u /dev/null pkgsrc/textproc/p5-PPIx-Utils/DESCR:1.1
--- /dev/null Wed Jul 28 07:49:04 2021
+++ pkgsrc/textproc/p5-PPIx-Utils/DESCR Wed Jul 28 07:49:04 2021
@@ -0,0 +1,3 @@
+PPIx::Utils is a collection of utility functions for working with PPI documents.
+The functions are organized into submodules, and may be imported from the
+appropriate submodule or via this module.
Index: pkgsrc/textproc/p5-PPIx-Utils/Makefile
diff -u /dev/null pkgsrc/textproc/p5-PPIx-Utils/Makefile:1.1
--- /dev/null Wed Jul 28 07:49:04 2021
+++ pkgsrc/textproc/p5-PPIx-Utils/Makefile Wed Jul 28 07:49:04 2021
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2021/07/28 07:49:04 wen Exp $
+
+DISTNAME= PPIx-Utils-0.003
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DB/DBOOK/}
+
+MAINTAINER= wen%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/PPIx-Utils
+COMMENT= Parse Perl string literals and string-literal-like things
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-PPI>=1.250:../../devel/p5-PPI
+DEPENDS+= p5-B-Keywords>=1.09:../../devel/p5-B-Keywords
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/PPIx/Utils/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-PPIx-Utils/distinfo
diff -u /dev/null pkgsrc/textproc/p5-PPIx-Utils/distinfo:1.1
--- /dev/null Wed Jul 28 07:49:04 2021
+++ pkgsrc/textproc/p5-PPIx-Utils/distinfo Wed Jul 28 07:49:04 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/07/28 07:49:04 wen Exp $
+
+SHA1 (PPIx-Utils-0.003.tar.gz) = a724582a1ae498efd07678d7d019b23f2f379a55
+RMD160 (PPIx-Utils-0.003.tar.gz) = 8f0551e4048373db957d06f462497bdebf3a75a7
+SHA512 (PPIx-Utils-0.003.tar.gz) = 7f56bc2bf2afbf1f6d3c0e5bc0ed21752be809714e32b256feb1ea39125c7671c6ef949e2c122a95a41d3a603f5d5253133886f3700890387ad6cf0732ab87c6
+Size (PPIx-Utils-0.003.tar.gz) = 38028 bytes
Home |
Main Index |
Thread Index |
Old Index