2009-04-30 22:51:38 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package for p5 module of XML::Atom from 0.33 to 0.34
- Setting license to gnu-gpl-v2
Upstream changes:
0.34 2009.04.29
* Fixed $entry->source support (Martin Atkins)
|
2009-02-22 16:55:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.33:
0.33 2008.01.06
* Client: Send WSSE auth header only when username is set
(Thanks to David Bourget at \
http://rt.cpan.org/Public/Bug/Display.html?id=42201)
|
2008-11-25 11:36:58 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update textproc/p5-XML-Atom to 0.32; changes since 0.31 include:
0.32 2008.11.23
* Added base and lang to Entry and Feed object. Fixed xml:base attributes.
(Simon Wistow)
|
2008-11-14 20:11:16 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update textproc/p5-XML-Atom to 0.31; changes since 0.29 include:
0.31 2008.11.13
* Update Content-Type in XML::Atom::Client when the entity's version >= 1.0
(Thanks to David Steinbrunner RT 39801)
0.30 2008.11.12
* hopefully fix a bug where xml:base returns an empty string
e.g. http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2595696.html
(Thanks to tokuhirom http://d.hatena.ne.jp/tokuhirom/20081110/1226280757)
|
2008-10-28 12:26:11 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update p5-XML-Atom to 0.29; changes since 0.28:
0.29 2008.10.25
* Skips Unicode tests since it doesn't pass with some libxml
versions (and it's not actually a bug)
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
2007-11-29 16:03:22 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.28:
0.28 2007.11.06
* Fixed Namespace handling in extensions so that both URL and NS object work
(Thanks to Brian Cassidy)
0.27_01 2007.10.04
* Removes most of hacks to deal with LibXML insane unicode stuff which are \
fixed with 1.64
0.27 2007.09.15
* Fixed $feed->as_xml_utf8 to work with latest XML::LibXML
0.26 2007.09.15
* This be 0.26
0.25_02 2007.06.20
* Fixed tests that fail with newer libxml (Thanks to knagano)
0.25_01 2007.04.27
* Fixed XML::Atom::Base element accessor to work with attributes
(Patch from LTjake and Jshirley for OpenSearch extension)
* Make XML::Atom::Link easily subclassable
(Patch from Simon Wistow for Google Calendar support)
|
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-12-01 09:30:35 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update p5-XML-Atom to 0.25.
Revision history for XML::Atom
0.25 2006.11.30
* Fixed memory leaks in XML::Atom::Client
(Reported by Brian Cassidy)
0.24 2006.11.25
* Updated document to mention that ID creation is user's responsibility
* Added $feed->as_xml_utf8 which always returns UTF-8 bytes string, \
rather than UTF-8 flagged one.
This addresses annoying issues with UTF-8 vs. latin-1 (Thanks to Rui \
Vilela #21191)
* Better fix for the hateful default: prefix issue in libxml2; now we
remove the default\d* prefix on any nodes and set the proper namespace
URI.
* Fix to the test case since 0x242 is now printable character in bleadperl
(Thanks to Andreas Koenig and Steve Peters)
* Skip tests if 'euc-jp' is unknown encoding on your XML library
(via CPAN testers)
|