summaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Writer
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-26 04:16:04 +0000
committerwill <will@FreeBSD.org>2000-12-26 04:16:04 +0000
commitd8ca08a195290a5fd7a6e0d2136a429ddbee1505 (patch)
treea136468da6c229a680c2f259b4af277cd7f92f7b /textproc/p5-XML-Writer
parentcbd8e6be2932c8e30a5fe6c28634b618440e2ab2 (diff)
downloadFreeBSD-ports-d8ca08a195290a5fd7a6e0d2136a429ddbee1505.zip
FreeBSD-ports-d8ca08a195290a5fd7a6e0d2136a429ddbee1505.tar.gz
Add p5-XML-Writer 0.4, a simple perl module for writing XML documents; it
takes care of constructing markup and escaping data correctly, among other useful features. PR: 23819 Submitted by: Adam Herzog <adam@herzogdesigns.com>
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r--textproc/p5-XML-Writer/Makefile23
-rw-r--r--textproc/p5-XML-Writer/distinfo1
-rw-r--r--textproc/p5-XML-Writer/pkg-comment1
-rw-r--r--textproc/p5-XML-Writer/pkg-descr9
-rw-r--r--textproc/p5-XML-Writer/pkg-plist4
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile
new file mode 100644
index 0000000..44b637d
--- /dev/null
+++ b/textproc/p5-XML-Writer/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: XML::Writer
+# Date created: 24 December 2000
+# Whom: Adam Herzog <adam@herzogdesigns.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-Writer
+PORTVERSION= 0.4
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+MAN3= XML::Writer.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Writer/distinfo b/textproc/p5-XML-Writer/distinfo
new file mode 100644
index 0000000..c39caf7
--- /dev/null
+++ b/textproc/p5-XML-Writer/distinfo
@@ -0,0 +1 @@
+MD5 (XML-Writer-0.4.tar.gz) = d07811beb3329ef6bbe7f50b52d242dd
diff --git a/textproc/p5-XML-Writer/pkg-comment b/textproc/p5-XML-Writer/pkg-comment
new file mode 100644
index 0000000..19f04e8
--- /dev/null
+++ b/textproc/p5-XML-Writer/pkg-comment
@@ -0,0 +1 @@
+A simple Perl module for writing XML documents
diff --git a/textproc/p5-XML-Writer/pkg-descr b/textproc/p5-XML-Writer/pkg-descr
new file mode 100644
index 0000000..1253ee6
--- /dev/null
+++ b/textproc/p5-XML-Writer/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+-Adam
+<adam@herzogdesigns.com>
diff --git a/textproc/p5-XML-Writer/pkg-plist b/textproc/p5-XML-Writer/pkg-plist
new file mode 100644
index 0000000..1c1bc26
--- /dev/null
+++ b/textproc/p5-XML-Writer/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/site_perl/%%PERL_VER%%/XML/Writer.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Writer/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Writer
OpenPOWER on IntegriCloud