diff options
author | adam <adam@pkgsrc.org> | 2010-12-11 08:16:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-11 08:16:12 +0000 |
commit | e5eb177e847eaf140eb1b9a97f0265fb3ae94446 (patch) | |
tree | f1f262784fc1d3b48bdbe17c5e671c749e202c7b /devel/pcre | |
parent | efd1415b2f77fa3436938fae98d05a4be28d5883 (diff) | |
download | pkgsrc-e5eb177e847eaf140eb1b9a97f0265fb3ae94446.tar.gz |
Changes 8.11:
A number of bugs in the library and in pcregrep have been fixed. As always, see
ChangeLog for details. The following are the non-bug-fix changes:
. Added --match-limit and --recursion-limit to pcregrep.
. Added an optional parentheses number to the -o and --only-matching options
of pcregrep.
. Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
\B.
. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a
bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD.
. Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_
START_OPTIMIZE option, which is now allowed at compile time
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index f6608b337d4..3f5c8fd8131 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2010/08/07 06:26:42 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2010/12/11 08:16:12 adam Exp $ -DISTNAME= pcre-8.10 +DISTNAME= pcre-8.11 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ${MASTER_SITE_SOURCEFORGE:=pcre/} diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index cc67279ef25..7c10ab1b7f9 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.39 2010/08/07 06:26:43 wiz Exp $ +$NetBSD: distinfo,v 1.40 2010/12/11 08:16:12 adam Exp $ -SHA1 (pcre-8.10.tar.bz2) = 8b345da0f835b2caabff071b0b5bab40564652be -RMD160 (pcre-8.10.tar.bz2) = 2d54068777d5c7119871b3afdeaf64cfb37d8df2 -Size (pcre-8.10.tar.bz2) = 964349 bytes +SHA1 (pcre-8.11.tar.bz2) = e9a9c2b2dfcf8606ad5c1fb5591801fa2cb771f5 +RMD160 (pcre-8.11.tar.bz2) = 4b28f470d0c3060ecaba1d4cc2acbbd7265b1b61 +Size (pcre-8.11.tar.bz2) = 991281 bytes SHA1 (patch-aa) = 2bca13cdd4a398ae3dbf26f75fd94557cb076dbe SHA1 (patch-ab) = a51a173c41825effd94c104f3b7eea3e48d019f9 |