summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer-String
diff options
context:
space:
mode:
authorexplorer <explorer@pkgsrc.org>2002-12-04 19:33:47 +0000
committerexplorer <explorer@pkgsrc.org>2002-12-04 19:33:47 +0000
commitb7761ee57708c84dfa6862d503fb5a679ba82557 (patch)
tree583119ef62099e57f42494c0349911d92faaa199 /textproc/p5-XML-Writer-String
parent9663702cc6165fd0b9aac54a4bc88551a47aa19b (diff)
downloadpkgsrc-b7761ee57708c84dfa6862d503fb5a679ba82557.tar.gz
add p5-XML-Writer-String
Diffstat (limited to 'textproc/p5-XML-Writer-String')
-rw-r--r--textproc/p5-XML-Writer-String/DESCR6
-rw-r--r--textproc/p5-XML-Writer-String/Makefile19
-rw-r--r--textproc/p5-XML-Writer-String/PLIST1
-rw-r--r--textproc/p5-XML-Writer-String/distinfo4
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-Writer-String/DESCR b/textproc/p5-XML-Writer-String/DESCR
new file mode 100644
index 00000000000..bb52aba59a4
--- /dev/null
+++ b/textproc/p5-XML-Writer-String/DESCR
@@ -0,0 +1,6 @@
+This module implements a bare-bones class specifically for
+the purpose of capturing data from the XML::Writer module.
+XML::Writer expects an IO::Handle object and writes XML
+data to the specified object (or STDOUT) via it's print()
+method. This module simulates such an object for the spe-
+cific purpose of providing the required print() method.
diff --git a/textproc/p5-XML-Writer-String/Makefile b/textproc/p5-XML-Writer-String/Makefile
new file mode 100644
index 00000000000..a4ffcf46432
--- /dev/null
+++ b/textproc/p5-XML-Writer-String/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2002/12/04 19:33:47 explorer Exp $
+#
+
+DISTNAME= XML-Writer-String-0.1
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5xws
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= Perl module for writing XML documents based on XML::Writer
+
+DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Writer/String/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-XML-Writer-String/PLIST b/textproc/p5-XML-Writer-String/PLIST
new file mode 100644
index 00000000000..b4a6ddeea3f
--- /dev/null
+++ b/textproc/p5-XML-Writer-String/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2002/12/04 19:33:47 explorer Exp $
diff --git a/textproc/p5-XML-Writer-String/distinfo b/textproc/p5-XML-Writer-String/distinfo
new file mode 100644
index 00000000000..2eeb5ef9ffa
--- /dev/null
+++ b/textproc/p5-XML-Writer-String/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2002/12/04 19:33:47 explorer Exp $
+
+SHA1 (XML-Writer-String-0.1.tar.gz) = 6f9b2c23d94c6289a86335671c731548ddaf622d
+Size (XML-Writer-String-0.1.tar.gz) = 5426 bytes