summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Feed
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron1-2/+2
2013-01-05Update to 0.51wen2-9/+8
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
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-10-07Update p5-XML-Feed to 0.44.hiramatsu2-7/+6
Change from previous: 0.44 - Fix problem with HTML escaping in conversion https://rt.cpan.org/Public/Bug/Display.html?id=44899 (Dave Cross & Shlomi Fish)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-05-21pkgsrc changes:sno2-6/+7
- Updating package for p5 module XML::Feed from 0.42 to 0.43 - Setting gnu-gpl-v2 as license Upstream changes: 0.43 - Add optional multi enclosure support
2009-04-24PkgSrc changes:sno2-8/+8
- Updating package for p5 module XML::Feed to 0.42 from 0.41 Upstream changes: 0.42 - Fix conversion of multi value fields http://rt.cpan.org/Ticket/Display.html?id=41794 (Mario Domgoergen) - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred. (Tatsuhiko Miyagawa) - Added support for enclosures
2009-02-23Restore p5- prefix.joerg1-1/+2
2009-02-22Update to 0.41:wiz2-9/+8
0.41 - Add handling for multiple categories/tags, including patch from Shlomi Fish (SHLOMIF) http://rt.cpan.org/Ticket/Display.html?id=41396 - Force v1.40 of XML::RSS to get proper multiple category support 0.40 - Force v1.37 of XML::RSS to get proper xml:base support - Force v0.32 of XML::Atom to fix http://rt.cpan.org/Ticket/Display.html?id=40766 (Thanks to David Brownlee for the help in fixing) - Add support for format() in Entry
2008-12-26Call this version 0.3 as 0.30 to avoid downgrade.obache1-2/+2
Previous version was named as 0.12.
2008-11-13Updated textproc/p5-XML-Feed to 0.3abs2-12/+14
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
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-04-30Initial import of p5-XML-Feed 0.12.heinz4-0/+47
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. The goal of XML::Feed is to provide a unified API for parsing and using the various syndication formats. The different flavors of RSS and Atom handle data in different ways: date handling; summaries and content; escaping and quoting; etc. This module attempts to remove those differ- ences by providing a wrapper around the formats and the classes imple- menting those formats (XML::RSS and XML::Atom::Feed).