diff options
author | mjl <mjl@pkgsrc.org> | 2001-08-10 12:47:39 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-08-10 12:47:39 +0000 |
commit | 918a493b42a60b67d1614efe89d617baeb5ea483 (patch) | |
tree | b40fa3ea3ca83b528461c8842e7379929d2dd872 /textproc | |
parent | 7b307ab39460201051aea785bb329eae300c6b55 (diff) | |
download | pkgsrc-918a493b42a60b67d1614efe89d617baeb5ea483.tar.gz |
Initial import of p5-XML-DOM-1.31
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an Object
Oriented datastructure with a DOM Level 1 compliant interface.
For a description of the DOM (Document Object Model), see
http://www.w3.org/DOM/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-DOM/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-DOM/pkg/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-XML-DOM/pkg/PLIST | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile new file mode 100644 index 00000000000..943a858610a --- /dev/null +++ b/textproc/p5-XML-DOM/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:47:39 mjl Exp $ +# + +DISTNAME= XML-DOM-1.31 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@netbsd.org +COMMENT= Extend XML::Parser to build DOM Level 1 compliant data structure + +DEPENDS+= p5-Parse-Yapp-*:../../devel/p5-Parse-Yapp +DEPENDS+= p5-libxml-*:../../textproc/p5-libxml +DEPENDS+= p5-XML-RegExp-*:../../textproc/p5-XML-RegExp + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML-DOM/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-DOM/distinfo b/textproc/p5-XML-DOM/distinfo new file mode 100644 index 00000000000..0188df1b75f --- /dev/null +++ b/textproc/p5-XML-DOM/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/10 12:47:39 mjl Exp $ + +SHA1 (XML-DOM-1.31.tar.gz) = a19bba77ff1f4b68e9a136244a3373b207219d07 +Size (XML-DOM-1.31.tar.gz) = 131221 bytes diff --git a/textproc/p5-XML-DOM/pkg/DESCR b/textproc/p5-XML-DOM/pkg/DESCR new file mode 100644 index 00000000000..9408fd5f83a --- /dev/null +++ b/textproc/p5-XML-DOM/pkg/DESCR @@ -0,0 +1,5 @@ +This is a Perl extension to XML::Parser. It adds a new 'Style' to +XML::Parser, called 'Dom', that allows XML::Parser to build an Object +Oriented datastructure with a DOM Level 1 compliant interface. +For a description of the DOM (Document Object Model), see +http://www.w3.org/DOM/ diff --git a/textproc/p5-XML-DOM/pkg/PLIST b/textproc/p5-XML-DOM/pkg/PLIST new file mode 100644 index 00000000000..22bd3a3279e --- /dev/null +++ b/textproc/p5-XML-DOM/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/10 12:47:39 mjl Exp $ |