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 p5-PPIx-Regexp: update to 0.058.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7bc4a8a2cc55
branches: trunk
changeset: 379563:7bc4a8a2cc55
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 02 12:00:59 2018 +0000
description:
p5-PPIx-Regexp: update to 0.058.
0.058 2018-04-26 T. R. Wyant
Prefer /[0-9]/ over /\d/ for numeric checks. The latter can match
non-ASCII digits.
Explain the negated POSIX character classes. Also tweak some of the
asserted explanations -- mostly for readability and parallel
construction with the negated explanations, but it turns out
[[:digit:]] is NOT equivalent to [0-9].
0.057 2018-04-17 T. R. Wyant
Allow ->asserts( 'a*' ). This modification actually allows wild
cards in asserts() on all match semantic modifiers, but it is
probably only useful in the case of 'a*', because that is the only
one that can be doubled.
Explain grouping structure as 'Grouping', not 'Capture or grouping'.
Caret modifier was not turning off /n. This was complicated by the
fact that (?^) was introduced in 5.13.6, but (?n) was not introduced
until 5.21.8. The solution was to include -n in the expansion of the
caret if and only if /n had been seen in the scope of the caret.
Recognize caret in /(?^)x/.
Acknowledge Regexp::Parsertron in SEE ALSO
diffstat:
devel/p5-PPIx-Regexp/Makefile | 4 ++--
devel/p5-PPIx-Regexp/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 4b968c4ec9e1 -r 7bc4a8a2cc55 devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile Wed May 02 11:55:54 2018 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile Wed May 02 12:00:59 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2018/03/11 10:19:49 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2018/05/02 12:00:59 wiz Exp $
-DISTNAME= PPIx-Regexp-0.056
+DISTNAME= PPIx-Regexp-0.058
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r 4b968c4ec9e1 -r 7bc4a8a2cc55 devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo Wed May 02 11:55:54 2018 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo Wed May 02 12:00:59 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/03/11 10:19:49 wiz Exp $
+$NetBSD: distinfo,v 1.21 2018/05/02 12:00:59 wiz Exp $
-SHA1 (PPIx-Regexp-0.056.tar.gz) = edf2944c29e790e009d8a37c645a8d3c69f7080c
-RMD160 (PPIx-Regexp-0.056.tar.gz) = 78d71eee0c4e9edf3de408bc1be44a3383fd769a
-SHA512 (PPIx-Regexp-0.056.tar.gz) = b26a3a383dba548ede0509029ff895c47ec5933856ce0f751c30e96fd63588e74df12c853f3fb6a093c46f8e80dda2a3f7a2983d5042b4a78689bac045cca57c
-Size (PPIx-Regexp-0.056.tar.gz) = 212535 bytes
+SHA1 (PPIx-Regexp-0.058.tar.gz) = aa758ff71f11402c8f7b7e6af7d5e7b844d41c1c
+RMD160 (PPIx-Regexp-0.058.tar.gz) = 3b5fd060e61d290dc2370a3de74b1d8d4a95f856
+SHA512 (PPIx-Regexp-0.058.tar.gz) = a3ff188fb9755befdcc7442681f4ab4a151a2a3a1e9f88b9d9a1f30f60bd7b6fb6b5f823ea35c248d5dcee4d8a888db6816a3e5ecd12f07a9edbeea9910be38a
+Size (PPIx-Regexp-0.058.tar.gz) = 215728 bytes
Home |
Main Index |
Thread Index |
Old Index