diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-02 01:00:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-02 01:00:19 +0000 |
commit | 31ded6e47eda9361023e427fc3d6c3b85d25f797 (patch) | |
tree | 5edcd455c8978e282b6a653846e3f372c2a352aa /textproc | |
parent | 72e98d38d1f9c6940c98c5a0fb0a740acfec1b45 (diff) | |
download | pkgsrc-31ded6e47eda9361023e427fc3d6c3b85d25f797.tar.gz |
Initial import of XML::AutoWriter-0.39 as textproc/p5-XML-AutoWriter.
XML::ValidWriter is a drop-in replacement for XML::Writer that uses
the DTD contained in an XML::Doctype to enable compile- and run-time
checks of XML output validity. It also provides methods and functions
named after the elements mentioned in the DTD.
XML::AutoWriter is a subclass of XML::ValidWriter that provides
automatic start and end tag generation, allowing you to emit only the
"important" tags.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-AutoWriter/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-AutoWriter/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-XML-AutoWriter/DESCR b/textproc/p5-XML-AutoWriter/DESCR new file mode 100644 index 00000000000..279a8e5e700 --- /dev/null +++ b/textproc/p5-XML-AutoWriter/DESCR @@ -0,0 +1,8 @@ +XML::ValidWriter is a drop-in replacement for XML::Writer that uses +the DTD contained in an XML::Doctype to enable compile- and run-time +checks of XML output validity. It also provides methods and functions +named after the elements mentioned in the DTD. + +XML::AutoWriter is a subclass of XML::ValidWriter that provides +automatic start and end tag generation, allowing you to emit only the +"important" tags. diff --git a/textproc/p5-XML-AutoWriter/Makefile b/textproc/p5-XML-AutoWriter/Makefile new file mode 100644 index 00000000000..b43c044a21c --- /dev/null +++ b/textproc/p5-XML-AutoWriter/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 01:00:19 jlam Exp $ + +DISTNAME= XML-AutoWriter-0.39 +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-ValidWriter/ +COMMENT= DOCTYPE-driven valid XML output + +PERL5_PACKLIST= auto/XML/ValidWriter/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-AutoWriter/PLIST b/textproc/p5-XML-AutoWriter/PLIST new file mode 100644 index 00000000000..e25296916f7 --- /dev/null +++ b/textproc/p5-XML-AutoWriter/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/02 01:00:19 jlam Exp $ diff --git a/textproc/p5-XML-AutoWriter/distinfo b/textproc/p5-XML-AutoWriter/distinfo new file mode 100644 index 00000000000..653471386d0 --- /dev/null +++ b/textproc/p5-XML-AutoWriter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/02 01:00:19 jlam Exp $ + +SHA1 (XML-AutoWriter-0.39.tar.gz) = 93dda092d446baf37632fbe2a81df1b3b531553c +RMD160 (XML-AutoWriter-0.39.tar.gz) = 0e57489f93e7fc2a07ba9f55bfda7762baeaa7a0 +Size (XML-AutoWriter-0.39.tar.gz) = 28577 bytes |