summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-03 10:32:25 +0000
committerjlam <jlam@pkgsrc.org>2001-10-03 10:32:25 +0000
commitf80d199e18aded3a99807b59229633cedc55df01 (patch)
tree125368f604195295109f20e50a09e7c842c51f44 /textproc/p5-XML-Writer
parent4a961fc2e8fed235f567b36e629b30cb47d73007 (diff)
downloadpkgsrc-f80d199e18aded3a99807b59229633cedc55df01.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/p5-XML-Writer')
-rw-r--r--textproc/p5-XML-Writer/Makefile19
-rw-r--r--textproc/p5-XML-Writer/distinfo4
-rw-r--r--textproc/p5-XML-Writer/pkg/DESCR6
-rw-r--r--textproc/p5-XML-Writer/pkg/PLIST1
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 $