mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
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:
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
|
@ -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
|
||||
|
|
23
textproc/p5-XML-Writer/Makefile
Normal file
23
textproc/p5-XML-Writer/Makefile
Normal 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>
|
1
textproc/p5-XML-Writer/distinfo
Normal file
1
textproc/p5-XML-Writer/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (XML-Writer-0.4.tar.gz) = d07811beb3329ef6bbe7f50b52d242dd
|
1
textproc/p5-XML-Writer/pkg-comment
Normal file
1
textproc/p5-XML-Writer/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A simple Perl module for writing XML documents
|
9
textproc/p5-XML-Writer/pkg-descr
Normal file
9
textproc/p5-XML-Writer/pkg-descr
Normal 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>
|
4
textproc/p5-XML-Writer/pkg-plist
Normal file
4
textproc/p5-XML-Writer/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue