diff options
-rw-r--r-- | textproc/Makefile | 4 | ||||
-rw-r--r-- | textproc/php4-domxml/DESCR | 2 | ||||
-rw-r--r-- | textproc/php4-domxml/Makefile | 23 | ||||
-rw-r--r-- | textproc/php4-xslt/DESCR | 2 | ||||
-rw-r--r-- | textproc/php4-xslt/Makefile | 44 | ||||
-rw-r--r-- | textproc/php4-xslt/PLIST.extras | 2 |
6 files changed, 1 insertions, 76 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4d32f62a6dc..d608d753830 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.518 2010/02/07 11:29:08 seb Exp $ +# $NetBSD: Makefile,v 1.519 2010/02/10 17:52:30 joerg Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -387,8 +387,6 @@ SUBDIR+= pear-File_Find SUBDIR+= php-json SUBDIR+= php-pspell SUBDIR+= php-wddx -SUBDIR+= php4-domxml -SUBDIR+= php4-xslt SUBDIR+= php5-dom SUBDIR+= php5-xsl SUBDIR+= po4a diff --git a/textproc/php4-domxml/DESCR b/textproc/php4-domxml/DESCR deleted file mode 100644 index 8291f675d42..00000000000 --- a/textproc/php4-domxml/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides support for DOM (Document Object Model) in PHP4. diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile deleted file mode 100644 index 16e8230c9c8..00000000000 --- a/textproc/php4-domxml/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:51 joerg Exp $ - -MODNAME= domxml -CATEGORIES+= textproc -COMMENT= PHP4 extension for DOM support - -PKG_DESTDIR_SUPPORT= user-destdir - -PHP_VERSIONS_ACCEPTED= 4 - -CONFLICTS= php-domxml-[0-9]* - -CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.libxml2} -CONFIGURE_ARGS+= --with-dom=shared,${BUILDLINK_PREFIX.libxml2} -CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib} -CONFIGURE_ARGS+= --with-dom-xslt=${BUILDLINK_PREFIX.libxslt} -CONFIGURE_ARGS+= --with-dom-exslt=${BUILDLINK_PREFIX.libxslt} - -.include "../../lang/php/ext.mk" -.include "../../devel/zlib/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/php4-xslt/DESCR b/textproc/php4-xslt/DESCR deleted file mode 100644 index a03d1bf3cce..00000000000 --- a/textproc/php4-xslt/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides XSLT functions for PHP4. diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile deleted file mode 100644 index 123eaf5aaab..00000000000 --- a/textproc/php4-xslt/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:51 joerg Exp $ - -MODNAME= xslt -CATEGORIES+= textproc -COMMENT= PHP4 extension for XSLT functions (Sablotron backend) - -PHP_VERSIONS_ACCEPTED= 4 - -PKG_DESTDIR_SUPPORT= user-destdir - -CONFLICTS= php-xslt-[0-9]* - -CONFIGURE_ARGS+= --enable-${MODNAME} -CONFIGURE_ARGS+= --with-${MODNAME}-sablot=${BUILDLINK_PREFIX.sablotron} -CONFIGURE_ARGS+= --with-expat-dir=${BUILDLINK_PREFIX.expat} - -.include "../../converters/libiconv/buildlink3.mk" - -# this is necessary so that PHP would find either the libc iconv -# or use the packaged iconv, as appropriate; using -# --with-iconv=shared,${BUILDLINK_PREFIX.iconv} assumes libiconv exists -# -CHECK_BUILTIN.iconv:= yes -.include "../../converters/libiconv/builtin.mk" -CHECK_BUILTIN.iconv:= no - -.if !empty(USE_BUILTIN.iconv:M[nN][oO]) || \ - !empty(BUILTIN_LIB_FOUND.iconv:M[yY][eE][sS]) -CONFIGURE_ARGS+= --with-iconv-dir=${BUILDLINK_PREFIX.iconv} -.else -CONFIGURE_ARGS+= --with-iconv-dir -.endif - -PLIST_SRC+= ${.CURDIR}/PLIST.extras -DOCDIR= ${PREFIX}/share/doc/${PKGBASE} - -INSTALLATION_DIRS= ${DOCDIR} - -post-install: - cd ${WRKSRC}; ${INSTALL_DATA} README.XSLT-BACKENDS ${DESTDIR}${DOCDIR} - -.include "../../lang/php/ext.mk" -.include "../../textproc/sablotron/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/php4-xslt/PLIST.extras b/textproc/php4-xslt/PLIST.extras deleted file mode 100644 index 600b900172f..00000000000 --- a/textproc/php4-xslt/PLIST.extras +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.extras,v 1.2 2009/06/14 18:17:23 joerg Exp $ -share/doc/${PKGBASE}/README.XSLT-BACKENDS |