[Midnightbsd-cvs] mports [16219] trunk/devel/pcre: pcre 8.34

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 19:59:50 EDT 2014


Revision: 16219
          http://svnweb.midnightbsd.org/mports/?rev=16219
Author:   laffer1
Date:     2014-04-12 19:59:49 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
pcre 8.34

Modified Paths:
--------------
    trunk/devel/pcre/Makefile
    trunk/devel/pcre/distinfo
    trunk/devel/pcre/pkg-plist

Modified: trunk/devel/pcre/Makefile
===================================================================
--- trunk/devel/pcre/Makefile	2014-04-12 23:46:04 UTC (rev 16218)
+++ trunk/devel/pcre/Makefile	2014-04-12 23:59:49 UTC (rev 16219)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	pcre
-PORTVERSION=	8.33
+PORTVERSION=	8.34
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
 		ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
@@ -14,10 +14,9 @@
 
 LICENSE=	bsd3
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=	pathfix
+USES=	pathfix tar:bzip2
 CONFIGURE_ARGS=	--enable-utf --enable-unicode-properties \
 		--enable-pcre8 --enable-pcre16 --enable-pcre32
 
@@ -80,112 +79,6 @@
 CONFIGURE_ARGS+=	--with-posix-malloc-threshold=${WITH_POSIX_MALLOC_THRESHOLD}
 .endif
 
-MAN1=		pcre-config.1 \
-		pcregrep.1 \
-		pcretest.1
-MAN3=		pcre.3 \
-		pcre16.3 \
-		pcre32.3 \
-		pcre_assign_jit_stack.3 \
-		pcre_compile.3 \
-		pcre_compile2.3 \
-		pcre_config.3 \
-		pcre_copy_named_substring.3 \
-		pcre_copy_substring.3 \
-		pcre_dfa_exec.3 \
-		pcre_exec.3 \
-		pcre_free_study.3 \
-		pcre_free_substring.3 \
-		pcre_free_substring_list.3 \
-		pcre_fullinfo.3 \
-		pcre_get_named_substring.3 \
-		pcre_get_stringnumber.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 \
-		pcre_pattern_to_host_byte_order.3 \
-		pcre_refcount.3 \
-		pcre_study.3 \
-		pcre_version.3 \
-		pcreapi.3 \
-		pcrebuild.3 \
-		pcrecallout.3 \
-		pcrecompat.3 \
-		pcrecpp.3 \
-		pcredemo.3 \
-		pcrejit.3 \
-		pcrelimits.3 \
-		pcrematching.3 \
-		pcrepartial.3 \
-		pcrepattern.3 \
-		pcreperform.3 \
-		pcreposix.3 \
-		pcreprecompile.3 \
-		pcresample.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_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 !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \

Modified: trunk/devel/pcre/distinfo
===================================================================
--- trunk/devel/pcre/distinfo	2014-04-12 23:46:04 UTC (rev 16218)
+++ trunk/devel/pcre/distinfo	2014-04-12 23:59:49 UTC (rev 16219)
@@ -1,2 +1,2 @@
-SHA256 (pcre-8.33.tar.bz2) = c603957a4966811c04af5f6048c71cfb4966ec93312d7b3118116ed9f3bc0478
-SIZE (pcre-8.33.tar.bz2) = 1440869
+SHA256 (pcre-8.34.tar.bz2) = b6043ae1ff2720be665ffa28dc22b7c637cdde96f389a116c0c3020caeae583f
+SIZE (pcre-8.34.tar.bz2) = 1468794

Modified: trunk/devel/pcre/pkg-plist
===================================================================
--- trunk/devel/pcre/pkg-plist	2014-04-12 23:46:04 UTC (rev 16218)
+++ trunk/devel/pcre/pkg-plist	2014-04-12 23:59:49 UTC (rev 16219)
@@ -32,3 +32,106 @@
 libdata/pkgconfig/libpcre32.pc
 libdata/pkgconfig/libpcrecpp.pc
 libdata/pkgconfig/libpcreposix.pc
+man/man1/pcre-config.1.gz
+man/man1/pcregrep.1.gz
+man/man1/pcretest.1.gz
+man/man3/pcre.3.gz
+man/man3/pcre16.3.gz
+man/man3/pcre16_assign_jit_stack.3.gz
+man/man3/pcre16_compile.3.gz
+man/man3/pcre16_compile2.3.gz
+man/man3/pcre16_config.3.gz
+man/man3/pcre16_copy_named_substring.3.gz
+man/man3/pcre16_copy_substring.3.gz
+man/man3/pcre16_dfa_exec.3.gz
+man/man3/pcre16_exec.3.gz
+man/man3/pcre16_free_study.3.gz
+man/man3/pcre16_free_substring.3.gz
+man/man3/pcre16_free_substring_list.3.gz
+man/man3/pcre16_fullinfo.3.gz
+man/man3/pcre16_get_named_substring.3.gz
+man/man3/pcre16_get_stringnumber.3.gz
+man/man3/pcre16_get_stringtable_entries.3.gz
+man/man3/pcre16_get_substring.3.gz
+man/man3/pcre16_get_substring_list.3.gz
+man/man3/pcre16_jit_exec.3.gz
+man/man3/pcre16_jit_stack_alloc.3.gz
+man/man3/pcre16_jit_stack_free.3.gz
+man/man3/pcre16_maketables.3.gz
+man/man3/pcre16_pattern_to_host_byte_order.3.gz
+man/man3/pcre16_refcount.3.gz
+man/man3/pcre16_study.3.gz
+man/man3/pcre16_utf16_to_host_byte_order.3.gz
+man/man3/pcre16_version.3.gz
+man/man3/pcre32.3.gz
+man/man3/pcre32_assign_jit_stack.3.gz
+man/man3/pcre32_compile.3.gz
+man/man3/pcre32_compile2.3.gz
+man/man3/pcre32_config.3.gz
+man/man3/pcre32_copy_named_substring.3.gz
+man/man3/pcre32_copy_substring.3.gz
+man/man3/pcre32_dfa_exec.3.gz
+man/man3/pcre32_exec.3.gz
+man/man3/pcre32_free_study.3.gz
+man/man3/pcre32_free_substring.3.gz
+man/man3/pcre32_free_substring_list.3.gz
+man/man3/pcre32_fullinfo.3.gz
+man/man3/pcre32_get_named_substring.3.gz
+man/man3/pcre32_get_stringnumber.3.gz
+man/man3/pcre32_get_stringtable_entries.3.gz
+man/man3/pcre32_get_substring.3.gz
+man/man3/pcre32_get_substring_list.3.gz
+man/man3/pcre32_jit_exec.3.gz
+man/man3/pcre32_jit_stack_alloc.3.gz
+man/man3/pcre32_jit_stack_free.3.gz
+man/man3/pcre32_maketables.3.gz
+man/man3/pcre32_pattern_to_host_byte_order.3.gz
+man/man3/pcre32_refcount.3.gz
+man/man3/pcre32_study.3.gz
+man/man3/pcre32_utf32_to_host_byte_order.3.gz
+man/man3/pcre32_version.3.gz
+man/man3/pcre_assign_jit_stack.3.gz
+man/man3/pcre_compile.3.gz
+man/man3/pcre_compile2.3.gz
+man/man3/pcre_config.3.gz
+man/man3/pcre_copy_named_substring.3.gz
+man/man3/pcre_copy_substring.3.gz
+man/man3/pcre_dfa_exec.3.gz
+man/man3/pcre_exec.3.gz
+man/man3/pcre_free_study.3.gz
+man/man3/pcre_free_substring.3.gz
+man/man3/pcre_free_substring_list.3.gz
+man/man3/pcre_fullinfo.3.gz
+man/man3/pcre_get_named_substring.3.gz
+man/man3/pcre_get_stringnumber.3.gz
+man/man3/pcre_get_stringtable_entries.3.gz
+man/man3/pcre_get_substring.3.gz
+man/man3/pcre_get_substring_list.3.gz
+man/man3/pcre_jit_exec.3.gz
+man/man3/pcre_jit_stack_alloc.3.gz
+man/man3/pcre_jit_stack_free.3.gz
+man/man3/pcre_maketables.3.gz
+man/man3/pcre_pattern_to_host_byte_order.3.gz
+man/man3/pcre_refcount.3.gz
+man/man3/pcre_study.3.gz
+man/man3/pcre_utf16_to_host_byte_order.3.gz
+man/man3/pcre_utf32_to_host_byte_order.3.gz
+man/man3/pcre_version.3.gz
+man/man3/pcreapi.3.gz
+man/man3/pcrebuild.3.gz
+man/man3/pcrecallout.3.gz
+man/man3/pcrecompat.3.gz
+man/man3/pcrecpp.3.gz
+man/man3/pcredemo.3.gz
+man/man3/pcrejit.3.gz
+man/man3/pcrelimits.3.gz
+man/man3/pcrematching.3.gz
+man/man3/pcrepartial.3.gz
+man/man3/pcrepattern.3.gz
+man/man3/pcreperform.3.gz
+man/man3/pcreposix.3.gz
+man/man3/pcreprecompile.3.gz
+man/man3/pcresample.3.gz
+man/man3/pcrestack.3.gz
+man/man3/pcresyntax.3.gz
+man/man3/pcreunicode.3.gz



More information about the Midnightbsd-cvs mailing list