summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-16 16:12:45 +0000
committertaca <taca@pkgsrc.org>2010-03-16 16:12:45 +0000
commite021f3327e4af55f5a5c52cd458a8a9756751760 (patch)
treef2473bb256eceb0609bfbb3248b81dd4e5c69dae
parent14820d243c202882c1fb69efb5d1dff4e88ae4b5 (diff)
downloadpkgsrc-e021f3327e4af55f5a5c52cd458a8a9756751760.tar.gz
php5-xsl has moved to php-xsl.
-rw-r--r--textproc/php5-xsl/DESCR3
-rw-r--r--textproc/php5-xsl/MESSAGE9
-rw-r--r--textproc/php5-xsl/Makefile22
3 files changed, 0 insertions, 34 deletions
diff --git a/textproc/php5-xsl/DESCR b/textproc/php5-xsl/DESCR
deleted file mode 100644
index a3785ca668b..00000000000
--- a/textproc/php5-xsl/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-The XSL extension implements the XSL standard, performing XSLT transformations
-using the libxslt library. PHP5 XSL extension replaces PHP4 XSLT extension.
diff --git a/textproc/php5-xsl/MESSAGE b/textproc/php5-xsl/MESSAGE
deleted file mode 100644
index 1c76ad8c3dc..00000000000
--- a/textproc/php5-xsl/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2007/09/04 21:40:10 jdolecek Exp $
-
-To enable this module, DOM extension must also be enabled. Make sure PHP
-configuration file ${PKG_SYSCONFDIR}/php.ini contains also:
-
- extension=dom.so
-
-===========================================================================
diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile
deleted file mode 100644
index cc2f8881f63..00000000000
--- a/textproc/php5-xsl/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2010/03/15 16:46:00 taca Exp $
-
-MODNAME= xsl
-CATEGORIES+= textproc
-COMMENT= PHP5 extension for XSLT functions
-
-CONFLICTS= php-xsl-[0-9]*
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt}
-
-# uses symbols from DOM extension, so add explicit depends
-DEPENDS+= php5*-dom-*:../../textproc/php5-dom
-
-# build uses includes of the DOM extension, so need to extract that too
-EXTRACT_ELEMENTS= ${DISTNAME}/ext/${MODNAME} ${DISTNAME}/ext/dom
-WRKSRC= ${WRKDIR}/${DISTNAME}/ext/${MODNAME}
-
-.include "../../lang/php/ext.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"