pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pcre2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 20 20:14:48 UTC 2022

Modified Files:
        pkgsrc/devel/pcre2: Makefile distinfo

Log Message:
pcre2: update to 10.40.

Version 10.40 15-April-2022
---------------------------

This is mostly a bug-fixing and code-tidying release. However, there are some
extensions to Unicode property handling:

* Added support for Bidi_Class and a number of binary Unicode properties,
including Bidi_Control.

* A number of changes to script matching for \p and \P:

  (a) Script extensions for a character are now coded as a bitmap instead of
      a list of script numbers, which should be faster and does not need a
      loop.

  (b) Added the syntax \p{script:xxx} and \p{script_extensions:xxx} (synonyms
      sc and scx).

  (c) Changed \p{scriptname} from being the same as \p{sc:scriptname} to being
      the same as \p{scx:scriptname} because this change happened in Perl at
      release 5.26.

  (d) The standard Unicode 4-letter abbreviations for script names are now
      recognized.

  (e) In accordance with Unicode and Perl's "loose matching" rules, spaces,
      hyphens, and underscores are ignored in property names, which are then
      matched independent of case.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/pcre2/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/pcre2/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/pcre2/Makefile
diff -u pkgsrc/devel/pcre2/Makefile:1.22 pkgsrc/devel/pcre2/Makefile:1.23
--- pkgsrc/devel/pcre2/Makefile:1.22    Mon Nov  1 10:06:14 2021
+++ pkgsrc/devel/pcre2/Makefile Wed Apr 20 20:14:48 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/11/01 10:06:14 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/04/20 20:14:48 wiz Exp $
 
-DISTNAME=      pcre2-10.39
+DISTNAME=      pcre2-10.40
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=PhilipHazel/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/devel/pcre2/distinfo
diff -u pkgsrc/devel/pcre2/distinfo:1.20 pkgsrc/devel/pcre2/distinfo:1.21
--- pkgsrc/devel/pcre2/distinfo:1.20    Mon Nov  1 10:06:14 2021
+++ pkgsrc/devel/pcre2/distinfo Wed Apr 20 20:14:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/11/01 10:06:14 wiz Exp $
+$NetBSD: distinfo,v 1.21 2022/04/20 20:14:48 wiz Exp $
 
-BLAKE2s (pcre2-10.39.tar.gz) = 9bacff01792bb17a20a131eca524a8c6656db794450a857c621012f5ad35a4b2
-SHA512 (pcre2-10.39.tar.gz) = fe17ea0191a91d4e4fe88a44a07883db594941376a6e38556e03ff3b594820596fd3e43be2d73b700ca68cd0c44e38c33cc891a57b8ed65e34cd832196bc09b2
-Size (pcre2-10.39.tar.gz) = 2309964 bytes
+BLAKE2s (pcre2-10.40.tar.gz) = 777be6f5cf7889f49c92e0c9e4033b0811672fd7e6a43faf83e6ebbfc8151db7
+SHA512 (pcre2-10.40.tar.gz) = 679c6f540571850adec880934812e4f26f08ad858c776f10d1ed68ed3c0d4f91f6e1b53d781b53340af43a22c521e585cfc908f3659013c630a320e4fb246dc2
+Size (pcre2-10.40.tar.gz) = 2359622 bytes



Home | Main Index | Thread Index | Old Index