pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-PPIx-Regexp Update to 0.034
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a2dd5c43e5e
branches: trunk
changeset: 626061:3a2dd5c43e5e
user: wen <wen%pkgsrc.org@localhost>
date: Thu Oct 31 03:17:00 2013 +0000
description:
Update to 0.034
Upstream changes:
0.034 2013-05-11 T. R. Wyant
No changes since 0.033_01
0.033_01 2013-05-05 T. R. Wyant
Correct spelling and grammar errors in POD and comments. RT #85050.
Thanks David Steinbrunner for catching these.
0.033 2013-02-22 T. R. Wyant
Allow interpolation in regex sets. It implies Perl 5.17.9 or higher.
Allow non-ASCII white space under /x. It implies Perl 5.17.9 or
higher.
0.032 2013-02-06 T. R. Wyant
Fix problems with Regex Set functionality under Perl 5.6.2. CPAN
testers RULE!
0.031 2013-01-31 T. R. Wyant
Have PPIx::Regexp::Token::Code (and offspring) become
PPIx::Regexp::Token::Unknown inside a regex set.
0.030 2013-01-22 T. R. Wyant
Add Regex Sets, which were added to Perl as an experimental feature in
5.17.8. This is experimental in Perl, therefore the parse may
change.
Ditch PPIx::Regexp::Token::GroupType method __expect_after_match() in
favor of the more general __match_setup(). This is done without
deprecation because __expect_after_match() was documeted as
package-private, but noted in the change log because it _was_
documented.
0.029 2013-01-14 T. R. Wyant
No changes from 0.028_02.
0.028_02 2012-12-31 T. R. Wyant
Add method unescaped_content() to PPIx::Regexp::Element().
Rewrite the tokenizing code in PPIx::Regexp::Token::GroupType and
offspring to use regular expressions specific to the regexp
delimiter, and escaping only that delimiter. Thanks again to
Alexandr Ciornii for finding more of these.
0.028_01 2012-12-20 T. R. Wyant
Fix mis-parse of /(\?|I)/ as a branch reset (it's really an
alternation). There may be more of these lurking. Thanks to Alexandr
Ciornii for finding this one.
Add options -files and -objectify to eg/predump.
diffstat:
devel/p5-PPIx-Regexp/Makefile | 5 ++---
devel/p5-PPIx-Regexp/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 34af2ac24ad1 -r 3a2dd5c43e5e devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile Thu Oct 31 03:08:09 2013 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile Thu Oct 31 03:17:00 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2013/10/31 03:17:00 wen Exp $
#
-DISTNAME= PPIx-Regexp-0.028
+DISTNAME= PPIx-Regexp-0.034
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r 34af2ac24ad1 -r 3a2dd5c43e5e devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo Thu Oct 31 03:08:09 2013 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo Thu Oct 31 03:17:00 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2012/09/11 08:54:08 sno Exp $
+$NetBSD: distinfo,v 1.7 2013/10/31 03:17:00 wen Exp $
-SHA1 (PPIx-Regexp-0.028.tar.gz) = 7a675e323fef2e4cc61df813f4c2e2eafad5c512
-RMD160 (PPIx-Regexp-0.028.tar.gz) = d538733a56e4c780ed2a27368a6c5d69f940266f
-Size (PPIx-Regexp-0.028.tar.gz) = 146435 bytes
+SHA1 (PPIx-Regexp-0.034.tar.gz) = 49db91dd0d7495f1544a7d4047b9816395526382
+RMD160 (PPIx-Regexp-0.034.tar.gz) = d75ab42ff50aa6a1a224b68638f6e7d5502fad74
+Size (PPIx-Regexp-0.034.tar.gz) = 153764 bytes
Home |
Main Index |
Thread Index |
Old Index