diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 9 | ||||
-rw-r--r-- | textproc/php53-ctype/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-dom/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-pspell/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-simplexml/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-wddx/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-xml/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-xmlreader/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-xmlwriter/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-xsl/Makefile | 14 | ||||
-rw-r--r-- | textproc/php53-xsl/files/patch-php_xsl.h | 11 |
11 files changed, 146 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d75d4d601a79..75f05cde15e6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1084,6 +1084,15 @@ SUBDIR += php52-xmlreader SUBDIR += php52-xmlwriter SUBDIR += php52-xsl + SUBDIR += php53-ctype + SUBDIR += php53-dom + SUBDIR += php53-pspell + SUBDIR += php53-simplexml + SUBDIR += php53-wddx + SUBDIR += php53-xml + SUBDIR += php53-xmlreader + SUBDIR += php53-xmlwriter + SUBDIR += php53-xsl SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pootle diff --git a/textproc/php53-ctype/Makefile b/textproc/php53-ctype/Makefile new file mode 100644 index 000000000000..5f5ffe237d91 --- /dev/null +++ b/textproc/php53-ctype/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-ctype +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -ctype + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-dom/Makefile b/textproc/php53-dom/Makefile new file mode 100644 index 000000000000..a79f93d52551 --- /dev/null +++ b/textproc/php53-dom/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-dom +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-pspell/Makefile b/textproc/php53-pspell/Makefile new file mode 100644 index 000000000000..3b51d4bb3d43 --- /dev/null +++ b/textproc/php53-pspell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-pspell +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -pspell + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-simplexml/Makefile b/textproc/php53-simplexml/Makefile new file mode 100644 index 000000000000..2d0a1a8a30dc --- /dev/null +++ b/textproc/php53-simplexml/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-simplexml +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -simplexml + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-wddx/Makefile b/textproc/php53-wddx/Makefile new file mode 100644 index 000000000000..f94f78e064cb --- /dev/null +++ b/textproc/php53-wddx/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-wddx +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -wddx + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-xml/Makefile b/textproc/php53-xml/Makefile new file mode 100644 index 000000000000..8302d759c1e8 --- /dev/null +++ b/textproc/php53-xml/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-xml +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -xml + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-xmlreader/Makefile b/textproc/php53-xmlreader/Makefile new file mode 100644 index 000000000000..04299d24e289 --- /dev/null +++ b/textproc/php53-xmlreader/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-xmlreader +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -xmlreader + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-xmlwriter/Makefile b/textproc/php53-xmlwriter/Makefile new file mode 100644 index 000000000000..685f5626743e --- /dev/null +++ b/textproc/php53-xmlwriter/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-xmlwriter +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -xmlwriter + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-xsl/Makefile b/textproc/php53-xsl/Makefile new file mode 100644 index 000000000000..73a500465dc0 --- /dev/null +++ b/textproc/php53-xsl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-xsl +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -xsl + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php53-xsl/files/patch-php_xsl.h b/textproc/php53-xsl/files/patch-php_xsl.h new file mode 100644 index 000000000000..9777187f8748 --- /dev/null +++ b/textproc/php53-xsl/files/patch-php_xsl.h @@ -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> |