diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-15 05:55:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-15 05:55:19 +0800 |
commit | a027a89732c4abf07c6322482d020103965b88d5 (patch) | |
tree | 204bd78812f1baa343f0ed57a19f68914bafa5b6 /www/Makefile | |
parent | dfd9a477e00c7763a1ae29678578e98f1c0e6954 (diff) | |
download | freebsd-ports-gnome-a027a89732c4abf07c6322482d020103965b88d5.tar.gz freebsd-ports-gnome-a027a89732c4abf07c6322482d020103965b88d5.tar.zst freebsd-ports-gnome-a027a89732c4abf07c6322482d020103965b88d5.zip |
Feed normalizer wraps various RSS and Atom parsers, and returns
a single unified object graph, regardless of the underlying feed format.
Feed normalizer attempts to parse a given feed using all available
configured parsers.
Feed normalizer is useful when the representation of the data of
an underlying RSS/Atom feed should be the same regardless of the underlying
format and its terminology.
WWW: http://rubyforge.org/projects/feed-normalizer/
PR: ports/136758
Submitted by: TERAMOTO Masahiro <markun at onohara.to>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7b3e4a10e28c..2a77781f072d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1370,6 +1370,7 @@ SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-bluecloth SUBDIR += rubygem-erubis + SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-haml SUBDIR += rubygem-hpricot SUBDIR += rubygem-htauth |