initial import of p5-XML-Writer-0.4
-- XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions. By default, the module performs several well-formedness checks to catch errors during output. This behaviour can be extremely useful during development and debugging, but it can be turned off for production-grade code. The module can operate either in regular mode in or Namespace processing mode. In Namespace mode, the module will generate Namespace Declarations itself, and will perform additional checks on the output. Additional support is available for a simplified data mode with no mixed content: newlines are automatically inserted around elements and elements can optionally be indented based as their nesting level.
This commit is contained in:
parent
5ec011f6df
commit
bf7a6b8598
19
textproc/p5-XML-Writer/Makefile
Normal file
19
textproc/p5-XML-Writer/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/05 18:14:09 avsm Exp $
|
||||
|
||||
DISTNAME= XML-Writer-0.4
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
NEED_VERSION= 1.348
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-XML-Writer/files/md5
Normal file
3
textproc/p5-XML-Writer/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML-Writer-0.4.tar.gz) = d07811beb3329ef6bbe7f50b52d242dd
|
||||
RMD160 (XML-Writer-0.4.tar.gz) = 8cb8df7a01250627ab2ec9f7da49a3866e34ad71
|
||||
SHA1 (XML-Writer-0.4.tar.gz) = 05e1a02055ab5cc702f5c4ccdaeeb43fd2cfcf0c
|
1
textproc/p5-XML-Writer/pkg/COMMENT
Normal file
1
textproc/p5-XML-Writer/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
perl extension for writing XML documents
|
19
textproc/p5-XML-Writer/pkg/DESCR
Normal file
19
textproc/p5-XML-Writer/pkg/DESCR
Normal file
@ -0,0 +1,19 @@
|
||||
XML::Writer is a helper module for Perl programs that write an XML
|
||||
document. The module handles all escaping for attribute values and
|
||||
character data and constructs different types of markup, such as
|
||||
tags, comments, and processing instructions.
|
||||
|
||||
By default, the module performs several well-formedness checks to
|
||||
catch errors during output. This behaviour can be extremely useful
|
||||
during development and debugging, but it can be turned off for
|
||||
production-grade code.
|
||||
|
||||
The module can operate either in regular mode in or Namespace
|
||||
processing mode. In Namespace mode, the module will generate Namespace
|
||||
Declarations itself, and will perform additional checks on the
|
||||
output.
|
||||
|
||||
Additional support is available for a simplified data mode with no
|
||||
mixed content: newlines are automatically inserted around elements
|
||||
and elements can optionally be indented based as their nesting
|
||||
level.
|
5
textproc/p5-XML-Writer/pkg/PLIST
Normal file
5
textproc/p5-XML-Writer/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/05 18:14:09 avsm Exp $
|
||||
libdata/perl5/site_perl/XML/Writer.pm
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/XML/Writer/.packlist
|
||||
man/man3/XML::Writer.3p
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/XML/Writer
|
Loading…
Reference in New Issue
Block a user