pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Regexp-Assemble Initial import of p5-Regexp-A...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1643b282abe5
branches: trunk
changeset: 528720:1643b282abe5
user: seb <seb%pkgsrc.org@localhost>
date: Sun May 13 14:17:55 2007 +0000
description:
Initial import of p5-Regexp-Assemble version 0.28 into The NetBSD
Packages Collection.
The Perl 5 module Regexp::Assemble provides a way to assemble an
arbitrary number of regular expressions into a single regular
expression (or RE) that matches all that the individual REs match.
diffstat:
devel/p5-Regexp-Assemble/DESCR | 3 +++
devel/p5-Regexp-Assemble/Makefile | 17 +++++++++++++++++
devel/p5-Regexp-Assemble/PLIST | 1 +
devel/p5-Regexp-Assemble/distinfo | 5 +++++
4 files changed, 26 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 6f98e3365dae -r 1643b282abe5 devel/p5-Regexp-Assemble/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-Assemble/DESCR Sun May 13 14:17:55 2007 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Regexp::Assemble provides a way to assemble an
+arbitrary number of regular expressions into a single regular
+expression (or RE) that matches all that the individual REs match.
diff -r 6f98e3365dae -r 1643b282abe5 devel/p5-Regexp-Assemble/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-Assemble/Makefile Sun May 13 14:17:55 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 14:17:55 seb Exp $
+#
+
+DISTNAME= Regexp-Assemble-0.28
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Regexp-Assemble/
+COMMENT= Perl 5 module to assemble multiple regular expressions
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Regexp/Assemble/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f98e3365dae -r 1643b282abe5 devel/p5-Regexp-Assemble/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-Assemble/PLIST Sun May 13 14:17:55 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/13 14:17:55 seb Exp $
diff -r 6f98e3365dae -r 1643b282abe5 devel/p5-Regexp-Assemble/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-Assemble/distinfo Sun May 13 14:17:55 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/13 14:17:55 seb Exp $
+
+SHA1 (Regexp-Assemble-0.28.tar.gz) = 6874a17798e86441a3ef1fee8e5daaf2460f334c
+RMD160 (Regexp-Assemble-0.28.tar.gz) = 33effcdcef97471918de9ef2dc8dcc1271546238
+Size (Regexp-Assemble-0.28.tar.gz) = 82595 bytes
Home |
Main Index |
Thread Index |
Old Index