From 53f3b11fb7de01e4021170e44cef6477ad38dea8 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/DESCR | 8 ++++++++ textproc/p5-XML-LibXSLT/Makefile | 21 +++++++++++++++++++++ textproc/p5-XML-LibXSLT/PLIST | 1 + textproc/p5-XML-LibXSLT/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 textproc/p5-XML-LibXSLT/DESCR create mode 100644 textproc/p5-XML-LibXSLT/Makefile create mode 100644 textproc/p5-XML-LibXSLT/PLIST create mode 100644 textproc/p5-XML-LibXSLT/distinfo (limited to 'textproc/p5-XML-LibXSLT') diff --git a/textproc/p5-XML-LibXSLT/DESCR b/textproc/p5-XML-LibXSLT/DESCR new file mode 100644 index 00000000000..12a6e57444f --- /dev/null +++ b/textproc/p5-XML-LibXSLT/DESCR @@ -0,0 +1,8 @@ +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. 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" diff --git a/textproc/p5-XML-LibXSLT/PLIST b/textproc/p5-XML-LibXSLT/PLIST new file mode 100644 index 00000000000..e20eff76fb6 --- /dev/null +++ b/textproc/p5-XML-LibXSLT/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 20:11:25 minskim Exp $ diff --git a/textproc/p5-XML-LibXSLT/distinfo b/textproc/p5-XML-LibXSLT/distinfo new file mode 100644 index 00000000000..a74e436cb39 --- /dev/null +++ b/textproc/p5-XML-LibXSLT/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/22 20:11:25 minskim Exp $ + +SHA1 (XML-LibXSLT-1.53.tar.gz) = 85b3e60681ce837d031e925968fe2d4c0a04037b +Size (XML-LibXSLT-1.53.tar.gz) = 23855 bytes -- cgit v1.2.3