summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:36:08 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-05 21:36:08 +0000
commit5ec53f2a31db1af79bed3d9e2c3725457086a018 (patch)
tree03c2c3a8d13aa67b03f761aef78f782734503812 /textproc
parentc4d646bdf8032cb4dc1f5c3bd7c449d2f5f66ade (diff)
downloadpkgsrc-5ec53f2a31db1af79bed3d9e2c3725457086a018.tar.gz
Add php5-xsl 5.0.2 - PHP5 extension implementing XSL standard, performing
XSLT transformations using the libxslt library.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/php5-xsl/DESCR3
-rw-r--r--textproc/php5-xsl/Makefile19
3 files changed, 24 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e39784c651a..28ee96bfc8c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.265 2004/11/05 21:15:38 jdolecek Exp $
+# $NetBSD: Makefile,v 1.266 2004/11/05 21:38:08 jdolecek Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -199,6 +199,7 @@ SUBDIR+= php4-domxml
SUBDIR+= php5-dom
SUBDIR+= php-wddx
SUBDIR+= php4-xslt
+SUBDIR+= php5-xsl
SUBDIR+= postgresql-autodoc
SUBDIR+= psgml-mode
SUBDIR+= py-FourSuite
diff --git a/textproc/php5-xsl/DESCR b/textproc/php5-xsl/DESCR
new file mode 100644
index 00000000000..a3785ca668b
--- /dev/null
+++ b/textproc/php5-xsl/DESCR
@@ -0,0 +1,3 @@
+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/Makefile b/textproc/php5-xsl/Makefile
new file mode 100644
index 00000000000..74b2f7b039a
--- /dev/null
+++ b/textproc/php5-xsl/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 21:36:08 jdolecek Exp $
+
+MODNAME= xsl
+CATEGORIES+= textproc
+PKGREVISION= # empty
+COMMENT= PHP5 extension for XSLT functions
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt}
+
+# 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}
+
+PHP_VERSION_REQD= 5
+.include "../../lang/php/ext.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"