Skip to content

Commit

Permalink
www/sfeed: Update to 1.5
Browse files Browse the repository at this point in the history
- Add LICENSE_FILE
- Add DOCS option
- Strip binary executables
- Take maintainership

Changes:	https://codemadness.org/git/sfeed/log.html
  • Loading branch information
sunpoet committed May 22, 2022
1 parent 52e24af commit 43ec765
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
12 changes: 10 additions & 2 deletions www/sfeed/Makefile
@@ -1,11 +1,19 @@
PORTNAME= sfeed
PORTVERSION= 1.0
PORTVERSION= 1.5
CATEGORIES= www
MASTER_SITES= https://codemadness.org/releases/sfeed/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RSS and Atom parser

LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE

CFLAGS+= -D__BSD_VISIBLE

OPTIONS_DEFINE= DOCS

post-install:
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} sfeed sfeed_atom sfeed_curses sfeed_frames sfeed_gopher sfeed_html sfeed_mbox sfeed_opml_import sfeed_plain sfeed_twtxt sfeed_web sfeed_xmlenc

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions www/sfeed/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1630679359
SHA256 (sfeed-1.0.tar.gz) = 46bf3336046789e5001541588c27af92f517a017d8cd377d0feeb64268e5687a
SIZE (sfeed-1.0.tar.gz) = 39349
TIMESTAMP = 1653151050
SHA256 (sfeed-1.5.tar.gz) = 0a0024bd958b9b00f1b7c29501f1580e3859330102ffd75a8922f50ff8955fd1
SIZE (sfeed-1.5.tar.gz) = 65067
11 changes: 5 additions & 6 deletions www/sfeed/pkg-descr
@@ -1,9 +1,8 @@
Sfeed is a RSS and Atom parser (and some format programs).
Sfeed is an 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.
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
10 changes: 10 additions & 0 deletions www/sfeed/pkg-plist
@@ -1,8 +1,11 @@
bin/sfeed
bin/sfeed_atom
bin/sfeed_content
bin/sfeed_curses
bin/sfeed_frames
bin/sfeed_gopher
bin/sfeed_html
bin/sfeed_markread
bin/sfeed_mbox
bin/sfeed_opml_export
bin/sfeed_opml_import
Expand All @@ -13,9 +16,12 @@ bin/sfeed_web
bin/sfeed_xmlenc
man/man1/sfeed.1.gz
man/man1/sfeed_atom.1.gz
man/man1/sfeed_content.1.gz
man/man1/sfeed_curses.1.gz
man/man1/sfeed_frames.1.gz
man/man1/sfeed_gopher.1.gz
man/man1/sfeed_html.1.gz
man/man1/sfeed_markread.1.gz
man/man1/sfeed_mbox.1.gz
man/man1/sfeed_opml_export.1.gz
man/man1/sfeed_opml_import.1.gz
Expand All @@ -26,3 +32,7 @@ man/man1/sfeed_web.1.gz
man/man1/sfeed_xmlenc.1.gz
man/man5/sfeed.5.gz
man/man5/sfeedrc.5.gz
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.xml
%%PORTDOCS%%%%DOCSDIR%%/sfeedrc.example
%%PORTDOCS%%%%DOCSDIR%%/style.css

0 comments on commit 43ec765

Please sign in to comment.