mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
ab3053737f
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
14 lines
217 B
Makefile
14 lines
217 B
Makefile
# $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>
|