diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-10 17:52:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-10 17:52:30 +0000 |
commit | f9d3b3069913f9a0a0aeb5cac94a59a126fc3fd4 (patch) | |
tree | 50849e55921a6980b6943d26432d0eb580f2717a /textproc/php4-xslt | |
parent | 3d32feb94526a141f4b4b5bdc629a459974238d0 (diff) | |
download | pkgsrc-f9d3b3069913f9a0a0aeb5cac94a59a126fc3fd4.tar.gz |
Retire php4-domxml and php4-xslt.
Diffstat (limited to 'textproc/php4-xslt')
-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 |
3 files changed, 0 insertions, 48 deletions
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 |