diff options
author | jlam <jlam> | 2001-10-03 10:32:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-03 10:32:25 +0000 |
commit | c1c0f31fd550d714254827ffba8bf50f96695bee (patch) | |
tree | 125368f604195295109f20e50a09e7c842c51f44 /textproc | |
parent | 261d4794a05bd6c3707f5686f3ff6840ed7f5f3a (diff) | |
download | pkgsrc-c1c0f31fd550d714254827ffba8bf50f96695bee.tar.gz |
textproc/p5-XML-Writer - Perl module for writing XML documents
XML::Writer is a simple Perl module for writing XML documents: it
takes care of constructing markup and escaping data correctly, and by
default, it also performs a significant amount of well-formedness
checking on the output, to make certain (for example) that start and
end tags match, that there is exactly one document element, and that
there are not duplicate attribute names.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/pkg/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/pkg/PLIST | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile new file mode 100644 index 00000000000..18ef3768269 --- /dev/null +++ b/textproc/p5-XML-Writer/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/03 10:32:25 jlam Exp $ +# + +DISTNAME= XML-Writer-0.4 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for writing XML documents + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Writer/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../textproc/expat/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Writer/distinfo b/textproc/p5-XML-Writer/distinfo new file mode 100644 index 00000000000..765cab4b02a --- /dev/null +++ b/textproc/p5-XML-Writer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/03 10:32:25 jlam Exp $ + +SHA1 (XML-Writer-0.4.tar.gz) = 05e1a02055ab5cc702f5c4ccdaeeb43fd2cfcf0c +Size (XML-Writer-0.4.tar.gz) = 11910 bytes diff --git a/textproc/p5-XML-Writer/pkg/DESCR b/textproc/p5-XML-Writer/pkg/DESCR new file mode 100644 index 00000000000..7849c6da429 --- /dev/null +++ b/textproc/p5-XML-Writer/pkg/DESCR @@ -0,0 +1,6 @@ +XML::Writer is a simple Perl module for writing XML documents: it +takes care of constructing markup and escaping data correctly, and by +default, it also performs a significant amount of well-formedness +checking on the output, to make certain (for example) that start and +end tags match, that there is exactly one document element, and that +there are not duplicate attribute names. diff --git a/textproc/p5-XML-Writer/pkg/PLIST b/textproc/p5-XML-Writer/pkg/PLIST new file mode 100644 index 00000000000..c9d23b58394 --- /dev/null +++ b/textproc/p5-XML-Writer/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/03 10:32:25 jlam Exp $ |