pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pcre Update to 8.00:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ca763ccf430
branches:  trunk
changeset: 401004:5ca763ccf430
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 31 02:01:56 2009 +0000

description:
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:

 devel/pcre/Makefile |  6 +++---
 devel/pcre/PLIST    |  4 +++-
 devel/pcre/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (61 lines):

diff -r b401c34564a8 -r 5ca763ccf430 devel/pcre/Makefile
--- a/devel/pcre/Makefile       Sat Oct 31 01:59:31 2009 +0000
+++ b/devel/pcre/Makefile       Sat Oct 31 02:01:56 2009 +0000
@@ -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_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 -r b401c34564a8 -r 5ca763ccf430 devel/pcre/PLIST
--- a/devel/pcre/PLIST  Sat Oct 31 01:59:31 2009 +0000
+++ b/devel/pcre/PLIST  Sat Oct 31 02:01:56 2009 +0000
@@ -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/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/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 -r b401c34564a8 -r 5ca763ccf430 devel/pcre/distinfo
--- a/devel/pcre/distinfo       Sat Oct 31 01:59:31 2009 +0000
+++ b/devel/pcre/distinfo       Sat Oct 31 02:01:56 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index