2006-11-06 14:31:13 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-XML-SAX-Writer to 1.50.
pkgsrc-changes:
fix dependency. add p5-XML-SAX (XML::SAX::Exception), p5-Text-Iconv and
p5-XML-Filter-BufferText, and delete p5-File-Temp-[0-9]* (already in base
perl package)
Changes:
0.50 - Sep 14, 2006
- fixed redundant skipped entity at start_dtd
(RT.cpan.org #18546)
- attribute_decl expects Mode instead of ValueDefault property
to fit to Perl SAX 2.1 (ValueDefault still supported)
- fixed make test failure with Text::Iconv 1.3 or higher
(RT.cpan.org #7436 and #9690)
- fixed make test failure on VMS
(RT.cpan.org #18663)
- fixed dropped output on encoding conversion errors
(RT.cpan.org #17177)
|
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:21:58 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
Initial import of p5-XML-SAX-Writer-0.44:
A new XML Writer was needed to match the SAX2 effort because quite
naturally no existing writer understood SAX2. My first intention
had been to start patching XML::Handler::YAWriter as it had previously
been my favourite writer in the SAX1 world.
However the more I patched it the more I realised that what I
thought was going to be a simple patch (mostly adding a few event
handlers and changing the attribute syntax) was turning out to be
a rewrite due to various ideas I'd been collecting along the way.
Besides, I couldn't find a way to elegantly make it work with SAX2
without breaking the SAX1 compatibility which people are probably
still using. There are of course ways to do that, but most require
user interaction which is something I wanted to avoid.
So in the end there was a new writer. I think it's in fact better
this way as it helps keep SAX1 and SAX2 separated.
|