From 5ec53f2a31db1af79bed3d9e2c3725457086a018 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 5 Nov 2004 21:36:08 +0000 Subject: Add php5-xsl 5.0.2 - PHP5 extension implementing XSL standard, performing XSLT transformations using the libxslt library. --- textproc/php5-xsl/DESCR | 3 +++ textproc/php5-xsl/Makefile | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 textproc/php5-xsl/DESCR create mode 100644 textproc/php5-xsl/Makefile (limited to 'textproc/php5-xsl') 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" -- cgit v1.2.3