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 Aug 25 06:46:22 UTC 2023
Modified Files:
pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo
Log Message:
Update to 0.088
Upstream changes:
0.088 2023-02-28 T. R. Wyant
Remove support for (**{ ... code ... }). This was introduced in
Perl 5.37.8 along with a single-splat version. The double-splat
version was removed without deprecation in Perl 5.37.9, so it is
being removed without deprecation here as well, per my stated policy
about development functionality. The single-splat version still
exists (and is documented) in Perl 5.37.9, and in this package.
0.087 2023-01-28 T. R. Wyant
Add support for code in optimized regex, a.k.a. (*{...}). This
involved making the recognition of backtracking control more
specific, since it also uses (?*...).
If (*{...}) and (**{...}) are removed from Perl before Perl 5.38.0,
support for them will be removed from this package.
0.086 2022-12-13 T. R. Wyant
Add width(), which returns the number of characters matched. Note
that an indefinite upper boumd is represented as IEEE 754 Inf if
that appears to be supported; otherwise by a singleton object
overloaded to allow stringification, numification, and numeric
tests.
Use width() to enhance the detection of variable-width look-behinds.
Serious clean-up on accepts_perl() subsystem.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.37 -r1.38 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.50 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.51
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.50 Thu Jul 6 09:39:47 2023
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile Fri Aug 25 06:46:22 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2023/07/06 09:39:47 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2023/08/25 06:46:22 wen Exp $
-DISTNAME= PPIx-Regexp-0.085
+DISTNAME= PPIx-Regexp-0.088
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
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.37 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.38
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.37 Sun May 29 01:28:56 2022
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo Fri Aug 25 06:46:22 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2022/05/29 01:28:56 wen Exp $
+$NetBSD: distinfo,v 1.38 2023/08/25 06:46:22 wen Exp $
-BLAKE2s (PPIx-Regexp-0.085.tar.gz) = c6b2befe8c90c5909e8bd9ca12f4988354d27fe43c4dbb3e566d7582c70d5668
-SHA512 (PPIx-Regexp-0.085.tar.gz) = d5c29e4127b803267e81f1cf6dde522850a3efb85de8421bfd2c5e144c36c3cfa5ec51e13342c6f2a104325748c5d59891b19de02d69b8e7a3243356e0bcf4ff
-Size (PPIx-Regexp-0.085.tar.gz) = 241867 bytes
+BLAKE2s (PPIx-Regexp-0.088.tar.gz) = 115869f5faeb025b60d3b4b5abaf78045efb2f4485943923d0cc58fbe08c6b16
+SHA512 (PPIx-Regexp-0.088.tar.gz) = a787c34c936f4b26f50a7dabd5212b2d7d4ba34e16753e740768bd354072cb6e45ebfe880658d2c9e3799ee6e99c7f2b208f128d76421750f38bd63abe2bba3c
+Size (PPIx-Regexp-0.088.tar.gz) = 255295 bytes
Home |
Main Index |
Thread Index |
Old Index