Commit graph

5 commits

Author SHA1 Message Date
taca
487e5e33cb This pacakge dosen't need to depend on hoe pacakge.
Bump PKGREVISION.
2011-08-12 17:18:16 +00:00
taca
7bcc88a618 Update textproc/ruby-feed-normalizer to 1.5.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.
2010-09-10 08:09:41 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
jlam
de3b7dc3ca Update ruby-feed-normalizer to version 1.5.1. Changes from version 1.3.0
include:

+ Install as a Ruby gem.

* Add support for new fields:
  * Atom 0.3: issued is now available through entry.date_published.
  * RSS: feed.skip_hours, feed.skip_days, feed.ttl
  * All: entry.last_updated, this is an alias to entry.date_published for RSS.
* Rewrite relative links in content
* Handle CDATA sections consistently across all formats.
* Prevent SimpleRSS from doing its own escaping.
* Reparse Time classes
* Support content:encoded. Accessible via Entry#content.
* Support categories. Accessible via Entry#categories.
* Introduces a new parsing feature 'loose parsing'.
* Add support for applicable dublin core elements. (dc:date and dc:creator)
* Feeds can now be dumped to YAML.
* Reduced the greediness of a regexp that was removing html comments.
2008-04-04 15:21:25 +00:00
minskim
3fa9aee42a Import ruby-feed-normalizer.
Feed normalizer is an extensible Ruby wrapper for Atom and RSS
parsers.  It wraps various RSS and Atom parsers, and returns a single
unified object graph, regardless of the underlying feed format.
2007-06-11 04:40:37 +00:00