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:           Sun Feb  4 04:12:04 UTC 2018

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

Log Message:
Update to 0.054

Upstream changes:
0.054           2018-01-29      T. R. Wyant
    Add support for (+script_run:...). This is an experimental feature
    added in Perl 5.27.8. It imposes on any matches it contains the
    additional restriction that everything matched has to belong to the
    same Unicode script. This support will be retracted if the
    functionality does not make it into Perl 5.28.

    Add method scontent().  This returns significant content only. That
    is, if called on the parse of '/ f u b a r /x', it returns
    '/fubar/x'.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.17 -r1.18 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.25 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.26
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.25   Wed Nov  8 20:33:41 2017
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile        Sun Feb  4 04:12:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/11/08 20:33:41 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/02/04 04:12:04 wen Exp $
 
-DISTNAME=      PPIx-Regexp-0.053
+DISTNAME=      PPIx-Regexp-0.054
 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.17 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.18
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.17   Wed Nov  8 20:33:41 2017
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo        Sun Feb  4 04:12:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/11/08 20:33:41 wiz Exp $
+$NetBSD: distinfo,v 1.18 2018/02/04 04:12:04 wen Exp $
 
-SHA1 (PPIx-Regexp-0.053.tar.gz) = 0b0184b5e612940986656ab022bc3decfdf60cd0
-RMD160 (PPIx-Regexp-0.053.tar.gz) = c88019bd7140e10a64bc2c0753361f7cdb6e8e99
-SHA512 (PPIx-Regexp-0.053.tar.gz) = 2f9e913347ad415be47240f48536845d9c1f77211534f2d540f2e1583936a11586c224fe909fc2f7f876398cb1c8048386c001279a724a72f1f71015a43840b7
-Size (PPIx-Regexp-0.053.tar.gz) = 204221 bytes
+SHA1 (PPIx-Regexp-0.054.tar.gz) = 1f4f672c97bf93a452c89928bba92cde57c713fc
+RMD160 (PPIx-Regexp-0.054.tar.gz) = 07083bce89969f2becb254215a45303c9740a5a6
+SHA512 (PPIx-Regexp-0.054.tar.gz) = 926895ff2610e01f4153a2b8dafb907b798570a92b431dfc7a58f119a4ff033828107018282b4558bea58077ccb6f7b7875cd53eb3613c33267f9a2501975869
+Size (PPIx-Regexp-0.054.tar.gz) = 205985 bytes



Home | Main Index | Thread Index | Old Index