summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RewriteRules/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-08-04Update p5-Text-RewriteRules from version 0.21 to version 0.23.seb1-4/+4
Upstream changes: 0.23 2010, May 26 (19:51) - Added /d debug mode for RULES and RULES/m; 0.22 2010, Apr 4 (20:02) - It seems that some code was using an undefined behavior of \G and regular expressions. That code was workarounded not to use it. While it worked perfectly under perl 5.8 and perl 5.10 something changed on perl 5.12 regular expression engine that created this behavior.
2009-07-08Updating package for p5 module Text::RewriteRules from 0.20 to 0.21sno1-4/+4
Adjusting license to ${PERL5_LICENSE} Upstream changes: 0.21 2009, Jun 4 (17:08) - Mark algorithm skiping new lines. - Better compilation of power regexps. - Basic capturing for power regexps.
2009-05-21pkgsrc changes:sno1-4/+4
- Updating package for p5 module Text::RewriteRules from 0.18 to 0.20 - Setting gnu-gpl-v2 as license Upstream changes: 0.20 2009, May 15 (21:13) - Added parenthesized expressions (parenthesis, brackets and curly braces); - Fixed XML regular expression (both empty tags and balanceness) 0.19 2009, May 13 (11:52) - Added support for XML automagical tags [[:XML:]] and [[:XML(tag):]]; - Added variable +{TAG} when using [[:XML:]]; - Compile function removes 'use Text::RewriteRules;'
2009-04-23Update p5-Text-RewriteRules from version 0.17 to version 0.18.seb1-4/+4
Upstream changes: 0.18 2009, Mar 2 (20:56) - Added parenthesis around regexp so it supports ors nicely.
2009-02-15Update from version 0.16 to 0.17.seb1-4/+4
Upstream changes: 0.17 2009, Fev 15 (00:55) - Added support for conditional last rules on simple RULES blocks. - Added support for conditional and non conditional last rules on MRULES blocks.
2008-11-28Update from version 0.14 to 0.16.he1-4/+4
Upstream changes: 0.16 2008, Nov 25 (19:42) - Workaround with a bug for perl 5.8.x - Added support for multiple lexers at the same time; - Added support to the 'x' flag on the MRULES; 0.15 2008, Nov 23 (21:27) - Fixed some issues with a global variable.
2008-11-15Update from version 0.13 to 0.14.seb1-4/+4
Upstream changes: 0.14 2008, Nov 15 (11:00) - Added support for lex-style blocks for lexers (LRULES and RULES/l)
2008-07-27Update from version 0.10 to 0.13. Changes:he1-4/+4
0.13 2008, Apr 18 (15:50) - Added support for some spaces between RULES and the rule identifier. - Support scripts written under MS OSes that still use carriage returns. 0.12 2008, Mar 16 (14:30) - missing an entry on MANIFEST 0.11 2008, Mar 15 (14:30) - Added support to the =b=> begin rule; - added a compiler
2007-03-01Initial import of p5-Text-RewriteRules version 0.10 into the NetBSD Packagesseb1-0/+5
Collection. The Perl 5 module Text::RewriteRules uses a simplified syntax for regexp-based rules for rewriting text. You define a set of rules, and the system applies them until no more rule can be applied