update to sfeed-1.1, rolling sfeed_curses into the main distribution

from Hiltjo Posthuma
This commit is contained in:
sthen 2021-11-28 12:41:28 +00:00
parent 6f9e401d54
commit 902c8dc7eb
8 changed files with 19 additions and 59 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1055 2021/11/25 09:29:52 sthen Exp $
# $OpenBSD: Makefile,v 1.1056 2021/11/28 12:41:28 sthen Exp $
SUBDIR =
SUBDIR += analog
@ -529,7 +529,6 @@
SUBDIR += seamonkey-i18n
SUBDIR += selfoss
SUBDIR += sfeed
SUBDIR += sfeed_curses
SUBDIR += slowhttptest
SUBDIR += snownews
SUBDIR += sogo

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/09/08 08:05:37 fcambus Exp $
# $OpenBSD: Makefile,v 1.2 2021/11/28 12:41:28 sthen Exp $
COMMENT = RSS/Atom newsreader and formatting programs
DISTNAME = sfeed-1.0
DISTNAME = sfeed-1.1
CATEGORIES = www
HOMEPAGE = https://codemadness.org/sfeed.html
@ -15,7 +15,7 @@ MASTER_SITES = https://codemadness.org/releases/sfeed/
# uses pledge()
# uses unveil()
WANTLIB += c
WANTLIB += c curses
MAKE_FLAGS = CC='${CC}' \
CFLAGS='${CFLAGS}' \
@ -23,7 +23,10 @@ MAKE_FLAGS = CC='${CC}' \
COMPATOBJ=''
# (optional) run-time dependencies for sfeed_update script:
# iconv: needed only for feeds that are not UTF-8 encoded.
# * iconv: needed only for feeds that are not UTF-8 encoded.
# * xdg-open: for opening links or enclosures in sfeed_curses.
# * xclip: for copying a link to the clipboard in sfeed_curses.
# * lynx: for converting HTML to plain-text in sfeed_content.
RUN_DEPENDS = converters/libiconv
NO_TEST = Yes

View File

@ -1,2 +1,2 @@
SHA256 (sfeed-1.0.tar.gz) = Rr8zNgRnieUAFUFYjCevkvUXoBfYzTd9D+62QmjlaHo=
SIZE (sfeed-1.0.tar.gz) = 39349
SHA256 (sfeed-1.1.tar.gz) = hIHn3wfZ7mbW5Q9F9h/P9iue/pxGhhYO9wiD1gg6Je8=
SIZE (sfeed-1.1.tar.gz) = 60644

View File

@ -1,9 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/09/08 08:05:37 fcambus Exp $
@comment $OpenBSD: PLIST,v 1.2 2021/11/28 12:41:28 sthen Exp $
@conflict sfeed_curses-*
@pkgpath www/sfeed_curses
@bin bin/sfeed
@bin bin/sfeed_atom
bin/sfeed_content
@bin bin/sfeed_curses
@bin bin/sfeed_frames
@bin bin/sfeed_gopher
@bin bin/sfeed_html
bin/sfeed_markread
@bin bin/sfeed_mbox
bin/sfeed_opml_export
@bin bin/sfeed_opml_import
@ -14,9 +19,12 @@ bin/sfeed_update
@bin bin/sfeed_xmlenc
@man man/man1/sfeed.1
@man man/man1/sfeed_atom.1
@man man/man1/sfeed_content.1
@man man/man1/sfeed_curses.1
@man man/man1/sfeed_frames.1
@man man/man1/sfeed_gopher.1
@man man/man1/sfeed_html.1
@man man/man1/sfeed_markread.1
@man man/man1/sfeed_mbox.1
@man man/man1/sfeed_opml_export.1
@man man/man1/sfeed_opml_import.1

View File

@ -1,32 +0,0 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/09/08 08:07:05 fcambus Exp $
COMMENT = curses UI front-end for sfeed
DISTNAME = sfeed_curses-1.0
CATEGORIES = www
HOMEPAGE = https://codemadness.org/sfeed_curses.html
MAINTAINER = Hiltjo Posthuma <hiltjo@codemadness.org>
# ISC
PERMIT_PACKAGE = Yes
MASTER_SITES = https://codemadness.org/releases/sfeed_curses/
# uses pledge()
WANTLIB += c curses
MAKE_FLAGS = CC='${CC}' \
CFLAGS='${CFLAGS}' \
LDFLAGS='${LDFLAGS}'
# optional run-time dependencies:
# for opening links or enclosures: xdg-open
# for the sfeed_content script and converting HTML to plain-text: lynx
# for copying a link to the clipboard: xclip
RUN_DEPENDS = www/sfeed
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (sfeed_curses-1.0.tar.gz) = +Qsm4Z48RFfIjUMOz8z0KFdtmvHVYCQKwdw8Ebc+TBI=
SIZE (sfeed_curses-1.0.tar.gz) = 23381

View File

@ -1,7 +0,0 @@
sfeed_curses is a curses UI front-end for sfeed.
It shows the TAB-separated feed items in a graphical command-line UI. The
interface has a look inspired by the mutt mail client. It has a sidebar panel
for the feeds, a panel with a listing of the items and a small statusbar for
the selected item/url. Some functions like searching and scrolling are
integrated in the interface itself.

View File

@ -1,9 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/09/08 08:07:05 fcambus Exp $
bin/sfeed_content
@bin bin/sfeed_curses
bin/sfeed_markread
@man man/man1/sfeed_content.1
@man man/man1/sfeed_curses.1
@man man/man1/sfeed_markread.1
share/doc/sfeed_curses/
share/doc/sfeed_curses/README