1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Sfeed is a RSS and Atom parser (and some format programs).

It converts RSS or Atom feeds from XML to a TAB-separated file. There
are formatting programs included to convert this TAB-separated format to
various other formats. There are also some programs and scripts included
to import and export OPML and to fetch, filter, merge and order feed
items.

WWW: https://codemadness.org/sfeed-simple-feed-parser.html
This commit is contained in:
Mark Felder 2020-12-11 17:01:12 +00:00
parent 6a71defe29
commit ab3053737f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557751
5 changed files with 54 additions and 0 deletions

View File

@ -2126,6 +2126,7 @@
SUBDIR += serendipity
SUBDIR += serf
SUBDIR += servlet-api
SUBDIR += sfeed
SUBDIR += sfnt2woff
SUBDIR += shellinabox
SUBDIR += shttpd

13
www/sfeed/Makefile Normal file
View File

@ -0,0 +1,13 @@
# $FreeBSD$
PORTNAME= sfeed
PORTVERSION= 0.9.19
CATEGORIES= www
MASTER_SITES= https://codemadness.org/releases/sfeed/
MAINTAINER= feld@FreeBSD.org
COMMENT= RSS and Atom parser
LICENSE= ISCL
.include <bsd.port.mk>

3
www/sfeed/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1607705889
SHA256 (sfeed-0.9.19.tar.gz) = fb86f317ebfcb6f2a325be22acf3bc2057bb435bbfc5c6d0dfae7637a8a85f8f
SIZE (sfeed-0.9.19.tar.gz) = 35900

9
www/sfeed/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
Sfeed is a RSS and Atom parser (and some format programs).
It converts RSS or Atom feeds from XML to a TAB-separated file. There
are formatting programs included to convert this TAB-separated format to
various other formats. There are also some programs and scripts included
to import and export OPML and to fetch, filter, merge and order feed
items.
WWW: https://codemadness.org/sfeed-simple-feed-parser.html

28
www/sfeed/pkg-plist Normal file
View File

@ -0,0 +1,28 @@
bin/sfeed
bin/sfeed_atom
bin/sfeed_frames
bin/sfeed_gopher
bin/sfeed_html
bin/sfeed_mbox
bin/sfeed_opml_export
bin/sfeed_opml_import
bin/sfeed_plain
bin/sfeed_twtxt
bin/sfeed_update
bin/sfeed_web
bin/sfeed_xmlenc
man/man1/sfeed.1.gz
man/man1/sfeed_atom.1.gz
man/man1/sfeed_frames.1.gz
man/man1/sfeed_gopher.1.gz
man/man1/sfeed_html.1.gz
man/man1/sfeed_mbox.1.gz
man/man1/sfeed_opml_export.1.gz
man/man1/sfeed_opml_import.1.gz
man/man1/sfeed_plain.1.gz
man/man1/sfeed_twtxt.1.gz
man/man1/sfeed_update.1.gz
man/man1/sfeed_web.1.gz
man/man1/sfeed_xmlenc.1.gz
man/man5/sfeed.5.gz
man/man5/sfeedrc.5.gz