diff options
author | sno <sno@pkgsrc.org> | 2009-07-08 12:51:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-08 12:51:06 +0000 |
commit | a798fabe78b9ad990b2ee3bfdf12f34ea108ce7e (patch) | |
tree | 17b24c410e19aeb52192048625cd54dd0d079614 | |
parent | b3a9caf7fc1d5cf93db8c879d1482059b703ccc2 (diff) | |
download | pkgsrc-a798fabe78b9ad990b2ee3bfdf12f34ea108ce7e.tar.gz |
Importing package for p5 module XML::LibXML::Simple version 0.13.
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
XML::LibXML parser for XML structures, where the original uses plain Perl
or SAX parsers.
-rw-r--r-- | textproc/p5-XML-LibXML-Simple/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Simple/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Simple/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-LibXML-Simple/DESCR b/textproc/p5-XML-LibXML-Simple/DESCR new file mode 100644 index 00000000000..464b9fb22c7 --- /dev/null +++ b/textproc/p5-XML-LibXML-Simple/DESCR @@ -0,0 +1,3 @@ +This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the +XML::LibXML parser for XML structures, where the original uses plain Perl +or SAX parsers. diff --git a/textproc/p5-XML-LibXML-Simple/Makefile b/textproc/p5-XML-LibXML-Simple/Makefile new file mode 100644 index 00000000000..f3e35b7a5cd --- /dev/null +++ b/textproc/p5-XML-LibXML-Simple/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/08 12:51:06 sno Exp $ +# + +DISTNAME= XML-LibXML-Simple-0.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-LibXML-Simple/ +COMMENT= XML::LibXML clone of XML::Simple +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp +DEPENDS+= p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML-Common + +PERL5_PACKLIST= auto/XML/LibXML/Simple/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-LibXML-Simple/distinfo b/textproc/p5-XML-LibXML-Simple/distinfo new file mode 100644 index 00000000000..5830c98fbfa --- /dev/null +++ b/textproc/p5-XML-LibXML-Simple/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/08 12:51:06 sno Exp $ + +SHA1 (XML-LibXML-Simple-0.13.tar.gz) = 8a8967cc19750f76a3fd3e0730b1f67f1ee20fa6 +RMD160 (XML-LibXML-Simple-0.13.tar.gz) = 041d3aff1e1155528cd948bc63b3a00974a20f2f +Size (XML-LibXML-Simple-0.13.tar.gz) = 19075 bytes |