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>
This commit is contained in:
Will Andrews 2000-12-26 04:16:04 +00:00
parent 70236993ca
commit a813072cd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36359
6 changed files with 39 additions and 0 deletions

View file

@ -76,6 +76,7 @@
SUBDIR += p5-XML-Sablotron
SUBDIR += p5-XML-Simple
SUBDIR += p5-XML-Stream
SUBDIR += p5-XML-Writer
SUBDIR += p5-XML-XPath
SUBDIR += p5-dTemplate
SUBDIR += par

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (XML-Writer-0.4.tar.gz) = d07811beb3329ef6bbe7f50b52d242dd

View file

@ -0,0 +1 @@
A simple Perl module for writing XML documents

View file

@ -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>

View file

@ -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