From bfd38f49b9a795cb5160ae1713a843d9f7559f23 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 22 Feb 2004 20:11:25 +0000 Subject: Import p5-XML-LibXSLT from pkgsrc-wip. Packaged by Adam Migus, and slightly modified by me. This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/. Performance is currently about twice that of XML::Sablotron (based on XSLTMark tests converted to Perl). The libxslt processor is also highly standards compliant, with practically all of XSLT 1.0 being supported in version 0.9 of libxslt. This is free software, you may use it and distribute it under the same terms as Perl itself. Copyright 2001 AxKit.com Ltd, All rights reserved. --- textproc/p5-XML-LibXSLT/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 textproc/p5-XML-LibXSLT/Makefile (limited to 'textproc/p5-XML-LibXSLT/Makefile') diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile new file mode 100644 index 00000000000..af521f953fd --- /dev/null +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 20:11:25 minskim Exp $ +# + +DISTNAME= XML-LibXSLT-1.53 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xlt +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= adam@migus.org +HOMEPAGE= http://search.cpan.org/~phish/XML-LibXML/ +COMMENT= Perl interface to the libxslt library + +DEPENDS+= p5-XML-LibXML>=1.49:../../textproc/p5-XML-LibXML + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXSLT/.packlist + +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3