summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-10 16:10:44 +0000
committerwiz <wiz@pkgsrc.org>2006-07-10 16:10:44 +0000
commit4457bdde9a03287f8f574c20d600e6b535baaa1b (patch)
treee07c3055d2ac1ac298c8334450c86b70ee4ce8e2 /devel/pcre
parent350ae37a287eb24982c2a2951761075ce7a05bc1 (diff)
downloadpkgsrc-4457bdde9a03287f8f574c20d600e6b535baaa1b.tar.gz
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 (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile4
-rw-r--r--devel/pcre/PLIST4
-rw-r--r--devel/pcre/distinfo10
-rw-r--r--devel/pcre/patches/patch-aa6
4 files changed, 13 insertions, 11 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 3d6ec81c043..e3bf8ed5c7b 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -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 --git a/devel/pcre/PLIST b/devel/pcre/PLIST
index 23a409ae92c..58a4dad573d 100644
--- a/devel/pcre/PLIST
+++ b/devel/pcre/PLIST
@@ -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_free_substring_list.3
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/pcreperform.3
man/man3/pcreposix.3
man/man3/pcreprecompile.3
man/man3/pcresample.3
+man/man3/pcrestack.3
diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo
index 208e1788d96..af417cd733f 100644
--- a/devel/pcre/distinfo
+++ b/devel/pcre/distinfo
@@ -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 --git a/devel/pcre/patches/patch-aa b/devel/pcre/patches/patch-aa
index bdaa2b538f4..a45c0d39ec5 100644
--- a/devel/pcre/patches/patch-aa
+++ b/devel/pcre/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.9 2006/02/04 17:13:49 wiz Exp $
+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)