summaryrefslogtreecommitdiff
path: root/devel/p5-Regexp-MatchContext
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-04-19Initial import of p5-Regexp-MatchContext version 0.0.2 into The NetBSDseb4-0/+33
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).