2008-07-15 14:16:09 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- update to 0.604
ChangeLog:
0.604 Thu Feb 21 00:42:06 GMT 2008 <joe@kafsemo.org>
- Patch from Andreas Koenig for lc(undef) warning in 5.11 (#32874).
- Include example code.
|
2008-02-08 13:51:59 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated package to 0.603
- added DESTDIR support
- changed maintainer to rhaen@NetBSD.org
ChangeLog:
0.603 Mon Jun 25 22:31:40 BST 2007 <joe@kafsemo.org>
- Escape all necessary white space in attributes (#25499).
0.602 Sat Nov 11 16:54:22 GMT 2006 <joe@kafsemo.org>
- Fix bugs in test case to avoid breaking with new Perls.
- Make test case work with older Perls, tested against 5.004 (#17288).
- Include pod syntax and coverage tests.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2006-11-07 14:49:18 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-XML-Writer to 0.601.
Changes:
0.601 Fri Sep 1 15:01:45 BST 2006 <joe@kafsemo.org>
- Don't modify list references passed as tag or attribute names
(cpan #14854).
0.600 Thu Jun 30 23:17:00 BST 2005 <joe@kafsemo.org>
- Don't include an encoding in the XML declaration unless one
is specified.
- Check for, and croak on, invalid characters (including ASCII NUL).
- Fixed 'ancestor' with out-of-bounds indexes.
0.545 Mon May 16 08:11:17 BST 2005 <joe@kafsemo.org>
- Format comments like elements when in data mode.
- Only attempt Unicode tests for Perl >= 5.8.1.
0.540 Tue May 10 18:18:58 BST 2005 <joe@kafsemo.org>
- Don't die when ENCODING is specified with a scalar OUTPUT.
- Add support for US-ASCII encoding.
0.531 Mon Mar 14 22:11:33 GMT 2005 <joe@kafsemo.org>
- Rename internal String package to avoid clash with external modules.
- Fix Unicode test skipping for Perls before 5.8.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 15:48:51 by Alistair G. Crooks | Files touched by this commit (259) |
Log message:
Add RMD160 digests to the SHA1 ones.
|
2005-02-19 20:40:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.530:
0.530 Tue Feb 1 13:09:31 GMT 2005
- Allow scalar references for the OUTPUT parameter, inspired by
Simon Oliver's XML::Writer::String (patch from Yanick Champoux)
- Added ENCODING parameter; currently only UTF-8 is supported
- Escape newlines in attribute values
0.520 Wed Sep 1 16:18:46 BST 2004
- Fixed bug with forced declaration of the default namespace (#7266)
- Removed dead code. Added copyright notices to pod.
- Improved test coverage
0.510 Tue May 25 19:46:04 BST 2004
- Permitted in-document namespace prefix control
- Don't reopen STDOUT for output (closes #6232)
- Moved tests into t/. Added tests for mid-document namespace changes.
Show diffs when comparison tests fail
|