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 6.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9d5bc90e1e4
branches: trunk
changeset: 515891:f9d5bc90e1e4
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 10 16:10:44 2006 +0000
description:
Update to 6.7:
Release 6.7 04-Jul-06
---------------------
The main additions to this release are the ability to use the same name for
multiple sets of parentheses, and support for CRLF line endings in both the
library and pcregrep (and in pcretest for testing).
Thanks to Ian Taylor, the stack usage for many kinds of pattern has been
significantly reduced for certain subject strings.
diffstat:
devel/pcre/Makefile | 4 ++--
devel/pcre/PLIST | 4 +++-
devel/pcre/distinfo | 10 +++++-----
devel/pcre/patches/patch-aa | 6 +++---
4 files changed, 13 insertions(+), 11 deletions(-)
diffs (68 lines):
diff -r 49d4c3305abf -r f9d5bc90e1e4 devel/pcre/Makefile
--- a/devel/pcre/Makefile Mon Jul 10 16:09:59 2006 +0000
+++ b/devel/pcre/Makefile Mon Jul 10 16:10:44 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2006/02/07 02:39:50 gavan Exp $
+# $NetBSD: Makefile,v 1.31 2006/07/10 16:10:44 wiz Exp $
-DISTNAME= pcre-6.6
+DISTNAME= pcre-6.7
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
ftp://pcre.sourceforge.net/pub/pcre/
diff -r 49d4c3305abf -r f9d5bc90e1e4 devel/pcre/PLIST
--- a/devel/pcre/PLIST Mon Jul 10 16:09:59 2006 +0000
+++ b/devel/pcre/PLIST Mon Jul 10 16:10:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/02/04 17:13:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/07/10 16:10:44 wiz Exp $
bin/pcre-config
bin/pcregrep
bin/pcretest
@@ -27,6 +27,7 @@
man/man3/pcre_fullinfo.3
man/man3/pcre_get_named_substring.3
man/man3/pcre_get_stringnumber.3
+man/man3/pcre_get_stringtable_entries.3
man/man3/pcre_get_substring.3
man/man3/pcre_get_substring_list.3
man/man3/pcre_info.3
@@ -46,3 +47,4 @@
man/man3/pcreposix.3
man/man3/pcreprecompile.3
man/man3/pcresample.3
+man/man3/pcrestack.3
diff -r 49d4c3305abf -r f9d5bc90e1e4 devel/pcre/distinfo
--- a/devel/pcre/distinfo Mon Jul 10 16:09:59 2006 +0000
+++ b/devel/pcre/distinfo Mon Jul 10 16:10:44 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2006/02/07 02:39:50 gavan Exp $
+$NetBSD: distinfo,v 1.20 2006/07/10 16:10:44 wiz Exp $
-SHA1 (pcre-6.6.tar.bz2) = aa6fc52f0e18b599297ae1c8f611a01a5c39dea7
-RMD160 (pcre-6.6.tar.bz2) = 6a60356fb010c9c1c044b8f449d2305bdb8eab52
-Size (pcre-6.6.tar.bz2) = 557269 bytes
-SHA1 (patch-aa) = 3662056f2ebd7a84fa667999464fdd6f00f95924
+SHA1 (pcre-6.7.tar.bz2) = 499d5b20c29fe1314916c99aa70b5408a2c8e5f9
+RMD160 (pcre-6.7.tar.bz2) = 1a4699930c53e3f692bd405b1f40a9bc1bcd8bc3
+Size (pcre-6.7.tar.bz2) = 570867 bytes
+SHA1 (patch-aa) = 821339994e6fd77715f7b0d9e823038861dd3bfa
SHA1 (patch-ab) = fb350f9ecc978b69ce75055edc6ba9560d62fdbb
diff -r 49d4c3305abf -r f9d5bc90e1e4 devel/pcre/patches/patch-aa
--- a/devel/pcre/patches/patch-aa Mon Jul 10 16:09:59 2006 +0000
+++ b/devel/pcre/patches/patch-aa Mon Jul 10 16:10:44 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.9 2006/02/04 17:13:49 wiz Exp $
+$NetBSD: patch-aa,v 1.10 2006/07/10 16:10:44 wiz Exp $
---- Makefile.in.orig 2006-02-02 12:04:11.000000000 +0100
+--- Makefile.in.orig 2006-07-05 11:28:01.000000000 +0000
+++ Makefile.in
@@ -106,7 +106,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
@@ -10,4 +10,4 @@
+LINKLIB = $(LIBTOOL) --mode=link --tag=CC $(CC) -export-symbols-regex '^[^_]' $(LDFLAGS) -I. -I$(top_srcdir)
LINK_FOR_BUILD = $(LIBTOOL) --mode=link $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -I. -I$(top_srcdir)
@ON_WINDOWS@CXXLINK = $(CXX) $(LDFLAGS) -I. -I$(top_srcdir) -L.libs
- @NOT_ON_WINDOWS@CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(CXXLDFLAGS) -I. -I$(top_srcdir)
+ @NOT_ON_WINDOWS@CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(CXXLDFLAGS) -I. -I$(top_srcdir)
Home |
Main Index |
Thread Index |
Old Index