./textproc/ruby-feed-normalizer, Extensible Ruby wrapper for Atom and RSS parsers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.2nb1, Package name: ruby27-feed-normalizer-1.5.2nb1, Maintainer: minskim

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.


Required to run:
[textproc/ruby-hpricot] [textproc/ruby-simple-rss] [lang/ruby23-base]

Master sites:

Filesize: 43.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2011-08-12 19:18:16 by Takahiro Kambe | Files touched by this commit (1)
Log message:
This pacakge dosen't need to depend on hoe pacakge.

Bump PKGREVISION.
   2010-09-10 10:09:41 by Takahiro Kambe | Files touched by this commit (3)
Log message:
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.
   2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218)
Log message:
Remove @dirrm entries from PLISTs
   2008-04-04 17:21:25 by Johnny C. Lam | Files touched by this commit (3) | Package updated
Log message:
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.