diff options
author | mm <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b8fc98671acba737d3bd713d6a8ab2a62b0585d1 (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /devel/pcre | |
parent | 00c8d8f37ec184e488b649208b2a4c6799fc1e9b (diff) | |
download | FreeBSD-ports-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.zip FreeBSD-ports-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.tar.gz |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 36 | ||||
-rw-r--r-- | devel/pcre/distinfo | 4 | ||||
-rw-r--r-- | devel/pcre/pkg-plist | 4 |
3 files changed, 37 insertions, 7 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 9af2864..924eafd 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pcre -PORTVERSION= 8.31 -PORTREVISION= 1 +PORTVERSION= 8.32 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ @@ -59,6 +58,7 @@ MAN1= pcre-config.1 \ pcretest.1 MAN3= pcre.3 \ pcre16.3 \ + pcre32.3 \ pcre_assign_jit_stack.3 \ pcre_compile.3 \ pcre_compile2.3 \ @@ -76,6 +76,7 @@ MAN3= pcre.3 \ pcre_get_stringtable_entries.3 \ pcre_get_substring.3 \ pcre_get_substring_list.3 \ + pcre_jit_exec.3 \ pcre_jit_stack_alloc.3 \ pcre_jit_stack_free.3 \ pcre_maketables.3 \ @@ -100,33 +101,62 @@ MAN3= pcre.3 \ pcrestack.3 \ pcresyntax.3 \ pcre_utf16_to_host_byte_order.3 \ + pcre_utf32_to_host_byte_order.3 \ pcreunicode.3 MLINKS+= pcre_assign_jit_stack.3 pcre16_assign_jit_stack.3 \ + pcre_assign_jit_stack.3 pcre32_assign_jit_stack.3 \ pcre_compile.3 pcre16_compile.3 \ + pcre_compile.3 pcre32_compile.3 \ pcre_compile2.3 pcre16_compile2.3 \ + pcre_compile2.3 pcre32_compile2.3 \ pcre_config.3 pcre16_config.3 \ + pcre_config.3 pcre32_config.3 \ pcre_copy_named_substring.3 pcre16_copy_named_substring.3 \ + pcre_copy_named_substring.3 pcre32_copy_named_substring.3 \ pcre_copy_substring.3 pcre16_copy_substring.3 \ + pcre_copy_substring.3 pcre32_copy_substring.3 \ pcre_dfa_exec.3 pcre16_dfa_exec.3 \ + pcre_dfa_exec.3 pcre32_dfa_exec.3 \ pcre_exec.3 pcre16_exec.3 \ + pcre_exec.3 pcre32_exec.3 \ pcre_free_study.3 pcre16_free_study.3 \ + pcre_free_study.3 pcre32_free_study.3 \ pcre_free_substring.3 pcre16_free_substring.3 \ + pcre_free_substring.3 pcre32_free_substring.3 \ pcre_free_substring_list.3 pcre16_free_substring_list.3 \ + pcre_free_substring_list.3 pcre32_free_substring_list.3 \ pcre_fullinfo.3 pcre16_fullinfo.3 \ + pcre_fullinfo.3 pcre32_fullinfo.3 \ pcre_get_named_substring.3 pcre16_get_named_substring.3 \ + pcre_get_named_substring.3 pcre32_get_named_substring.3 \ pcre_get_stringnumber.3 pcre16_get_stringnumber.3 \ + pcre_get_stringnumber.3 pcre32_get_stringnumber.3 \ pcre_get_stringtable_entries.3 pcre16_get_stringtable_entries.3 \ + pcre_get_stringtable_entries.3 pcre32_get_stringtable_entries.3 \ pcre_get_substring.3 pcre16_get_substring.3 \ + pcre_get_substring.3 pcre32_get_substring.3 \ pcre_get_substring_list.3 pcre16_get_substring_list.3 \ + pcre_get_substring_list.3 pcre32_get_substring_list.3 \ + pcre_jit_exec.3 pcre16_jit_exec.3 \ + pcre_jit_exec.3 pcre32_jit_exec.3 \ pcre_jit_stack_alloc.3 pcre16_jit_stack_alloc.3 \ + pcre_jit_stack_alloc.3 pcre32_jit_stack_alloc.3 \ pcre_jit_stack_free.3 pcre16_jit_stack_free.3 \ + pcre_jit_stack_free.3 pcre32_jit_stack_free.3 \ pcre_maketables.3 pcre16_maketables.3 \ + pcre_maketables.3 pcre32_maketables.3 \ pcre_pattern_to_host_byte_order.3 pcre16_pattern_to_host_byte_order.3 \ + pcre_pattern_to_host_byte_order.3 pcre32_pattern_to_host_byte_order.3 \ pcre_refcount.3 pcre16_refcount.3 \ + pcre_refcount.3 pcre32_refcount.3 \ pcre_study.3 pcre16_study.3 \ + pcre_study.3 pcre32_study.3 \ pcre_utf16_to_host_byte_order.3 pcre16_utf16_to_host_byte_order.3 \ - pcre_version.3 pcre16_version.3 + pcre_utf16_to_host_byte_order.3 pcre32_utf16_to_host_byte_order.3 \ + pcre_utf32_to_host_byte_order.3 pcre32_utf32_to_host_byte_order.3 \ + pcre_version.3 pcre16_version.3 \ + pcre_version.3 pcre32_version.3 post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index eaa5f37..6dab502 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcre-8.31.tar.bz2) = 5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c -SIZE (pcre-8.31.tar.bz2) = 1257162 +SHA256 (pcre-8.32.tar.bz2) = a913fb9bd058ef380a2d91847c3c23fcf98e92dc3b47cd08a53c021c5cde0f55 +SIZE (pcre-8.32.tar.bz2) = 1361156 diff --git a/devel/pcre/pkg-plist b/devel/pcre/pkg-plist index f599b84..688a30e 100644 --- a/devel/pcre/pkg-plist +++ b/devel/pcre/pkg-plist @@ -10,11 +10,11 @@ include/pcrecpp.h lib/libpcre.a lib/libpcre.la lib/libpcre.so -lib/libpcre.so.1 +lib/libpcre.so.3 lib/libpcre16.a lib/libpcre16.la lib/libpcre16.so -lib/libpcre16.so.0 +lib/libpcre16.so.2 lib/libpcrecpp.a lib/libpcrecpp.la lib/libpcrecpp.so |