sfeed_curses: Import sfeed_curses-0.8 as news/sfeed_curses
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.
This commit is contained in:
parent
318704d571
commit
dcd5067c8b
4 changed files with 39 additions and 0 deletions
7
news/sfeed_curses/DESCR
Normal file
7
news/sfeed_curses/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
20
news/sfeed_curses/Makefile
Normal file
20
news/sfeed_curses/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/07/17 16:20:17 leot Exp $
|
||||
|
||||
DISTNAME= sfeed_curses-0.8
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= http://codemadness.org/releases/sfeed_curses/
|
||||
|
||||
MAINTAINER= leot@NetBSD.org
|
||||
HOMEPAGE= https://codemadness.org/git/sfeed_curses/file/README.html
|
||||
COMMENT= Sfeed curses UI
|
||||
LICENSE= isc
|
||||
|
||||
USE_LANGUAGES= c99
|
||||
|
||||
MAKE_FLAGS+= PREFIX=${PREFIX:Q}
|
||||
MAKE_FLAGS+= MANPREFIX=${PREFIX:Q}/${PKGMANDIR:Q}
|
||||
MAKE_FLAGS+= CC=${CC:Q}
|
||||
|
||||
REPLACE_SH+= sfeed_markread
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
news/sfeed_curses/PLIST
Normal file
6
news/sfeed_curses/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/07/17 16:20:17 leot Exp $
|
||||
bin/sfeed_curses
|
||||
bin/sfeed_markread
|
||||
man/man1/sfeed_curses.1
|
||||
man/man1/sfeed_markread.1
|
||||
share/doc/sfeed_curses/README
|
6
news/sfeed_curses/distinfo
Normal file
6
news/sfeed_curses/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/07/17 16:20:17 leot Exp $
|
||||
|
||||
SHA1 (sfeed_curses-0.8.tar.gz) = e9c11c52338654d21d944f8c76cf706197efc5ed
|
||||
RMD160 (sfeed_curses-0.8.tar.gz) = abcd3df139bf2faa7e97554dfbb7eb21cc8e0f7f
|
||||
SHA512 (sfeed_curses-0.8.tar.gz) = b783a6fc922e48a864b67e08c79b2c6785689091cedc209be36acf52bdedbf123bcf4d4833572782f8f6613e5aad92cadf8058eeb28b1adbe659b2602a111133
|
||||
Size (sfeed_curses-0.8.tar.gz) = 16327 bytes
|
Loading…
Reference in a new issue