pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/sfeed_curses
Module Name: pkgsrc
Committed By: leot
Date: Fri Jul 17 16:20:18 UTC 2020
Added Files:
pkgsrc/news/sfeed_curses: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/news/sfeed_curses/DESCR \
pkgsrc/news/sfeed_curses/Makefile pkgsrc/news/sfeed_curses/PLIST \
pkgsrc/news/sfeed_curses/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/news/sfeed_curses/DESCR
diff -u /dev/null pkgsrc/news/sfeed_curses/DESCR:1.1
--- /dev/null Fri Jul 17 16:20:18 2020
+++ pkgsrc/news/sfeed_curses/DESCR Fri Jul 17 16:20:17 2020
@@ -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.
Index: pkgsrc/news/sfeed_curses/Makefile
diff -u /dev/null pkgsrc/news/sfeed_curses/Makefile:1.1
--- /dev/null Fri Jul 17 16:20:18 2020
+++ pkgsrc/news/sfeed_curses/Makefile Fri Jul 17 16:20:17 2020
@@ -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@localhost
+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"
Index: pkgsrc/news/sfeed_curses/PLIST
diff -u /dev/null pkgsrc/news/sfeed_curses/PLIST:1.1
--- /dev/null Fri Jul 17 16:20:18 2020
+++ pkgsrc/news/sfeed_curses/PLIST Fri Jul 17 16:20:17 2020
@@ -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
Index: pkgsrc/news/sfeed_curses/distinfo
diff -u /dev/null pkgsrc/news/sfeed_curses/distinfo:1.1
--- /dev/null Fri Jul 17 16:20:18 2020
+++ pkgsrc/news/sfeed_curses/distinfo Fri Jul 17 16:20:17 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index