diff options
author | abs <abs> | 2008-11-13 22:30:59 +0000 |
---|---|---|
committer | abs <abs> | 2008-11-13 22:30:59 +0000 |
commit | 2d7a1fe5912f969a11c844fda2ebd8f558fa8549 (patch) | |
tree | 2f772c3a36138c4fe5af6f0f4dbf154903a99649 /textproc/p5-XML-Feed | |
parent | 1732edc0e7f1fa29fadb1f5a6b0f4572ac7f78f6 (diff) | |
download | pkgsrc-2d7a1fe5912f969a11c844fda2ebd8f558fa8549.tar.gz |
Updated textproc/p5-XML-Feed to 0.3
0.3 2008-11-04
- Allow more flexible identification of Formats
https://rt.cpan.org/Ticket/Display.html?id=14725
(Brian Cassidy BRICAS)
0.23 2008-10-23
- Fix mixing and matching of RSS and Atom
http://rt.cpan.org/Ticket/Display.html?id=21335
(Shlomi Fish SHLOMIF)
- Note that multiple categories was fixed at some point
http://rt.cpan.org/Ticket/Display.html?id=30234
(mattn)
- Work with xml:base (depending on version of XML::RSS)
http://rt.cpan.org/Ticket/Display.html?id=21135
http://bugs.debian.org/381359
(Gregor Herrmann and Joey Hess)
0.22 2008-10-22
- Correct namespace for terms in RSS
http://rt.cpan.org/Ticket/Display.html?id=25393
(Kent Cowgill KCOWGILL)
- Up the minimum requirement for XML::RSS to 1.31
http://rt.cpan.org/Ticket/Display.html?id=23588
(Andreas König ANDK)
- Created test for
http://rt.cpan.org/Ticket/Display.html?id=18810
(Ryan Tate)
- Allow creation of a self link
http://rt.cpan.org/Ticket/Display.html?id=39924
(Shlomi Fish SHLOMIF)
- Add support for GEORSS
http://rt.cpan.org/Ticket/Display.html?id=39924
(Scott Gifford GIFF)
- Fix fetching through proxies
http://rt.cpan.org/Ticket/Display.html?id=36233
(Trevor Vallender)
0.21 2008.10.15
- Remove the inc directory because it's not needed anymore
0.20 2008.10.15
- Allow specification of the parsing format. Fixes bugs
http://rt.cpan.org/Public/Bug/Display.html?id=35580 and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
(Gregor Herrmann and Martin F Krafft)
- Allow pass through of initialisation options
http://rt.cpan.org/Public/Bug/Display.html?id=24729
(Christopher H. Laco CLACO)
- Force working version XML::Atom
http://rt.cpan.org/Public/Bug/Display.html?id=22548
http://rt.cpan.org/Public/Bug/Display.html?id=19920
- Allow extra Atom accessors
http://rt.cpan.org/Public/Bug/Display.html?id=33881
(Paul Mison PMISON)
- Prevent empty content
http://rt.cpan.org/Public/Bug/Display.html?id=29684
(Dave Rolsky DROLSKY)
- Cope with "updated" and "published" elements
http://rt.cpan.org/Public/Bug/Display.html?id=20763
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498
(Gregor Herrmann and Joey Hess)
- Switch to Module::Build
http://rt.cpan.org/Public/Bug/Display.html?id=38283
http://rt.cpan.org/Public/Bug/Display.html?id=20575
http://rt.cpan.org/Public/Bug/Display.html?id=21300
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 8 |
2 files changed, 14 insertions, 12 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 71fa5f26ed1..08a40d041e5 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:59 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/13 22:30:59 abs Exp $ # -DISTNAME= XML-Feed-0.12 +DISTNAME= XML-Feed-0.3 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xfe CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -15,16 +14,19 @@ COMMENT= Perl syndication feed parser for both RSS and Atom feeds PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler -DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find -DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch -DEPENDS+= p5-XML-Atom>=0.08:../../textproc/p5-XML-Atom -DEPENDS+= p5-XML-RSS>=1.01:../../textproc/p5-XML-RSS 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-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find +DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils +DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable +DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch +DEPENDS+= p5-XML-Atom>=0.23:../../textproc/p5-XML-Atom +DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML +DEPENDS+= p5-XML-RSS>=1.31:../../textproc/p5-XML-RSS -BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser +BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps PERL5_PACKLIST= auto/XML/Feed/.packlist diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index 6c90bc10b04..eb34da53736 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/04/30 22:57:59 heinz Exp $ +$NetBSD: distinfo,v 1.2 2008/11/13 22:30:59 abs Exp $ -SHA1 (XML-Feed-0.12.tar.gz) = 5ad01db48e0cfefb840422ef5af33f292440ae8d -RMD160 (XML-Feed-0.12.tar.gz) = 9ab452aa369fa646bd4b05c63a02a9b9e9815a7c -Size (XML-Feed-0.12.tar.gz) = 39125 bytes +SHA1 (XML-Feed-0.3.tar.gz) = e5369aa0c3d161b8f86c82626eb0c6de00c7b1f3 +RMD160 (XML-Feed-0.3.tar.gz) = 9f2d1f598a1912693f7eecb1f6c3b2b6a060e1e7 +Size (XML-Feed-0.3.tar.gz) = 22062 bytes |