Tue May 28 14:07:50 2013 UTC ()
Changes 8.33:
The Just-In-Time compiler (JIT) now supports all pattern features, including callouts and the backtracking verbs. In addition, some bugs are fixed and there are minor performance enhancements.


(adam)
diff -r1.68 -r1.69 pkgsrc/devel/pcre/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/pcre/PLIST
diff -r1.49 -r1.50 pkgsrc/devel/pcre/distinfo

cvs diff -r1.68 -r1.69 pkgsrc/devel/pcre/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/pcre/Makefile 2012/12/02 11:51:58 1.68
+++ pkgsrc/devel/pcre/Makefile 2013/05/28 14:07:50 1.69
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.68 2012/12/02 11:51:58 adam Exp $ 1# $NetBSD: Makefile,v 1.69 2013/05/28 14:07:50 adam Exp $
2 2
3DISTNAME= pcre-8.32 3DISTNAME= pcre-8.33
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ 5MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
6 ${MASTER_SITE_SOURCEFORGE:=pcre/} 6 ${MASTER_SITE_SOURCEFORGE:=pcre/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.pcre.org/ 10HOMEPAGE= http://www.pcre.org/
11COMMENT= Perl Compatible Regular Expressions library 11COMMENT= Perl Compatible Regular Expressions library
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15 15
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

cvs diff -r1.17 -r1.18 pkgsrc/devel/pcre/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/pcre/PLIST 2012/12/02 11:51:58 1.17
+++ pkgsrc/devel/pcre/PLIST 2013/05/28 14:07:50 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.17 2012/12/02 11:51:58 adam Exp $ 1@comment $NetBSD: PLIST,v 1.18 2013/05/28 14:07:50 adam Exp $
2bin/pcre-config 2bin/pcre-config
3bin/pcregrep 3bin/pcregrep
4bin/pcretest 4bin/pcretest
5include/pcre.h 5include/pcre.h
6include/pcre_scanner.h 6include/pcre_scanner.h
7include/pcre_stringpiece.h 7include/pcre_stringpiece.h
8include/pcrecpp.h 8include/pcrecpp.h
9include/pcrecpparg.h 9include/pcrecpparg.h
10include/pcreposix.h 10include/pcreposix.h
11lib/libpcre.la 11lib/libpcre.la
12lib/libpcre16.la 12lib/libpcre16.la
13lib/libpcrecpp.la 13lib/libpcrecpp.la
14lib/libpcreposix.la 14lib/libpcreposix.la
@@ -96,73 +96,78 @@ man/man3/pcre_jit_stack_alloc.3 @@ -96,73 +96,78 @@ man/man3/pcre_jit_stack_alloc.3
96man/man3/pcre_jit_stack_free.3 96man/man3/pcre_jit_stack_free.3
97man/man3/pcre_maketables.3 97man/man3/pcre_maketables.3
98man/man3/pcre_pattern_to_host_byte_order.3 98man/man3/pcre_pattern_to_host_byte_order.3
99man/man3/pcre_refcount.3 99man/man3/pcre_refcount.3
100man/man3/pcre_study.3 100man/man3/pcre_study.3
101man/man3/pcre_utf16_to_host_byte_order.3 101man/man3/pcre_utf16_to_host_byte_order.3
102man/man3/pcre_utf32_to_host_byte_order.3 102man/man3/pcre_utf32_to_host_byte_order.3
103man/man3/pcre_version.3 103man/man3/pcre_version.3
104man/man3/pcreapi.3 104man/man3/pcreapi.3
105man/man3/pcrebuild.3 105man/man3/pcrebuild.3
106man/man3/pcrecallout.3 106man/man3/pcrecallout.3
107man/man3/pcrecompat.3 107man/man3/pcrecompat.3
108man/man3/pcrecpp.3 108man/man3/pcrecpp.3
 109man/man3/pcredemo.3
109man/man3/pcrejit.3 110man/man3/pcrejit.3
110man/man3/pcrelimits.3 111man/man3/pcrelimits.3
111man/man3/pcrematching.3 112man/man3/pcrematching.3
112man/man3/pcrepartial.3 113man/man3/pcrepartial.3
113man/man3/pcrepattern.3 114man/man3/pcrepattern.3
114man/man3/pcreperform.3 115man/man3/pcreperform.3
115man/man3/pcreposix.3 116man/man3/pcreposix.3
116man/man3/pcreprecompile.3 117man/man3/pcreprecompile.3
117man/man3/pcresample.3 118man/man3/pcresample.3
118man/man3/pcrestack.3 119man/man3/pcrestack.3
119man/man3/pcresyntax.3 120man/man3/pcresyntax.3
120man/man3/pcreunicode.3 121man/man3/pcreunicode.3
121share/doc/pcre/AUTHORS 122share/doc/pcre/AUTHORS
122share/doc/pcre/COPYING 123share/doc/pcre/COPYING
123share/doc/pcre/ChangeLog 124share/doc/pcre/ChangeLog
124share/doc/pcre/LICENCE 125share/doc/pcre/LICENCE
125share/doc/pcre/NEWS 126share/doc/pcre/NEWS
126share/doc/pcre/README 127share/doc/pcre/README
 128share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt
 129share/doc/pcre/html/README.txt
127share/doc/pcre/html/index.html 130share/doc/pcre/html/index.html
128share/doc/pcre/html/pcre-config.html 131share/doc/pcre/html/pcre-config.html
129share/doc/pcre/html/pcre.html 132share/doc/pcre/html/pcre.html
130share/doc/pcre/html/pcre16.html 133share/doc/pcre/html/pcre16.html
 134share/doc/pcre/html/pcre32.html
131share/doc/pcre/html/pcre_assign_jit_stack.html 135share/doc/pcre/html/pcre_assign_jit_stack.html
132share/doc/pcre/html/pcre_compile.html 136share/doc/pcre/html/pcre_compile.html
133share/doc/pcre/html/pcre_compile2.html 137share/doc/pcre/html/pcre_compile2.html
134share/doc/pcre/html/pcre_config.html 138share/doc/pcre/html/pcre_config.html
135share/doc/pcre/html/pcre_copy_named_substring.html 139share/doc/pcre/html/pcre_copy_named_substring.html
136share/doc/pcre/html/pcre_copy_substring.html 140share/doc/pcre/html/pcre_copy_substring.html
137share/doc/pcre/html/pcre_dfa_exec.html 141share/doc/pcre/html/pcre_dfa_exec.html
138share/doc/pcre/html/pcre_exec.html 142share/doc/pcre/html/pcre_exec.html
139share/doc/pcre/html/pcre_free_study.html 143share/doc/pcre/html/pcre_free_study.html
140share/doc/pcre/html/pcre_free_substring.html 144share/doc/pcre/html/pcre_free_substring.html
141share/doc/pcre/html/pcre_free_substring_list.html 145share/doc/pcre/html/pcre_free_substring_list.html
142share/doc/pcre/html/pcre_fullinfo.html 146share/doc/pcre/html/pcre_fullinfo.html
143share/doc/pcre/html/pcre_get_named_substring.html 147share/doc/pcre/html/pcre_get_named_substring.html
144share/doc/pcre/html/pcre_get_stringnumber.html 148share/doc/pcre/html/pcre_get_stringnumber.html
145share/doc/pcre/html/pcre_get_stringtable_entries.html 149share/doc/pcre/html/pcre_get_stringtable_entries.html
146share/doc/pcre/html/pcre_get_substring.html 150share/doc/pcre/html/pcre_get_substring.html
147share/doc/pcre/html/pcre_get_substring_list.html 151share/doc/pcre/html/pcre_get_substring_list.html
148share/doc/pcre/html/pcre_jit_exec.html 152share/doc/pcre/html/pcre_jit_exec.html
149share/doc/pcre/html/pcre_jit_stack_alloc.html 153share/doc/pcre/html/pcre_jit_stack_alloc.html
150share/doc/pcre/html/pcre_jit_stack_free.html 154share/doc/pcre/html/pcre_jit_stack_free.html
151share/doc/pcre/html/pcre_maketables.html 155share/doc/pcre/html/pcre_maketables.html
152share/doc/pcre/html/pcre_pattern_to_host_byte_order.html 156share/doc/pcre/html/pcre_pattern_to_host_byte_order.html
153share/doc/pcre/html/pcre_refcount.html 157share/doc/pcre/html/pcre_refcount.html
154share/doc/pcre/html/pcre_study.html 158share/doc/pcre/html/pcre_study.html
155share/doc/pcre/html/pcre_utf16_to_host_byte_order.html 159share/doc/pcre/html/pcre_utf16_to_host_byte_order.html
 160share/doc/pcre/html/pcre_utf32_to_host_byte_order.html
156share/doc/pcre/html/pcre_version.html 161share/doc/pcre/html/pcre_version.html
157share/doc/pcre/html/pcreapi.html 162share/doc/pcre/html/pcreapi.html
158share/doc/pcre/html/pcrebuild.html 163share/doc/pcre/html/pcrebuild.html
159share/doc/pcre/html/pcrecallout.html 164share/doc/pcre/html/pcrecallout.html
160share/doc/pcre/html/pcrecompat.html 165share/doc/pcre/html/pcrecompat.html
161share/doc/pcre/html/pcrecpp.html 166share/doc/pcre/html/pcrecpp.html
162share/doc/pcre/html/pcredemo.html 167share/doc/pcre/html/pcredemo.html
163share/doc/pcre/html/pcregrep.html 168share/doc/pcre/html/pcregrep.html
164share/doc/pcre/html/pcrejit.html 169share/doc/pcre/html/pcrejit.html
165share/doc/pcre/html/pcrelimits.html 170share/doc/pcre/html/pcrelimits.html
166share/doc/pcre/html/pcrematching.html 171share/doc/pcre/html/pcrematching.html
167share/doc/pcre/html/pcrepartial.html 172share/doc/pcre/html/pcrepartial.html
168share/doc/pcre/html/pcrepattern.html 173share/doc/pcre/html/pcrepattern.html

cvs diff -r1.49 -r1.50 pkgsrc/devel/pcre/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/pcre/distinfo 2012/12/02 11:51:58 1.49
+++ pkgsrc/devel/pcre/distinfo 2013/05/28 14:07:50 1.50
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.49 2012/12/02 11:51:58 adam Exp $ 1$NetBSD: distinfo,v 1.50 2013/05/28 14:07:50 adam Exp $
2 2
3SHA1 (pcre-8.32.tar.bz2) = dbd44267cf4d7c6464391003908d5a4342726700 3SHA1 (pcre-8.33.tar.bz2) = c4dd6aa1ffeca7bea1bc45b214c8e862bfdacc3c
4RMD160 (pcre-8.32.tar.bz2) = d0c2d10fac843089116e5e2ae88fea4fa0a0be21 4RMD160 (pcre-8.33.tar.bz2) = de60ac0aaad1f04bc272f39136d9048b1adc9299
5Size (pcre-8.32.tar.bz2) = 1361156 bytes 5Size (pcre-8.33.tar.bz2) = 1440869 bytes
6SHA1 (patch-aa) = 02c03145827eaf5ce5d267836d0a4c5f6c00ba99 6SHA1 (patch-aa) = 02c03145827eaf5ce5d267836d0a4c5f6c00ba99
7SHA1 (patch-ab) = 2e680087b9b302cf2ba2fbafc758820dfd85d9e1 7SHA1 (patch-ab) = 2e680087b9b302cf2ba2fbafc758820dfd85d9e1