From 31ded6e47eda9361023e427fc3d6c3b85d25f797 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 2 May 2006 01:00:19 +0000 Subject: 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. --- textproc/p5-XML-AutoWriter/DESCR | 8 ++++++++ textproc/p5-XML-AutoWriter/Makefile | 15 +++++++++++++++ textproc/p5-XML-AutoWriter/PLIST | 1 + textproc/p5-XML-AutoWriter/distinfo | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/p5-XML-AutoWriter/DESCR create mode 100644 textproc/p5-XML-AutoWriter/Makefile create mode 100644 textproc/p5-XML-AutoWriter/PLIST create mode 100644 textproc/p5-XML-AutoWriter/distinfo 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 -- cgit v1.2.3