Commit graph

11 commits

Author SHA1 Message Date
sno
3419c40e52 Updating package for p5 module Text::RewriteRules from 0.20 to 0.21
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-07-08 11:15:52 +00:00
sno
54b3dcc201 pkgsrc changes:
- 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-05-21 13:25:17 +00:00
seb
cd81f979ce Update p5-Text-RewriteRules from version 0.17 to version 0.18.
Upstream changes:
0.18    2009, Mar 2 (20:56)
   - Added parenthesis around regexp so it supports ors nicely.
2009-04-23 23:58:09 +00:00
seb
5c1b804d49 Update from version 0.16 to 0.17.
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.
2009-02-15 14:13:29 +00:00
he
3a5275b04b Update from version 0.14 to 0.16.
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-28 13:55:04 +00:00
seb
a15484f3e7 Update from version 0.13 to 0.14.
Upstream changes:
0.14    2008, Nov 15 (11:00)
   - Added support for lex-style blocks for lexers (LRULES and RULES/l)
2008-11-15 14:37:24 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
e0161261da Update from version 0.10 to 0.13. Changes:
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
2008-07-27 16:21:53 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
seb
ad4617dea5 Initial import of p5-Text-RewriteRules version 0.10 into the NetBSD Packages
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
2007-03-01 00:25:14 +00:00