diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-16 09:47:47 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-16 09:47:47 +0000 |
commit | 15cb8b57eb720c1f09e89ccb8a5446ae203386ed (patch) | |
tree | 006aef9c5ddb72d96e11a94a38dad1bb0bff9934 /textproc | |
parent | 15dd3ff48c1aa69794f8ce75b0e1d6603fb858dd (diff) | |
download | pkgsrc-15cb8b57eb720c1f09e89ccb8a5446ae203386ed.tar.gz |
- updated to 1.3022
- took maintainership
ChangeLog:
1.3022July 18 2007
- Changed XML::RAI::Object's date handler to avoid an apparent bug in
Date::Format::strftime. Thanks to Tim Sweetman.
1.301Nov 20 2005
- Fixed Makefile dependencies
1.3 Nov 18 2005
- Seperated out XML::RSS::Parser reversing a bad idea.
- Introduced add_mapping method to all objects.
- Now requires XML::RSS::Parser 4.0.
- Various mapping tweaks.
- Numerous bug fixes.
- Test. A lot of them.
1.21 Jul 16 2005
- Replaced use of Style param in XML::RSS::Parser constructor with
standard Handlers param. This lowered the prerequisite version of
XML::Parser needed.
1.2 Jan 16 2005
- POTENTIAL BREAK: XML::RAI::Object::source has been renamed src. This fixes
a boneheaded oversight where XML::RAI::Item had two documented source
methods. The source method for retreiving any RSS source attributes
was overloading the XML::RAI::Object source method to retreive the
underlying XML::RSS::Parser::Element object. This was completely fouling
up retreival in an ARRAY context for all the RSS methods in the
XML::RAI::Item class. This change required numerous modifications
throughout the XML::RAI classes to reflect this naming change.
1.11 Jan 09 2005
- Fixed condition that was generating "Use of uninitialized value in
localtime" warning.
1.1 Jan 09 2005
- Dropped POSIX dependency in favor of Date::Format.
- Added EPOCH time formatting option
- Fixed time_format bug were PASS_THRU could not be set. (Kevin Frost)
- Fixed PASS_THRU bug were an XML::RSS::Parser::Element object would be
returned instead of a string. (Kevin Frost)
- Fixed bug were date normalization was ignoring timezone and using the
local system timezone instead. (Kevin Frost)
1.04 Nov 22 2004
- Added the Technorati API namespace to XML::Parser::Element.
1.03 Nov 06 2004
- Fixed RAI->item_count bug that was returning one less then the
actual count. (Jason Swan)
1.02 Oct 16 2004
- Added missing Class::XPath dependency to Makefile.PL
1.01 Sep 30 2004
- Corrected XML::RSS::Parser prerequisite version to 3.
- Added prerequisite version of Date::Parse to 2.26 in RAI::Object.
- Switched use of deprecated value method to text_content in
RAI::Object.
1.00 Sep 29 2004
- Integrated XML::RSS::Parser package into RAI.
- Refactored XML::RSS::Parser to use XML::Elemental package and
true tree structure.
- Introduced XML::RSS::Parser::Characters class
- Exposed internal methods for use with Class::XPath in Element
- Added more graceful handling of unrecognized namespace URIs
- Deprecated value and append_value. BREAKAGE: Regretfully value method
will not work the same as version 2x of the RSS Parser in some cases.
This is due to the adoption of a tree model and how text is handled.
- Added as_xml method for reimplementing the version 2x pass-thru
functionality under the tree structure.
0.52 Aug 14 2004
- Removed lastBuildDate from the RAI::Item created and modified mappings. A
good idea gone bad if you are trying to merge feeds and list out entries
chronological order.
- Added minimum version of 0 to POSIX an Date::Parse in Makefile.PL.
- Time handlers (created, modified etc) return UTC rather then local time
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RAI/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-RAI/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile index f64736540e3..8d43a48244f 100644 --- a/textproc/p5-XML-RAI/Makefile +++ b/textproc/p5-XML-RAI/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:51 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/07/16 09:47:47 rhaen Exp $ -DISTNAME= XML-RAI-0.51 +DISTNAME= XML-RAI-1.3022 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org COMMENT= Maps RSS tags to one common simplified interface -DEPENDS+= p5-XML-RSS-Parser>=2.15:../../textproc/p5-XML-RSS-Parser +DEPENDS+= p5-XML-RSS-Parser>=4.0:../../textproc/p5-XML-RSS-Parser DEPENDS+= p5-TimeDate>=1.14:../../time/p5-TimeDate PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-XML-RAI/distinfo b/textproc/p5-XML-RAI/distinfo index ba61ae6eafa..b369630aaa1 100644 --- a/textproc/p5-XML-RAI/distinfo +++ b/textproc/p5-XML-RAI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:47 agc Exp $ +$NetBSD: distinfo,v 1.3 2008/07/16 09:47:47 rhaen Exp $ -SHA1 (XML-RAI-0.51.tar.gz) = d9aae92b8c8551ae91cd9a07a16e0d34dcb082ff -RMD160 (XML-RAI-0.51.tar.gz) = bd9b891d5f78bcfc157a2866cc5a276b83a01f00 -Size (XML-RAI-0.51.tar.gz) = 8326 bytes +SHA1 (XML-RAI-1.3022.tar.gz) = 882981953909bd0ea86b4d9f57c3b27d9fd64c31 +RMD160 (XML-RAI-1.3022.tar.gz) = c4b8a426dbbffdb25f8130d9188293c01bce1b54 +Size (XML-RAI-1.3022.tar.gz) = 17016 bytes |