From cb0400ece4350ca223e2d672fe4b4c68ebd08b52 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 18 Feb 2007 03:14:19 +0000 Subject: Update to 1.22: 1.22 - December 17th, 2006 - Fix XML::Feed compatability. Make sure $item->{content} is always setup (broke in 1.20, RT#23822, Shlomi, Andreas J. Koenig) - Fix the tests to work on Win32 (RT#23752, Shlomi, Kenichi Ishigaki) - make add_module work for both RSS 1.0 and 2.0 (RT#16191, RT#18907, RT#13209, Ben Trott, Ivan Willis) - Fixed the problem with a version => "2.0" RSS not parsing correctly the namespaced elements in a RSS 1.0 feed (in RT#23822, Shlomi) - Channel->{link | textInput} (sic) property mapping in RSS 2.0 (RT#9862, Shlomi / chatiman) - Don't fail the tests if Test::Pod::Coverage is missing (reported by Andreas J. Koenig) 1.21 - December 5th, 2006 - Support inserting a XSL stylesheet URL into the XML output (RT#11569, Jason A. Smith, Shlomi Fish) - Remove empty lines in the test_manifest - some versions of Test::Manifest doesn't do the right thing with those. (RT#23678, Hugo van der Sanden) - Add Pod::Coverage tests - More Date Conversion (Shlomi) - Fix for a Markup Injection Vulnerability (RT#23435, Shlomi) 1.20 - November 10th, 2006 - Value for $XML::RSS::modules gets destroyed (RT#18755, Shlomi) - Note that YOU CAN NO LONGER USE $XML::RSS::modules, you have to use the add_modules call as documented! - encode generates warnings for undefined text (RT#13523, Mark Stosberg) - Missing last build date value in RSS 2.0 (RT#19417) - renamed the internal encode method to _encode - RSS 2.0 spec allows omission of title from entry (RT#18817, test from Shlomi) - Can't create "0" values in optional items (RT#11415, based on patch from Shlomi - thanks!) - Remove the executable bit from Makefile.PL - Add test to test regression of CPAN RT#5438 (Shlomi) - More tests... 1.12 - October 25, 2006 - Add more tests - make sure META.yml is correctly generated - Fix enclosure parsing (RT#7920, Tatsuhiko Miyagawa) - Incorrect entity encoding in XML output (RT#22467, reported by Stephen Hall) 1.11 - October 19, 2006 - use HTML::Entities instead of the "homegrown" entity encoding code - Minor doc fix (David Steinbrunner) - Fix encoding of the > char, added tests (RT#19420, Shlomi Fish) - XML::RSS ignores output encoding (RT#11124, RT#7343, test failures on win32, Vaclav Haisman, Steve Peters) - encoding of source element (RT#2285) - use base instead of @ISA - Thanks to Shlomi Fish for helping sorting through the RT queue! --- textproc/p5-XML-RSS/Makefile | 8 ++++++-- textproc/p5-XML-RSS/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'textproc/p5-XML-RSS') diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 61989650717..2b969f73bff 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2006/07/19 22:44:36 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/18 03:14:19 wiz Exp $ -DISTNAME= XML-RSS-1.10 +DISTNAME= XML-RSS-1.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xrs CATEGORIES= textproc perl5 @@ -12,6 +12,10 @@ COMMENT= XML-RSS helps to create and update RSS files DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail +DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser PERL5_PACKLIST= auto/XML/RSS/.packlist diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index a8ad22d61c7..42d1726e902 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/07/19 22:44:36 wiz Exp $ +$NetBSD: distinfo,v 1.6 2007/02/18 03:14:19 wiz Exp $ -SHA1 (XML-RSS-1.10.tar.gz) = 6b48296ed8212d30173d1dd213a4b32ec1d5ed99 -RMD160 (XML-RSS-1.10.tar.gz) = 5e2d173253774287e8acc7e91218492f6300f138 -Size (XML-RSS-1.10.tar.gz) = 38193 bytes +SHA1 (XML-RSS-1.22.tar.gz) = 62dd7408b3c7cb57b19e02cde1a0958682fc8a90 +RMD160 (XML-RSS-1.22.tar.gz) = aac14991ec1a72629cb3e3012047df33242b6aef +Size (XML-RSS-1.22.tar.gz) = 77454 bytes -- cgit v1.2.3