| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 18:18:19
4.0_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
10 Jun 2012 18:42:48
4.0_1
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
03 Jul 2011 14:40:25
4.0_1
|
ohauer  |
-remove MD5 |
26 Feb 2008 07:25:47
4.0_1
|
leeym  |
- use CPAN macro
- remove the already-in-perl-core-list modules from dependency
- bump PORTREVISION |
21 Apr 2006 04:09:07
4.0
|
leeym  |
- add p5-XML-RSS-Parser 4.0
XML::RSS::Parser is a lightweight liberal parser of RSS feeds. This parser
is "liberal" in that it does not demand compliance of a specific RSS version
and will attempt to gracefully handle tags it does not expect or understand.
The parser's only requirements is that the file is well-formed XML and
remotely resembles RSS. Roughly speaking, well formed XML with a channel
element as a direct sibling or the root tag and item elements etc.
There are a number of advantages to using this module then just using
a standard parser-tree combination. There are a number of different RSS
formats in use today. In very subtle ways these formats are not entirely
compatible from one to another. XML::RSS::Parser makes a couple assumptions
to "normalize" the parse tree into a more consistent form. For instance,
it forces channel and item into a parent-child relationship.
WWW: http://search.cpan.org/dist/XML-RSS-Parser/ |
13 Oct 2004 08:06:04
2.15
|
arved  |
Remove this ports.
Version 3 of this module is now part of the p5-XML-RAI port
Approved by: clsung (Maintainer) |
20 Aug 2004 02:56:44
2.15
|
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
18 May 2004 16:20:13
2.15
|
mat  |
Update to 2.15
PR: 66819
Submitted by: Cheng-Lung Sung <clsung at dragon2 dot net> (maintainer) |
07 Apr 2004 14:42:50
2.14
|
vanilla  |
Upgrade to 2.14.
PR: ports/65283
Submitted by: maintainer |
31 Mar 2004 03:12:58
2.01
|
trevor  |
SIZEify (maintainer timeout) |
02 Feb 2004 08:59:08
2.01
|
krion  |
- Update to version 2.01
PR: ports/62243
Submitted by: maintainer |
07 Jan 2004 00:59:07
1.02
|
leeym  |
- from 1.01 to 1.02
- Fixed bug in element method of Block object where map keys
were created when an undefined element was called.
- Better handling of ignored elements to avoid "noise" from
being included in the result. Added xhtml:body and
foaf:Person to the list for now.
PR: 60978
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
02 Jan 2004 12:02:39
1.01
|
erwin  |
- update from 0.21 to 1.01
- grab maintainership
- change depenency from XML-RSS to XML-Parser
- OO Rewrite.
- Documentation fixes.
PR: 60821
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
06 Sep 2003 03:17:31
0.21
|
foxfair  |
Add p5-XML-RSS-Parser v0.21, A liberal parser for RSS Feeds. |