summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-07-23 22:36:24 +0000
committerrhaen <rhaen@pkgsrc.org>2008-07-23 22:36:24 +0000
commit29038c24a346524e39c24c9783f89c4fb9180d48 (patch)
treefc4ff6593d53c07f8997077497d8b68489902555
parent788d19af18fe131e3cd3d1e3c2148dbb862d103a (diff)
downloadpkgsrc-29038c24a346524e39c24c9783f89c4fb9180d48.tar.gz
updated to 0.34
ChangeLog: 0.34 2008-06-17 20:20:14 UTC - Rewrite the usage of _re_sort() in order to deal with blead change #33874. Bug smoked out by Andreas K?nig. 0.33 2008-06-07 14:40:57 UTC - Tweaked _fastlex() to fix bug #36399 spotted by Yves Blusseau ('a|[bc]' becomes 'a\|[bc]'). - Recognise POSIX character classes (e.g. [[:alpha:]]. Bug also spotted by Yves Blusseau (bug #36465). 0.32 2007-07-30 17:47:39 UTC - Backed out the change introduced in 0.25 (that created slimmer regexps when custom flags are used). As things stood, it meant that '/' could not appear in a pattern with flags (and could possibly dump core). Bug #28554 noted by David Morel. - Allow a+b to be unrolled into aa*b, as that may allow further reductions (bug #20847 noted by Philippe Bruhat). Not completely implemented, but bug #28554 is sufficient to push out a new release. - eg/assemble understands -U to enable plus unrollings. - Extended campaign of coverage improvements made to the test suite caught a minor flaw in source(). 0.31 2007-06-04 20:40:33 UTC - Add a fold_meta_pairs flag to control the behaviour of [\S\s] (and [\D\d], [\W\w]) being folded to '.' (bug #24171 spotted by Philippe Bruhat). 0.30 2007-05-18 15:39:37 UTC - Fixup _fastlex() bug in 5.6 (unable to discriminate \cX). This allows bug #27138 to be closed. 0.29 2007-05-17 10:48:42 UTC - Tracked patterns enhanced to take advantage of 5.10 (and works again with blead). - The mutable() functionality has been marked as deprecated. - mailing list web page was incorrect (noted by Kai Carver)
-rw-r--r--devel/p5-Regexp-Assemble/Makefile5
-rw-r--r--devel/p5-Regexp-Assemble/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Regexp-Assemble/Makefile b/devel/p5-Regexp-Assemble/Makefile
index 280552e3844..74c859524b4 100644
--- a/devel/p5-Regexp-Assemble/Makefile
+++ b/devel/p5-Regexp-Assemble/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/23 22:36:24 rhaen Exp $
#
-DISTNAME= Regexp-Assemble-0.28
+DISTNAME= Regexp-Assemble-0.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
@@ -12,7 +12,6 @@ COMMENT= Perl 5 module to assemble multiple regular expressions
PKG_DESTDIR_SUPPORT= user-destdir
-USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Regexp/Assemble/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/devel/p5-Regexp-Assemble/distinfo b/devel/p5-Regexp-Assemble/distinfo
index 9e19411ee04..f740fc9cce5 100644
--- a/devel/p5-Regexp-Assemble/distinfo
+++ b/devel/p5-Regexp-Assemble/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/13 14:17:55 seb Exp $
+$NetBSD: distinfo,v 1.2 2008/07/23 22:36:24 rhaen Exp $
-SHA1 (Regexp-Assemble-0.28.tar.gz) = 6874a17798e86441a3ef1fee8e5daaf2460f334c
-RMD160 (Regexp-Assemble-0.28.tar.gz) = 33effcdcef97471918de9ef2dc8dcc1271546238
-Size (Regexp-Assemble-0.28.tar.gz) = 82595 bytes
+SHA1 (Regexp-Assemble-0.34.tar.gz) = 6006dc542f52ac691c66fd74ae9d246780914cc5
+RMD160 (Regexp-Assemble-0.34.tar.gz) = ceb9df6b9991d56add37668330003c19e0f46cfd
+Size (Regexp-Assemble-0.34.tar.gz) = 86556 bytes