summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb>2007-04-19 20:53:31 +0000
committerseb <seb>2007-04-19 20:53:31 +0000
commit4bdc8598d408a97a7dc4568aedbfa9eae6a59adb (patch)
tree8bc8bb0cc550511b36dbccad1afbb4250fc30d6d /devel
parentc4b17d9310c1f98eb457b62986623546fff96542 (diff)
downloadpkgsrc-4bdc8598d408a97a7dc4568aedbfa9eae6a59adb.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/p5-Regexp-MatchContext/DESCR5
-rw-r--r--devel/p5-Regexp-MatchContext/Makefile22
-rw-r--r--devel/p5-Regexp-MatchContext/PLIST1
-rw-r--r--devel/p5-Regexp-MatchContext/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Regexp-MatchContext/DESCR b/devel/p5-Regexp-MatchContext/DESCR
new file mode 100644
index 00000000000..31417b7f4ca
--- /dev/null
+++ b/devel/p5-Regexp-MatchContext/DESCR
@@ -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 --git a/devel/p5-Regexp-MatchContext/Makefile b/devel/p5-Regexp-MatchContext/Makefile
new file mode 100644
index 00000000000..7b9b5add4b1
--- /dev/null
+++ b/devel/p5-Regexp-MatchContext/Makefile
@@ -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
+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 --git a/devel/p5-Regexp-MatchContext/PLIST b/devel/p5-Regexp-MatchContext/PLIST
new file mode 100644
index 00000000000..291deb63f78
--- /dev/null
+++ b/devel/p5-Regexp-MatchContext/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/19 20:53:31 seb Exp $
diff --git a/devel/p5-Regexp-MatchContext/distinfo b/devel/p5-Regexp-MatchContext/distinfo
new file mode 100644
index 00000000000..9fa90c1728b
--- /dev/null
+++ b/devel/p5-Regexp-MatchContext/distinfo
@@ -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