Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 17:01:12 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557751 - in head/www: . sfeed
Message-ID:  <202012111701.0BBH1Coo001670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Dec 11 17:01:12 2020
New Revision: 557751
URL: https://svnweb.freebsd.org/changeset/ports/557751

Log:
  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

Added:
  head/www/sfeed/
  head/www/sfeed/Makefile   (contents, props changed)
  head/www/sfeed/distinfo   (contents, props changed)
  head/www/sfeed/pkg-descr   (contents, props changed)
  head/www/sfeed/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Dec 11 16:37:58 2020	(r557750)
+++ head/www/Makefile	Fri Dec 11 17:01:12 2020	(r557751)
@@ -2126,6 +2126,7 @@
     SUBDIR += serendipity
     SUBDIR += serf
     SUBDIR += servlet-api
+    SUBDIR += sfeed
     SUBDIR += sfnt2woff
     SUBDIR += shellinabox
     SUBDIR += shttpd

Added: head/www/sfeed/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sfeed/Makefile	Fri Dec 11 17:01:12 2020	(r557751)
@@ -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>

Added: head/www/sfeed/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sfeed/distinfo	Fri Dec 11 17:01:12 2020	(r557751)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607705889
+SHA256 (sfeed-0.9.19.tar.gz) = fb86f317ebfcb6f2a325be22acf3bc2057bb435bbfc5c6d0dfae7637a8a85f8f
+SIZE (sfeed-0.9.19.tar.gz) = 35900

Added: head/www/sfeed/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sfeed/pkg-descr	Fri Dec 11 17:01:12 2020	(r557751)
@@ -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

Added: head/www/sfeed/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sfeed/pkg-plist	Fri Dec 11 17:01:12 2020	(r557751)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012111701.0BBH1Coo001670>