pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add php5-xsl 5.0.2 - PHP5 extension implementing XSL s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/184516cb177c
branches: trunk
changeset: 482987:184516cb177c
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Fri Nov 05 21:36:08 2004 +0000
description:
Add php5-xsl 5.0.2 - PHP5 extension implementing XSL standard, performing
XSLT transformations using the libxslt library.
diffstat:
doc/CHANGES | 3 ++-
textproc/Makefile | 3 ++-
textproc/php5-xsl/DESCR | 3 +++
textproc/php5-xsl/Makefile | 19 +++++++++++++++++++
4 files changed, 26 insertions(+), 2 deletions(-)
diffs (61 lines):
diff -r a85bce68b40e -r 184516cb177c doc/CHANGES
--- a/doc/CHANGES Fri Nov 05 21:30:44 2004 +0000
+++ b/doc/CHANGES Fri Nov 05 21:36:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7724 2004/11/05 21:16:57 wiz Exp $
+$NetBSD: CHANGES,v 1.7725 2004/11/05 21:38:08 jdolecek Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -5106,3 +5106,4 @@
Added libvisual-0.1.7 [wiz 2004-11-05]
Added libvisual-bmp-0.1.0 [wiz 2004-11-05]
Added libvisual-plugins-0.1.7 [wiz 2004-11-05]
+ Added php5-xsl 5.0.2 [jdolecek 2004-11-05]
diff -r a85bce68b40e -r 184516cb177c textproc/Makefile
--- a/textproc/Makefile Fri Nov 05 21:30:44 2004 +0000
+++ b/textproc/Makefile Fri Nov 05 21:36:08 2004 +0000
@@ -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+= php5-dom
SUBDIR+= php-wddx
SUBDIR+= php4-xslt
+SUBDIR+= php5-xsl
SUBDIR+= postgresql-autodoc
SUBDIR+= psgml-mode
SUBDIR+= py-FourSuite
diff -r a85bce68b40e -r 184516cb177c textproc/php5-xsl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php5-xsl/DESCR Fri Nov 05 21:36:08 2004 +0000
@@ -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 -r a85bce68b40e -r 184516cb177c textproc/php5-xsl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/php5-xsl/Makefile Fri Nov 05 21:36:08 2004 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index