pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXSLT Import p5-XML-LibXSLT from pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/646d6da6a2df
branches:  trunk
changeset: 469379:646d6da6a2df
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Feb 22 20:11:25 2004 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (50 lines):

diff -r 70539db1055b -r 646d6da6a2df textproc/p5-XML-LibXSLT/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXSLT/DESCR     Sun Feb 22 20:11:25 2004 +0000
@@ -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 -r 70539db1055b -r 646d6da6a2df textproc/p5-XML-LibXSLT/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXSLT/Makefile  Sun Feb 22 20:11:25 2004 +0000
@@ -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@localhost
+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 -r 70539db1055b -r 646d6da6a2df textproc/p5-XML-LibXSLT/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXSLT/PLIST     Sun Feb 22 20:11:25 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 20:11:25 minskim Exp $
diff -r 70539db1055b -r 646d6da6a2df textproc/p5-XML-LibXSLT/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXSLT/distinfo  Sun Feb 22 20:11:25 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index