summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-08-08 10:52:19 +0000
committerleot <leot@pkgsrc.org>2021-08-08 10:52:19 +0000
commit29c95d7608af047b990e210decca45a1e7a4168c (patch)
treedc3f39845be8c7307f9be02d82c6ec3af86cff0f /news
parente42d124c9a4d4ff107834facfd85080fce4ad960 (diff)
downloadpkgsrc-29c95d7608af047b990e210decca45a1e7a4168c.tar.gz
sfeed_curses: Update to 1.0
Changes: 1.0 --- * Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCE preventing warning messages on some systems. * sfeed_curses: * Fix (false-positive) compiler warnings with gcc 10.2+ and -Wall -O2. * Check if capname is NULL for tparm(), noticed on netbsd-curses. * Add [ and ] keybind to open the next visible feed in the pane while keeping the current pane selection, thanks to adc for the feature suggestion. * Exit early on read errors and show a clear error message in these cases. * Improve consistency of line counting (on an invalid file). * Theme: add a version of the mono theme (mono_highlight) which highlights the active panel. * minicurses.h: fix parameter type for tparm() (long not int). * sfeed_content: * Content view optimizations. * Show any other content-type than "html" as plain-text (because Atom allows base64-encoded embedded content). * Allow multiple file parameters as arguments. * sfeed_markread: * Make sure to use proper permissions when copying the merged temporary file. * For the unread items: create the file if it does not exist. * Allow to set the url as a parameter or as an env variable. * Use "-" instead of /dev/stdin which is slightly more portable. * Code-style improvements. * Documentation improvements: add examples, fix typos, etc.
Diffstat (limited to 'news')
-rw-r--r--news/sfeed_curses/Makefile4
-rw-r--r--news/sfeed_curses/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/news/sfeed_curses/Makefile b/news/sfeed_curses/Makefile
index 5d956fe08be..7760bbf03cf 100644
--- a/news/sfeed_curses/Makefile
+++ b/news/sfeed_curses/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/04/17 11:14:04 leot Exp $
+# $NetBSD: Makefile,v 1.13 2021/08/08 10:52:19 leot Exp $
-DISTNAME= sfeed_curses-0.9.10
+DISTNAME= sfeed_curses-1.0
CATEGORIES= news
MASTER_SITES= https://codemadness.org/releases/sfeed_curses/
diff --git a/news/sfeed_curses/distinfo b/news/sfeed_curses/distinfo
index 9492efcdf36..b73c59b7c77 100644
--- a/news/sfeed_curses/distinfo
+++ b/news/sfeed_curses/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/04/17 11:14:04 leot Exp $
+$NetBSD: distinfo,v 1.12 2021/08/08 10:52:19 leot Exp $
-SHA1 (sfeed_curses-0.9.10.tar.gz) = e57b2424921fa637a4c144f2eb26537619febb4c
-RMD160 (sfeed_curses-0.9.10.tar.gz) = a999a684626a7a245507acf475fea1183907f07f
-SHA512 (sfeed_curses-0.9.10.tar.gz) = fd377cb6302a463f4e9e8ed96aaf5be63e1896dc65688bb107f2df7dc200c466848c8119aa0f15c09bab4dfefae734a2d705ff0ef0fe19d7878ded429685bbd6
-Size (sfeed_curses-0.9.10.tar.gz) = 22437 bytes
+SHA1 (sfeed_curses-1.0.tar.gz) = dee7be195568c613702304a2a1843afba9aadc1a
+RMD160 (sfeed_curses-1.0.tar.gz) = 7677bac0a4e39d3929b1e514f5d7c9cd4aad9143
+SHA512 (sfeed_curses-1.0.tar.gz) = 575e09a71bab0cec18506426461f2f0fad7247de0520ea32e557ab87755424f015c9edb317c4799ff178746794bdf18509f375cff68caab3ca9e11bf4284b946
+Size (sfeed_curses-1.0.tar.gz) = 23381 bytes