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 Updating package for Perl5 distri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8ff8693ca85
branches: trunk
changeset: 603711:d8ff8693ca85
user: sno <sno%pkgsrc.org@localhost>
date: Fri May 11 13:04:35 2012 +0000
description:
Updating package for Perl5 distribution PPIx::Regexp in devel/p5-PPIx-Regexp
from 0.021 to 0.026.
Upstream changes (keep in mind versions with underscores marking developer releases):
0.026 2012-02-24 T. R. Wyant
Add support for \F (fold case), added in 5.15.8.
0.025 2012-01-04 T. R. Wyant
Tolerate leading and trailing white space around the regular
expression. These are still round-trip safe, since the white space
is tokenized.
Make Changes file conform to CPAN::Changes, and add
xt/author/changes.t to ensure continued compliance.
0.024 2011-12-17 T. R. Wyant
Reinstate author test xt/author/manifest.t, which was clobbered
shortly before the release of 0.021_10.
0.023 2011-12-08 T. R. Wyant
Correct address of FSF in the version of the GPL distributed in
LICENSES/Copying. Thanks to Petr Pisar for picking this up.
0.022 2011-11-24 T. R. Wyant
Correct various documentation errors.
The default-modifier functionality is no longer considered
experimental.
No code changes since 0.021_11.
0.021_11 2011-11-15 T. R. Wyant
Don't initialize effective modifiers with '^', since that wrongly
asserts that /d has been seen somewhere along the line.
Implement negation of match-semantic modifiers (e.g. 'no re /u;') by
setting the relevant datum to undef.
THE DEFAULT-MODIFIER FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED
WITHOUT NOTICE until the next production release.
0.021_10 2011-11-14 T. R. Wyant
Support for default modifiers. This includes:
* default_modifiers argument to new() in PPIx::Regexp,
PPIx::Regexp::Tokenizer, and PPIx::Regexp::Dumper
* Public method modifier_asserted() on PPIx::Regexp, to return
whether a given modifier is actually in effect. The results of the
modifier() method are unchanged.
THIS FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED OR REVOKED
WITHOUT WARNING.
Require Test::More 0.88 for installation. Eliminate all the 'eval
{ require ... }' logic in favor of 'use Test::More 0.88'.
Have Makefile.PL make use of {BUILD_REQUIRES} if it is available.
Fix PPIx::Regexp::Token::Whitespace->can_be_quantified() to return
false.
diffstat:
devel/p5-PPIx-Regexp/Makefile | 4 ++--
devel/p5-PPIx-Regexp/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r dd98de897252 -r d8ff8693ca85 devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile Fri May 11 13:04:17 2012 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile Fri May 11 13:04:35 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2011/08/16 22:52:41 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/05/11 13:04:35 sno Exp $
#
-DISTNAME= PPIx-Regexp-0.021
+DISTNAME= PPIx-Regexp-0.026
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r dd98de897252 -r d8ff8693ca85 devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo Fri May 11 13:04:17 2012 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo Fri May 11 13:04:35 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/08/16 22:52:41 wiz Exp $
+$NetBSD: distinfo,v 1.5 2012/05/11 13:04:35 sno Exp $
-SHA1 (PPIx-Regexp-0.021.tar.gz) = 676b7470b0d47982739703a5907528c310178348
-RMD160 (PPIx-Regexp-0.021.tar.gz) = 248eace8f39c8b116decacb4098d4db8d715fe87
-Size (PPIx-Regexp-0.021.tar.gz) = 136391 bytes
+SHA1 (PPIx-Regexp-0.026.tar.gz) = 0e3f94e81eb5821ba20cf5dda6338f7bfaa1aadb
+RMD160 (PPIx-Regexp-0.026.tar.gz) = 8ed3eafbefd5c19f5c17fb283102934dbd991e6d
+Size (PPIx-Regexp-0.026.tar.gz) = 146293 bytes
Home |
Main Index |
Thread Index |
Old Index