summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorwiz <wiz>2011-11-28 16:39:29 +0000
committerwiz <wiz>2011-11-28 16:39:29 +0000
commit67637395f153a3d9bc59c6e1bde280b6348d3b91 (patch)
tree7fee43e93b16929833a20a3145f435bd32a99764 /devel/pcre
parent948ebfb934fab471d62b232eb7616b419ddb95cb (diff)
downloadpkgsrc-67637395f153a3d9bc59c6e1bde280b6348d3b91.tar.gz
Update to 8.20 (jit not enabled, should perhaps become an option?):
Release 8.20 21-Oct-2011 ------------------------ The main change in this release is the inclusion of Zoltan Herczeg's just-in-time compiler support, which can be accessed by building PCRE with --enable-jit. Large performance benefits can be had in many situations. 8.20 also fixes an unfortunate bug that was introduced in 8.13 as well as tidying up a number of infelicities and differences from Perl.
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile4
-rw-r--r--devel/pcre/PLIST16
-rw-r--r--devel/pcre/distinfo8
3 files changed, 21 insertions, 7 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 38693f5fc16..31c329bb7ef 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2011/08/22 12:58:08 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2011/11/28 16:39:29 wiz Exp $
-DISTNAME= pcre-8.13
+DISTNAME= pcre-8.20
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
diff --git a/devel/pcre/PLIST b/devel/pcre/PLIST
index c38775cb43a..c623efbcca1 100644
--- a/devel/pcre/PLIST
+++ b/devel/pcre/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2009/10/31 02:01:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2011/11/28 16:39:29 wiz Exp $
bin/pcre-config
bin/pcregrep
bin/pcretest
@@ -18,6 +18,7 @@ man/man1/pcre-config.1
man/man1/pcregrep.1
man/man1/pcretest.1
man/man3/pcre.3
+man/man3/pcre_assign_jit_stack.3
man/man3/pcre_compile.3
man/man3/pcre_compile2.3
man/man3/pcre_config.3
@@ -25,6 +26,7 @@ man/man3/pcre_copy_named_substring.3
man/man3/pcre_copy_substring.3
man/man3/pcre_dfa_exec.3
man/man3/pcre_exec.3
+man/man3/pcre_free_study.3
man/man3/pcre_free_substring.3
man/man3/pcre_free_substring_list.3
man/man3/pcre_fullinfo.3
@@ -34,6 +36,8 @@ 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
+man/man3/pcre_jit_stack_alloc.3
+man/man3/pcre_jit_stack_free.3
man/man3/pcre_maketables.3
man/man3/pcre_refcount.3
man/man3/pcre_study.3
@@ -43,6 +47,8 @@ man/man3/pcrebuild.3
man/man3/pcrecallout.3
man/man3/pcrecompat.3
man/man3/pcrecpp.3
+man/man3/pcrejit.3
+man/man3/pcrelimits.3
man/man3/pcrematching.3
man/man3/pcrepartial.3
man/man3/pcrepattern.3
@@ -52,6 +58,7 @@ man/man3/pcreprecompile.3
man/man3/pcresample.3
man/man3/pcrestack.3
man/man3/pcresyntax.3
+man/man3/pcreunicode.3
share/doc/pcre/AUTHORS
share/doc/pcre/COPYING
share/doc/pcre/ChangeLog
@@ -61,6 +68,7 @@ share/doc/pcre/README
share/doc/pcre/html/index.html
share/doc/pcre/html/pcre-config.html
share/doc/pcre/html/pcre.html
+share/doc/pcre/html/pcre_assign_jit_stack.html
share/doc/pcre/html/pcre_compile.html
share/doc/pcre/html/pcre_compile2.html
share/doc/pcre/html/pcre_config.html
@@ -68,6 +76,7 @@ share/doc/pcre/html/pcre_copy_named_substring.html
share/doc/pcre/html/pcre_copy_substring.html
share/doc/pcre/html/pcre_dfa_exec.html
share/doc/pcre/html/pcre_exec.html
+share/doc/pcre/html/pcre_free_study.html
share/doc/pcre/html/pcre_free_substring.html
share/doc/pcre/html/pcre_free_substring_list.html
share/doc/pcre/html/pcre_fullinfo.html
@@ -77,6 +86,8 @@ share/doc/pcre/html/pcre_get_stringtable_entries.html
share/doc/pcre/html/pcre_get_substring.html
share/doc/pcre/html/pcre_get_substring_list.html
share/doc/pcre/html/pcre_info.html
+share/doc/pcre/html/pcre_jit_stack_alloc.html
+share/doc/pcre/html/pcre_jit_stack_free.html
share/doc/pcre/html/pcre_maketables.html
share/doc/pcre/html/pcre_refcount.html
share/doc/pcre/html/pcre_study.html
@@ -88,6 +99,8 @@ 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/pcrejit.html
+share/doc/pcre/html/pcrelimits.html
share/doc/pcre/html/pcrematching.html
share/doc/pcre/html/pcrepartial.html
share/doc/pcre/html/pcrepattern.html
@@ -98,6 +111,7 @@ share/doc/pcre/html/pcresample.html
share/doc/pcre/html/pcrestack.html
share/doc/pcre/html/pcresyntax.html
share/doc/pcre/html/pcretest.html
+share/doc/pcre/html/pcreunicode.html
share/doc/pcre/pcre-config.txt
share/doc/pcre/pcre.txt
share/doc/pcre/pcregrep.txt
diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo
index e152acf2f94..c2a8c527b67 100644
--- a/devel/pcre/distinfo
+++ b/devel/pcre/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.42 2011/08/22 12:58:08 wiz Exp $
+$NetBSD: distinfo,v 1.43 2011/11/28 16:39:29 wiz Exp $
-SHA1 (pcre-8.13.tar.bz2) = 4dedf8f2e1d7fb29bd00e62bcd26ca3ba71ff9bb
-RMD160 (pcre-8.13.tar.bz2) = 0448109dbf489e4c18cd9e2a0cf97a33ff7e5364
-Size (pcre-8.13.tar.bz2) = 1037903 bytes
+SHA1 (pcre-8.20.tar.bz2) = 6264472669d8068338cd32128cd4e9742587c676
+RMD160 (pcre-8.20.tar.bz2) = 805cc578019cbf3eba993d3176b78a3193ec16fa
+Size (pcre-8.20.tar.bz2) = 1164103 bytes
SHA1 (patch-aa) = f64935ca3ff7987f7259fcca44fefdac2c60cd2f
SHA1 (patch-ab) = 0da1392febca936ad89a8bda66c7114240a0fe4b