Sat Jan 5 12:46:25 2013 UTC ()
Update to 0.51

Upstream changes:
2012-07-10  Dave Cross <dave@dave.org.uk>

  * Change the User Agent to identify as XML::Feed  (SZABGAB)
    as two sites refused to server the default user agent:
      http://code.foo.no/feed gave 'Bad Behavior'
      http://thorsen.pm/atom gave 'Forbidden'

2012-04-10  Jakob Voss <voss@gbv.de>

  * Add support for RFC 5005 Feed Paging and Archiving in Atom feeds

2012-04-05  Dave Cross <dave@dave.org.uk>

  * lib/XML/Feed.pm: Remove svn tag.

  * lib/XML/Feed.pm: Changed contact details from non-working 6A email address.

  * lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm:
  Added an image() method to Feed objects. Does something useful for RSS feeds;
  not for Atom feeds currently.

2012-04-10  Jakob Voss <voss@gbv.de>

  * Changes, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, t/02-create.t: Add support for RFC 5005 Feed
  Paging and Archiving in Atom feeds

2012-04-06  Dave Cross <dave@dave.org.uk>

  * Changes, lib/XML/Feed.pm: Bump version for release.

2012-03-06  Gabor Szabo <szabgab@gmail.com>

  * lib/XML/Feed.pm, lib/XML/Feed/Entry.pm: add links to the POD

2012-02-19  Gabor Szabo <szabgab@gmail.com>

  * lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm,
  lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm: split up files to
  individual packages

2011-12-11  Dave Cross <dave@dave.org.uk>

  * MANIFEST, lib/XML/Feed/Format/RSS.pm, t/22-bug73160.t,
  t/samples/rss10-datespaces.xml: Added tests for bug 73160. And code to make
  them pass.

2011-09-03  Dave Cross <dave@dave.org.uk>

  * MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, t/20-no-enclosures.t, t/21-rss2-permalinks.t,
  t/samples/rss20-p.xml: Closed a few tickets from the RT queue as an excuse
  for a new release. Bumped to version 0.46.

2011-07-30  Dave Cross <dave@dave.org.uk>

  * MANIFEST, MANIFEST.SKIP, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
  t/18-double2.t, t/19-double3.t, t/samples/rss20-double.xml: Another round of
  changes to fix (and test)
  https://rt.cpan.org/Public/Bug/Display.html?id=44899


(wen)
diff -r1.13 -r1.14 pkgsrc/textproc/p5-XML-Feed/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/p5-XML-Feed/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/textproc/p5-XML-Feed/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-Feed/Makefile 2012/10/25 06:56:35 1.13
+++ pkgsrc/textproc/p5-XML-Feed/Makefile 2013/01/05 12:46:25 1.14
@@ -1,35 +1,34 @@ @@ -1,35 +1,34 @@
1# $NetBSD: Makefile,v 1.13 2012/10/25 06:56:35 asau Exp $ 1# $NetBSD: Makefile,v 1.14 2013/01/05 12:46:25 wen Exp $
2# 2#
3 3
4DISTNAME= XML-Feed-0.44 4DISTNAME= XML-Feed-0.51
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5xfe 6SVR4_PKGNAME= p5xfe
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
10 9
11MAINTAINER= heinz@NetBSD.org 10MAINTAINER= heinz@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/XML-Feed/ 11HOMEPAGE= http://search.cpan.org/dist/XML-Feed/
13COMMENT= Perl syndication feed parser for both RSS and Atom feeds 12COMMENT= Perl syndication feed parser for both RSS and Atom feeds
14LICENSE= gnu-gpl-v2 # OR artistic 13LICENSE= gnu-gpl-v2 # OR artistic
15 14
16DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler 15DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
17DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 16DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
18DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail 17DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail
19DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF 18DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
20DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find 19DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find
21DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils 20DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
22DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable 21DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
23DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch 22DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch
24DEPENDS+= p5-XML-Atom>=0.32:../../textproc/p5-XML-Atom 23DEPENDS+= p5-XML-Atom>=0.38:../../textproc/p5-XML-Atom
25DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML 24DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML
26DEPENDS+= p5-XML-RSS>=1.40:../../textproc/p5-XML-RSS 25DEPENDS+= p5-XML-RSS>=1.47:../../textproc/p5-XML-RSS
27 26
28BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser 27BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
29BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 28BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
30 29
31MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps 30MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
32PERL5_PACKLIST= auto/XML/Feed/.packlist 31PERL5_PACKLIST= auto/XML/Feed/.packlist
33 32
34.include "../../lang/perl5/module.mk" 33.include "../../lang/perl5/module.mk"
35.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/textproc/p5-XML-Feed/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-Feed/distinfo 2011/10/07 02:08:10 1.6
+++ pkgsrc/textproc/p5-XML-Feed/distinfo 2013/01/05 12:46:25 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2011/10/07 02:08:10 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.7 2013/01/05 12:46:25 wen Exp $
2 2
3SHA1 (XML-Feed-0.44.tar.gz) = 2039cde56bcb56f07b6552a45c01dcf22c9effb2 3SHA1 (XML-Feed-0.51.tar.gz) = 3e0991e68858e1298f96015d021f3fe10f2c5ef9
4RMD160 (XML-Feed-0.44.tar.gz) = c9ca5d399ddc74b2a3f1044f45b3b41a6de26c8a 4RMD160 (XML-Feed-0.51.tar.gz) = 3d7428fe4165d2b0d31ac89d47b76579f3a6dabb
5Size (XML-Feed-0.44.tar.gz) = 44971 bytes 5Size (XML-Feed-0.51.tar.gz) = 51404 bytes