pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-PPIx-Regexp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  2 12:00:59 UTC 2018

Modified Files:
        pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-PPIx-Regexp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-PPIx-Regexp/Makefile
diff -u pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.28 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.29
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.28   Sun Mar 11 10:19:49 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Wed May  2 12:00:59 2018
@@ -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/}

Index: pkgsrc/devel/p5-PPIx-Regexp/distinfo
diff -u pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.20 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.21
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.20   Sun Mar 11 10:19:49 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Wed May  2 12:00:59 2018
@@ -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