diff options
author | jtb <jtb> | 2001-04-16 19:56:50 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-16 19:56:50 +0000 |
commit | fa3444e12da650055da3a79d30f3708cf0970dc7 (patch) | |
tree | 29fb901f0ff3c88bb2594779e05054b936d83142 /textproc | |
parent | c677647b0b4a28ae2963350c6722e9956c711822 (diff) | |
download | pkgsrc-fa3444e12da650055da3a79d30f3708cf0970dc7.tar.gz |
Initial import of p5-libxml (aka libxml-perl).
p5-libxml is a collection of smaller Perl modules, scripts, and
documents for working with XML in Perl. p5-libxml software works in
combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and
others.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12641.
Note that the distfile is called "libxml-perl", Nathan submitted the
package as "p5-libxml-perl", and I decided to import it as "p5-libxml"
to remove some redundancy. I hope this doesn't cause confusion.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-libxml/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-libxml/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-libxml/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-libxml/pkg/PLIST | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile new file mode 100644 index 00000000000..28bf85e13ef --- /dev/null +++ b/textproc/p5-libxml/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 19:56:50 jtb Exp $ + +DISTNAME= libxml-perl-0.07 +PKGNAME= p5-libxml-0.07 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@NetBSD.org +HOMEPAGE= http://www.bitsko.slc.ut.us/ +COMMENT= perl module collection for working with XML + +DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libxml-perl/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-libxml/files/md5 b/textproc/p5-libxml/files/md5 new file mode 100644 index 00000000000..774f65268ff --- /dev/null +++ b/textproc/p5-libxml/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/16 19:56:50 jtb Exp $ + +SHA1 (libxml-perl-0.07.tar.gz) = d63387fe04a4b73656f78cea1a24aadbde712dd8 diff --git a/textproc/p5-libxml/pkg/DESCR b/textproc/p5-libxml/pkg/DESCR new file mode 100644 index 00000000000..38760824b5b --- /dev/null +++ b/textproc/p5-libxml/pkg/DESCR @@ -0,0 +1,4 @@ +p5-libxml is a collection of smaller Perl modules, scripts, and +documents for working with XML in Perl. p5-libxml software works in +combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and +others. diff --git a/textproc/p5-libxml/pkg/PLIST b/textproc/p5-libxml/pkg/PLIST new file mode 100644 index 00000000000..d91d524dbdb --- /dev/null +++ b/textproc/p5-libxml/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 19:56:50 jtb Exp $ |