pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-Regexp-MatchContext ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6e55d63015d
branches:  trunk
changeset: 528051:a6e55d63015d
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Apr 19 20:57:18 2007 +0000

description:
Note initial addition of p5-Regexp-MatchContext version 0.0.2 as
devel/p5-Regexp-MatchContext 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:

 doc/CHANGES-2007 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 24c95753d93c -r a6e55d63015d doc/CHANGES-2007
--- a/doc/CHANGES-2007  Thu Apr 19 20:54:10 2007 +0000
+++ b/doc/CHANGES-2007  Thu Apr 19 20:57:18 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.869 2007/04/19 16:21:09 joerg Exp $
+$NetBSD: CHANGES-2007,v 1.870 2007/04/19 20:57:18 seb Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -1681,3 +1681,4 @@
        Updated print/epdfview to 0.1.6 [xtraeme 2007-04-19]
        Removed time/xfce4-calendar [martti 2007-04-19]
        Updated www/lighttpd to 1.4.15 [root 2007-04-19]
+       Added devel/p5-Regexp-MatchContext version 0.0.2 [seb 2007-04-19]



Home | Main Index | Thread Index | Old Index