Add php5-xsl 5.0.2 - PHP5 extension implementing XSL standard, performing

XSLT transformations using the libxslt library.
This commit is contained in:
jdolecek 2004-11-05 21:36:08 +00:00
parent c4d646bdf8
commit 5ec53f2a31
4 changed files with 26 additions and 2 deletions

View file

@ -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 @@ Changes to the packages collection and infrastructure in 2004:
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]

View file

@ -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

3
textproc/php5-xsl/DESCR Normal file
View file

@ -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.

View file

@ -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"