diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 02:01:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 02:01:56 +0000 |
commit | f584a18cba142fa6548f12d7f009bc09eca04e8d (patch) | |
tree | c8b3baee106ed7bbd054fd75bf9b4a120c4f3ff2 /devel/pcre | |
parent | 65eb3b10edd8eea673535df9426288969d7c0d4e (diff) | |
download | pkgsrc-f584a18cba142fa6548f12d7f009bc09eca04e8d.tar.gz |
Update to 8.00:
Release 8.00 19-Oct-09
----------------------
Bugs have been fixed in the library and in pcregrep. There are also some
enhancements. Restrictions on patterns used for partial matching have been
removed, extra information is given for partial matches, the partial matching
process has been improved, and an option to make a partial match override a
full match is available. The "study" process has been enhanced by finding a
lower bound matching length. Groups with duplicate numbers may now have
duplicated names without the use of PCRE_DUPNAMES. However, they may not have
different names. The documentation has been revised to reflect these changes.
The version number has been expanded to 3 digits as it is clear that the rate
of change is not slowing down.
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 6 | ||||
-rw-r--r-- | devel/pcre/PLIST | 4 | ||||
-rw-r--r-- | devel/pcre/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 7bd3ce7b8bb..09ce34b3a39 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2009/05/13 10:08:27 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2009/10/31 02:01:56 wiz Exp $ -DISTNAME= pcre-7.9 +DISTNAME= pcre-8.00 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ${MASTER_SITE_SOURCEFORGE:=pcre/} @@ -25,7 +25,7 @@ SUBST_MESSAGE.rpath= Fixing rpath output in pcre-config SUBST_FILES.rpath= pcre-config.in SUBST_VARS.rpath= COMPILER_RPATH_FLAG -PKGCONFIG_OVERRIDE= libpcre.pc.in libpcrecpp.pc.in +PKGCONFIG_OVERRIDE= libpcre.pc.in libpcrecpp.pc.in libpcreposix.pc.in # needs a stacksize of 5.5mb, default is 2mb TEST_TARGET= test diff --git a/devel/pcre/PLIST b/devel/pcre/PLIST index 3b7e44311bc..c38775cb43a 100644 --- a/devel/pcre/PLIST +++ b/devel/pcre/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2009/06/14 17:49:02 joerg Exp $ +@comment $NetBSD: PLIST,v 1.13 2009/10/31 02:01:56 wiz Exp $ bin/pcre-config bin/pcregrep bin/pcretest @@ -13,6 +13,7 @@ lib/libpcrecpp.la lib/libpcreposix.la lib/pkgconfig/libpcre.pc lib/pkgconfig/libpcrecpp.pc +lib/pkgconfig/libpcreposix.pc man/man1/pcre-config.1 man/man1/pcregrep.1 man/man1/pcretest.1 @@ -85,6 +86,7 @@ share/doc/pcre/html/pcrebuild.html share/doc/pcre/html/pcrecallout.html share/doc/pcre/html/pcrecompat.html share/doc/pcre/html/pcrecpp.html +share/doc/pcre/html/pcredemo.html share/doc/pcre/html/pcregrep.html share/doc/pcre/html/pcrematching.html share/doc/pcre/html/pcrepartial.html diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 2aa747b5cde..b0c38b8f052 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.35 2009/05/13 10:08:27 wiz Exp $ +$NetBSD: distinfo,v 1.36 2009/10/31 02:01:56 wiz Exp $ -SHA1 (pcre-7.9.tar.bz2) = a4a34f71313ac042455355c01ad851791971a7fa -RMD160 (pcre-7.9.tar.bz2) = e7ccae1fe3d2cf3ff3264c6e6ad3486c64fe1cec -Size (pcre-7.9.tar.bz2) = 861580 bytes +SHA1 (pcre-8.00.tar.bz2) = 43ff361017905ab8f56e97d8d7fa8fb466f4c0c4 +RMD160 (pcre-8.00.tar.bz2) = e1c74746bd2cdff0471c1a1818992fa9faecbc1d +Size (pcre-8.00.tar.bz2) = 922320 bytes SHA1 (patch-aa) = 2bca13cdd4a398ae3dbf26f75fd94557cb076dbe SHA1 (patch-ab) = a51a173c41825effd94c104f3b7eea3e48d019f9 |