Commit graph

13 commits

Author SHA1 Message Date
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
6b46ca710d Update p5-Text-RewriteRules from version 0.21 to version 0.23.
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.
2010-08-04 22:49:08 +00:00
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