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:   wen
Date:           Fri Apr 19 23:53:06 UTC 2019

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

Log Message:
Update to 0.064

Upstream changes:
0.064           2019-04-01      T. R. Wyant
    Empty \p{} should be an error.

    \x{} and \x{ non-hex } should be errors under "use re 'strict'"

    \o{} should be an error

    \o{ non-octal } should be an error under "use re 'strict'"

    Support wildcard Unicode property values. These were added in
    5.29.9.

    Add eg/find-variable-length-lookarounds

    Add convenience method extract_regexps(). This is a static method
    on PPIx::Regexp that takes as its argument a PPI::Document and
    manufactures PPIx::Regexp objects out of anything that parses to a
    regexp of some sort.

    Don't run illegal character tests before Perl 5.18 unless we're
    author testing, because they are noisy. I think the issue is not the
    Perl version per se, but the version of Unicode; Perl5180delta says
    it shipped with Unicode 6.2.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.25 -r1.26 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.34 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.35
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.34   Sun Nov 25 14:34:09 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Fri Apr 19 23:53:06 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2018/11/25 14:34:09 wen Exp $
+# $NetBSD: Makefile,v 1.35 2019/04/19 23:53:06 wen Exp $
 
-DISTNAME=      PPIx-Regexp-0.063
+DISTNAME=      PPIx-Regexp-0.064
 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.25 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.26
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.25   Sun Nov 25 14:34:09 2018
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Fri Apr 19 23:53:06 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2018/11/25 14:34:09 wen Exp $
+$NetBSD: distinfo,v 1.26 2019/04/19 23:53:06 wen Exp $
 
-SHA1 (PPIx-Regexp-0.063.tar.gz) = 38df6e10505278627f53cde81eb83807011d4784
-RMD160 (PPIx-Regexp-0.063.tar.gz) = 8f9bae7bc466519db5b426595794e53182709c67
-SHA512 (PPIx-Regexp-0.063.tar.gz) = dc21f2857430f59b179bdd3d4e02a56e5205c719a15a8091143bfb781fb630052dd5c1a3dfe89c0781ab5877efbe7fc6a08c9000054c6b4489f0bb6f172465ff
-Size (PPIx-Regexp-0.063.tar.gz) = 222334 bytes
+SHA1 (PPIx-Regexp-0.064.tar.gz) = 9b305eb267922762bad53e80d32e7411deff21db
+RMD160 (PPIx-Regexp-0.064.tar.gz) = 603d3d4fe6a68563ab71c3759bd2763c724572d0
+SHA512 (PPIx-Regexp-0.064.tar.gz) = 5b484957759c55b4960809b9cd95b66f8ca415a627ee7282649067e839b00944703046a7578d668f488e998c45ee087e042bdc9c4a5597a0ae481d8edee969b2
+Size (PPIx-Regexp-0.064.tar.gz) = 226573 bytes



Home | Main Index | Thread Index | Old Index