Commit Graph

17 Commits

Author SHA1 Message Date
jasper
9bf38923e1 - update p5-XML-Writer to 0.606
- reflect license change (to MIT)
2008-12-05 08:55:23 +00:00
jasper
04af58499f - update p5-XML-Writer to 0.604 (now with examples) 2008-08-31 23:09:00 +00:00
merdely
213f5c62e8 Remove surrounding quotes in COMMENT-*/PERMIT_* 2007-09-15 20:59:36 +00:00
simon
661c3114e0 update to version 0.603
ok jasper@
2007-06-27 18:30:40 +00:00
jasper
7b65eca24e update p5-XML-Writer to 0.602 2006-11-16 18:09:34 +00:00
jasper
f8dbb5482b update p5-XML-Writer to 0.601
and update my address while there

ok steven
2006-10-16 14:46:05 +00:00
steven
dd58876c86 update to 0.600, PKG_ARCH=*
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-12-11 21:02:09 +00:00
robert
9ca6d53fcd update to 0.510 2004-06-05 23:13:01 +00:00
brad
d63ebbc6c5 upgrade to p5-XML-Writer 0.500
--
From: Robert Nagy <thuglife at bsd dot hu>
2004-04-11 15:19:08 +00:00
sturm
b7aca7a92b license checks 2003-11-15 15:12:53 +00:00
fgsch
6256399a40 and more.. 2002-12-29 20:19:09 +00:00
avsm
b0ad14257b Drop MAINTAINER for stuff I dont have time to maintain any more. 2002-07-10 20:48:12 +00:00
naddy
ae79bce6b8 bye MASTER_SITE_SUBDIR 2002-05-14 12:07:09 +00:00
espie
d900d189e1 Bump NEED_VERSION 2002-03-21 21:25:50 +00:00
naddy
7670a4e329 Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures.
Bump NEED_VERSION accordingly.
2001-05-10 19:20:40 +00:00
lebel
20cf46b6ea textproc: integrate COMMENT, bump NEED_VERSION. 2001-05-06 04:11:38 +00:00
avsm
bf7a6b8598 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.
2001-01-05 18:14:09 +00:00