pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Regexp-MatchContext Initial import of p5-Rege...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2fecaf4d9c02
branches: trunk
changeset: 528049:2fecaf4d9c02
user: seb <seb%pkgsrc.org@localhost>
date: Thu Apr 19 20:53:31 2007 +0000
description:
Initial import of p5-Regexp-MatchContext version 0.0.2 into The NetBSD
Packages Collection.
The Perl 5 module Regexp::MatchContext provides replacements for
the regexp related variables $PREMATCH, $MATCH, and $POSTMATCH in
a way that only impacts the performance of matches that you specify.
These three variables are only set if the most recently matched
regex contained the special (non-standard) meta- flag: (?p).
diffstat:
devel/p5-Regexp-MatchContext/DESCR | 5 +++++
devel/p5-Regexp-MatchContext/Makefile | 22 ++++++++++++++++++++++
devel/p5-Regexp-MatchContext/PLIST | 1 +
devel/p5-Regexp-MatchContext/distinfo | 5 +++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 8e4623809605 -r 2fecaf4d9c02 devel/p5-Regexp-MatchContext/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-MatchContext/DESCR Thu Apr 19 20:53:31 2007 +0000
@@ -0,0 +1,5 @@
+The Perl 5 module Regexp::MatchContext provides replacements for
+the regexp related variables $PREMATCH, $MATCH, and $POSTMATCH in
+a way that only impacts the performance of matches that you specify.
+These three variables are only set if the most recently matched
+regex contained the special (non-standard) meta- flag: (?p).
diff -r 8e4623809605 -r 2fecaf4d9c02 devel/p5-Regexp-MatchContext/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-MatchContext/Makefile Thu Apr 19 20:53:31 2007 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/19 20:53:31 seb Exp $
+#
+
+DISTNAME= Regexp-MatchContext-0.0.2
+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-MatchContext/
+COMMENT= Perl 5 module prodiving replacements for regexp related variables
+
+DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
+
+# Ignore warning about the supposedly missing prerequisite Tie::StdScalar.
+# It's there, have faith, run 'make test'!
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Regexp/MatchContext/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8e4623809605 -r 2fecaf4d9c02 devel/p5-Regexp-MatchContext/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-MatchContext/PLIST Thu Apr 19 20:53:31 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/19 20:53:31 seb Exp $
diff -r 8e4623809605 -r 2fecaf4d9c02 devel/p5-Regexp-MatchContext/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-MatchContext/distinfo Thu Apr 19 20:53:31 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/19 20:53:31 seb Exp $
+
+SHA1 (Regexp-MatchContext-0.0.2.tar.gz) = 192b702fc10244b1a2289ab2b64a62f8357a3667
+RMD160 (Regexp-MatchContext-0.0.2.tar.gz) = 4feb6db959cf0eab45a0e03a3f87317072847778
+Size (Regexp-MatchContext-0.0.2.tar.gz) = 5493 bytes
Home |
Main Index |
Thread Index |
Old Index