[Midnightbsd-cvs] mports [20626] trunk/textproc: add php ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 12:20:51 EST 2015


Revision: 20626
          http://svnweb.midnightbsd.org/mports/?rev=20626
Author:   laffer1
Date:     2015-11-01 12:20:51 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add php ports

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/php55-ctype/
    trunk/textproc/php55-ctype/Makefile
    trunk/textproc/php55-dom/
    trunk/textproc/php55-dom/Makefile
    trunk/textproc/php55-pspell/
    trunk/textproc/php55-pspell/Makefile
    trunk/textproc/php55-simplexml/
    trunk/textproc/php55-simplexml/Makefile
    trunk/textproc/php55-simplexml/files/
    trunk/textproc/php55-simplexml/files/patch-config.m4
    trunk/textproc/php55-wddx/
    trunk/textproc/php55-wddx/Makefile
    trunk/textproc/php55-wddx/files/
    trunk/textproc/php55-wddx/files/patch-config.m4
    trunk/textproc/php55-wddx/files/patch-wddx.c
    trunk/textproc/php55-xml/
    trunk/textproc/php55-xml/Makefile
    trunk/textproc/php55-xml/files/
    trunk/textproc/php55-xml/files/patch-compat.c
    trunk/textproc/php55-xmlreader/
    trunk/textproc/php55-xmlreader/Makefile
    trunk/textproc/php55-xmlwriter/
    trunk/textproc/php55-xmlwriter/Makefile
    trunk/textproc/php55-xsl/
    trunk/textproc/php55-xsl/Makefile
    trunk/textproc/php55-xsl/files/
    trunk/textproc/php55-xsl/files/patch-php_xsl.h
    trunk/textproc/php56-ctype/
    trunk/textproc/php56-ctype/Makefile
    trunk/textproc/php56-dom/
    trunk/textproc/php56-dom/Makefile
    trunk/textproc/php56-pspell/
    trunk/textproc/php56-pspell/Makefile
    trunk/textproc/php56-simplexml/
    trunk/textproc/php56-simplexml/Makefile
    trunk/textproc/php56-simplexml/files/
    trunk/textproc/php56-simplexml/files/patch-config.m4
    trunk/textproc/php56-wddx/
    trunk/textproc/php56-wddx/Makefile
    trunk/textproc/php56-wddx/files/
    trunk/textproc/php56-wddx/files/patch-config.m4
    trunk/textproc/php56-wddx/files/patch-wddx.c
    trunk/textproc/php56-xml/
    trunk/textproc/php56-xml/Makefile
    trunk/textproc/php56-xml/files/
    trunk/textproc/php56-xml/files/patch-compat.c
    trunk/textproc/php56-xmlreader/
    trunk/textproc/php56-xmlreader/Makefile
    trunk/textproc/php56-xmlwriter/
    trunk/textproc/php56-xmlwriter/Makefile
    trunk/textproc/php56-xsl/
    trunk/textproc/php56-xsl/Makefile
    trunk/textproc/php56-xsl/files/
    trunk/textproc/php56-xsl/files/patch-php_xsl.h

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2015-11-01 17:03:49 UTC (rev 20625)
+++ trunk/textproc/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -131,6 +131,24 @@
 SUBDIR += php5-xmlreader
 SUBDIR += php5-xmlwriter
 SUBDIR += php5-xsl
+SUBDIR += php55-ctype
+SUBDIR += php55-dom
+SUBDIR += php55-pspell
+SUBDIR += php55-simplexml
+SUBDIR += php55-wddx
+SUBDIR += php55-xml
+SUBDIR += php55-xmlreader
+SUBDIR += php55-xmlwriter
+SUBDIR += php55-xsl
+SUBDIR += php56-ctype
+SUBDIR += php56-dom
+SUBDIR += php56-pspell
+SUBDIR += php56-simplexml
+SUBDIR += php56-wddx
+SUBDIR += php56-xml
+SUBDIR += php56-xmlreader
+SUBDIR += php56-xmlwriter
+SUBDIR += php56-xsl
 SUBDIR += popup
 SUBDIR += py-MarkupSafe
 SUBDIR += py-alabaster

Added: trunk/textproc/php55-ctype/Makefile
===================================================================
--- trunk/textproc/php55-ctype/Makefile	                        (rev 0)
+++ trunk/textproc/php55-ctype/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,11 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-ctype/Makefile 340722 2014-01-22 17:00:46Z mat $
+# $MidnightBSD$
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-ctype
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-ctype/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-dom/Makefile
===================================================================
--- trunk/textproc/php55-dom/Makefile	                        (rev 0)
+++ trunk/textproc/php55-dom/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-dom/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-dom
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-dom/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-pspell/Makefile
===================================================================
--- trunk/textproc/php55-pspell/Makefile	                        (rev 0)
+++ trunk/textproc/php55-pspell/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-pspell/Makefile 389655 2015-06-14 20:23:09Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pspell
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-pspell/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-simplexml/Makefile
===================================================================
--- trunk/textproc/php55-simplexml/Makefile	                        (rev 0)
+++ trunk/textproc/php55-simplexml/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-simplexml/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-simplexml
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-simplexml/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-simplexml/files/patch-config.m4
===================================================================
--- trunk/textproc/php55-simplexml/files/patch-config.m4	                        (rev 0)
+++ trunk/textproc/php55-simplexml/files/patch-config.m4	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,43 @@
+--- config.m4.orig	2014-05-14 10:14:22.929420181 +0000
++++ config.m4	2014-05-14 10:15:36.967414693 +0000
+@@ -4,6 +4,9 @@
+ PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support,
+ [  --disable-simplexml     Disable SimpleXML support], yes)
+ 
++PHP_ARG_WITH(pcre-dir, pcre install prefix,
++[  --with-pcre-dir           SimpleXML: pcre install prefix], no, no)
++
+ if test -z "$PHP_LIBXML_DIR"; then
+   PHP_ARG_WITH(libxml-dir, libxml2 install dir,
+   [  --with-libxml-dir=DIR     SimpleXML: libxml2 install prefix], no, no)
+@@ -11,6 +14,30 @@
+ 
+ if test "$PHP_SIMPLEXML" != "no"; then
+ 
++  dnl This is PECL build, check if bundled PCRE library is used
++  old_CPPFLAGS=$CPPFLAGS
++  CPPFLAGS=$INCLUDES
++  AC_EGREP_CPP(yes,[
++#include <main/php_config.h>
++#if defined(HAVE_BUNDLED_PCRE) && !defined(COMPILE_DL_PCRE)
++yes
++#endif
++  ],[
++    PHP_PCRE_REGEX=yes
++  ],[
++    AC_EGREP_CPP(yes,[
++#include <main/php_config.h>
++#if defined(HAVE_PCRE) && !defined(COMPILE_DL_PCRE)
++yes
++#endif
++    ],[
++      PHP_PCRE_REGEX=pecl
++      PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
++    ],[
++      PHP_PCRE_REGEX=no
++    ])
++  ])
++
+   if test "$PHP_LIBXML" = "no"; then   
+     AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml])                
+   fi


Property changes on: trunk/textproc/php55-simplexml/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-wddx/Makefile
===================================================================
--- trunk/textproc/php55-wddx/Makefile	                        (rev 0)
+++ trunk/textproc/php55-wddx/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-wddx/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-wddx
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-wddx/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-wddx/files/patch-config.m4
===================================================================
--- trunk/textproc/php55-wddx/files/patch-config.m4	                        (rev 0)
+++ trunk/textproc/php55-wddx/files/patch-config.m4	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,22 @@
+--- config.m4.orig	Mon Jul 26 09:05:10 2004
++++ config.m4	Mon Jul 26 09:07:46 2004
+@@ -5,6 +5,9 @@
+ PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
+ [  --enable-wddx           Enable WDDX support.])
+ 
++PHP_ARG_WITH(libxml-dir, libxml2 install dir,
++[  --with-libxml-dir=<DIR>    WDDX: libxml2 install prefix], no, no)
++
+ if test "$PHP_WDDX" != "no"; then
+   if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then
+     AC_MSG_WARN(Activating XML)
+@@ -12,4 +15,9 @@
+   fi
+   AC_DEFINE(HAVE_WDDX, 1, [ ])
+   PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared)
++
++  PHP_SETUP_LIBXML(WDDX_SHARED_LIBADD, [
++  ], [
++    AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
++  ])
+ fi


Property changes on: trunk/textproc/php55-wddx/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-wddx/files/patch-wddx.c
===================================================================
--- trunk/textproc/php55-wddx/files/patch-wddx.c	                        (rev 0)
+++ trunk/textproc/php55-wddx/files/patch-wddx.c	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,40 @@
+--- wddx.c.orig	Sun Jan  1 13:50:16 2006
++++ wddx.c	Mon Jan 16 12:56:21 2006
+@@ -18,6 +18,10 @@
+ 
+ /* $Id: wddx.c,v 1.119.2.8 2006/01/01 12:50:16 sniper Exp $ */
+ 
++#ifdef HAVE_CONFIG_H
++# include "config.h"
++#endif
++
+ #include "php.h"
+ 
+ #if HAVE_WDDX
+@@ -223,7 +227,7 @@
+ 
+ #include "ext/session/php_session.h"
+ 
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ /* {{{ PS_SERIALIZER_ENCODE_FUNC
+  */
+ PS_SERIALIZER_ENCODE_FUNC(wddx)
+@@ -302,7 +306,7 @@
+ {
+ 	le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number);
+ 
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ 	php_session_register_serializer("wddx",
+ 									PS_SERIALIZER_ENCODE_NAME(wddx),
+ 									PS_SERIALIZER_DECODE_NAME(wddx));
+@@ -317,7 +321,7 @@
+ PHP_MINFO_FUNCTION(wddx)
+ {
+ 	php_info_print_table_start();
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ 	php_info_print_table_header(2, "WDDX Support", "enabled" );
+ 	php_info_print_table_row(2, "WDDX Session Serializer", "enabled" );
+ #else


Property changes on: trunk/textproc/php55-wddx/files/patch-wddx.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-xml/Makefile
===================================================================
--- trunk/textproc/php55-xml/Makefile	                        (rev 0)
+++ trunk/textproc/php55-xml/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-xml/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-xml
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-xml/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-xml/files/patch-compat.c
===================================================================
--- trunk/textproc/php55-xml/files/patch-compat.c	                        (rev 0)
+++ trunk/textproc/php55-xml/files/patch-compat.c	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,13 @@
+--- compat.c.orig	Tue Jul 20 10:55:02 2004
++++ compat.c	Tue Jul 20 10:55:55 2004
+@@ -16,6 +16,10 @@
+    +----------------------------------------------------------------------+
+  */
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include "php.h"
+ #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
+ #include "expat_compat.h"


Property changes on: trunk/textproc/php55-xml/files/patch-compat.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-xmlreader/Makefile
===================================================================
--- trunk/textproc/php55-xmlreader/Makefile	                        (rev 0)
+++ trunk/textproc/php55-xmlreader/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-xmlreader/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-xmlreader
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-xmlreader/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-xmlwriter/Makefile
===================================================================
--- trunk/textproc/php55-xmlwriter/Makefile	                        (rev 0)
+++ trunk/textproc/php55-xmlwriter/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-xmlwriter/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-xmlwriter
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-xmlwriter/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-xsl/Makefile
===================================================================
--- trunk/textproc/php55-xsl/Makefile	                        (rev 0)
+++ trunk/textproc/php55-xsl/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php55-xsl/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-xsl
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php55-xsl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php55-xsl/files/patch-php_xsl.h
===================================================================
--- trunk/textproc/php55-xsl/files/patch-php_xsl.h	                        (rev 0)
+++ trunk/textproc/php55-xsl/files/patch-php_xsl.h	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,11 @@
+--- php_xsl.h.orig	Sun Jan  1 13:50:17 2006
++++ php_xsl.h	Tue Jan 17 16:23:10 2006
+@@ -43,7 +43,7 @@
+ #include <libexslt/exsltconfig.h>
+ #endif
+ 
+-#include "../dom/xml_common.h"
++#include "ext/dom/xml_common.h"
+ #include "xsl_fe.h"
+ 
+ #include <libxslt/extensions.h>


Property changes on: trunk/textproc/php55-xsl/files/patch-php_xsl.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-ctype/Makefile
===================================================================
--- trunk/textproc/php56-ctype/Makefile	                        (rev 0)
+++ trunk/textproc/php56-ctype/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-ctype/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-ctype
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-ctype/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-dom/Makefile
===================================================================
--- trunk/textproc/php56-dom/Makefile	                        (rev 0)
+++ trunk/textproc/php56-dom/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-dom/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-dom
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-dom/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-pspell/Makefile
===================================================================
--- trunk/textproc/php56-pspell/Makefile	                        (rev 0)
+++ trunk/textproc/php56-pspell/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-pspell/Makefile 384787 2015-04-26 12:33:09Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pspell
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-pspell/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-simplexml/Makefile
===================================================================
--- trunk/textproc/php56-simplexml/Makefile	                        (rev 0)
+++ trunk/textproc/php56-simplexml/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,11 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-simplexml/Makefile 367268 2014-09-04 14:24:25Z ale $
+# $MidnightBSD$
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-simplexml
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-simplexml/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-simplexml/files/patch-config.m4
===================================================================
--- trunk/textproc/php56-simplexml/files/patch-config.m4	                        (rev 0)
+++ trunk/textproc/php56-simplexml/files/patch-config.m4	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,43 @@
+--- config.m4.orig	2014-05-14 10:14:22.929420181 +0000
++++ config.m4	2014-05-14 10:15:36.967414693 +0000
+@@ -4,6 +4,9 @@
+ PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support,
+ [  --disable-simplexml     Disable SimpleXML support], yes)
+ 
++PHP_ARG_WITH(pcre-dir, pcre install prefix,
++[  --with-pcre-dir           SimpleXML: pcre install prefix], no, no)
++
+ if test -z "$PHP_LIBXML_DIR"; then
+   PHP_ARG_WITH(libxml-dir, libxml2 install dir,
+   [  --with-libxml-dir=DIR     SimpleXML: libxml2 install prefix], no, no)
+@@ -11,6 +14,30 @@
+ 
+ if test "$PHP_SIMPLEXML" != "no"; then
+ 
++  dnl This is PECL build, check if bundled PCRE library is used
++  old_CPPFLAGS=$CPPFLAGS
++  CPPFLAGS=$INCLUDES
++  AC_EGREP_CPP(yes,[
++#include <main/php_config.h>
++#if defined(HAVE_BUNDLED_PCRE) && !defined(COMPILE_DL_PCRE)
++yes
++#endif
++  ],[
++    PHP_PCRE_REGEX=yes
++  ],[
++    AC_EGREP_CPP(yes,[
++#include <main/php_config.h>
++#if defined(HAVE_PCRE) && !defined(COMPILE_DL_PCRE)
++yes
++#endif
++    ],[
++      PHP_PCRE_REGEX=pecl
++      PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
++    ],[
++      PHP_PCRE_REGEX=no
++    ])
++  ])
++
+   if test "$PHP_LIBXML" = "no"; then   
+     AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml])                
+   fi


Property changes on: trunk/textproc/php56-simplexml/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-wddx/Makefile
===================================================================
--- trunk/textproc/php56-wddx/Makefile	                        (rev 0)
+++ trunk/textproc/php56-wddx/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-wddx/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-wddx
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-wddx/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-wddx/files/patch-config.m4
===================================================================
--- trunk/textproc/php56-wddx/files/patch-config.m4	                        (rev 0)
+++ trunk/textproc/php56-wddx/files/patch-config.m4	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,22 @@
+--- config.m4.orig	Mon Jul 26 09:05:10 2004
++++ config.m4	Mon Jul 26 09:07:46 2004
+@@ -5,6 +5,9 @@
+ PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
+ [  --enable-wddx           Enable WDDX support.])
+ 
++PHP_ARG_WITH(libxml-dir, libxml2 install dir,
++[  --with-libxml-dir=<DIR>    WDDX: libxml2 install prefix], no, no)
++
+ if test "$PHP_WDDX" != "no"; then
+   if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then
+     AC_MSG_WARN(Activating XML)
+@@ -12,4 +15,9 @@
+   fi
+   AC_DEFINE(HAVE_WDDX, 1, [ ])
+   PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared)
++
++  PHP_SETUP_LIBXML(WDDX_SHARED_LIBADD, [
++  ], [
++    AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
++  ])
+ fi


Property changes on: trunk/textproc/php56-wddx/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-wddx/files/patch-wddx.c
===================================================================
--- trunk/textproc/php56-wddx/files/patch-wddx.c	                        (rev 0)
+++ trunk/textproc/php56-wddx/files/patch-wddx.c	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,40 @@
+--- wddx.c.orig	Sun Jan  1 13:50:16 2006
++++ wddx.c	Mon Jan 16 12:56:21 2006
+@@ -18,6 +18,10 @@
+ 
+ /* $Id: wddx.c,v 1.119.2.8 2006/01/01 12:50:16 sniper Exp $ */
+ 
++#ifdef HAVE_CONFIG_H
++# include "config.h"
++#endif
++
+ #include "php.h"
+ 
+ #if HAVE_WDDX
+@@ -223,7 +227,7 @@
+ 
+ #include "ext/session/php_session.h"
+ 
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ /* {{{ PS_SERIALIZER_ENCODE_FUNC
+  */
+ PS_SERIALIZER_ENCODE_FUNC(wddx)
+@@ -302,7 +306,7 @@
+ {
+ 	le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number);
+ 
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ 	php_session_register_serializer("wddx",
+ 									PS_SERIALIZER_ENCODE_NAME(wddx),
+ 									PS_SERIALIZER_DECODE_NAME(wddx));
+@@ -317,7 +321,7 @@
+ PHP_MINFO_FUNCTION(wddx)
+ {
+ 	php_info_print_table_start();
+-#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
++#if HAVE_PHP_SESSION
+ 	php_info_print_table_header(2, "WDDX Support", "enabled" );
+ 	php_info_print_table_row(2, "WDDX Session Serializer", "enabled" );
+ #else


Property changes on: trunk/textproc/php56-wddx/files/patch-wddx.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-xml/Makefile
===================================================================
--- trunk/textproc/php56-xml/Makefile	                        (rev 0)
+++ trunk/textproc/php56-xml/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-xml/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-xml
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-xml/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-xml/files/patch-compat.c
===================================================================
--- trunk/textproc/php56-xml/files/patch-compat.c	                        (rev 0)
+++ trunk/textproc/php56-xml/files/patch-compat.c	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,13 @@
+--- compat.c.orig	Tue Jul 20 10:55:02 2004
++++ compat.c	Tue Jul 20 10:55:55 2004
+@@ -16,6 +16,10 @@
+    +----------------------------------------------------------------------+
+  */
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include "php.h"
+ #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
+ #include "expat_compat.h"


Property changes on: trunk/textproc/php56-xml/files/patch-compat.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-xmlreader/Makefile
===================================================================
--- trunk/textproc/php56-xmlreader/Makefile	                        (rev 0)
+++ trunk/textproc/php56-xmlreader/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-xmlreader/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-xmlreader
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-xmlreader/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-xmlwriter/Makefile
===================================================================
--- trunk/textproc/php56-xmlwriter/Makefile	                        (rev 0)
+++ trunk/textproc/php56-xmlwriter/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-xmlwriter/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-xmlwriter
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-xmlwriter/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-xsl/Makefile
===================================================================
--- trunk/textproc/php56-xsl/Makefile	                        (rev 0)
+++ trunk/textproc/php56-xsl/Makefile	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,11 @@
+# $MidnightBSD$
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/textproc/php56-xsl/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES=	textproc
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-xsl
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/textproc/php56-xsl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/php56-xsl/files/patch-php_xsl.h
===================================================================
--- trunk/textproc/php56-xsl/files/patch-php_xsl.h	                        (rev 0)
+++ trunk/textproc/php56-xsl/files/patch-php_xsl.h	2015-11-01 17:20:51 UTC (rev 20626)
@@ -0,0 +1,11 @@
+--- php_xsl.h.orig	Sun Jan  1 13:50:17 2006
++++ php_xsl.h	Tue Jan 17 16:23:10 2006
+@@ -43,7 +43,7 @@
+ #include <libexslt/exsltconfig.h>
+ #endif
+ 
+-#include "../dom/xml_common.h"
++#include "ext/dom/xml_common.h"
+ #include "xsl_fe.h"
+ 
+ #include <libxslt/extensions.h>


Property changes on: trunk/textproc/php56-xsl/files/patch-php_xsl.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list