pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/sfeed_curses sfeed_curses: Update to 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ded3b2f1c236
branches:  trunk
changeset: 456775:ded3b2f1c236
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Aug 08 10:52:19 2021 +0000

description:
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:

 news/sfeed_curses/Makefile |   4 ++--
 news/sfeed_curses/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2b10410c3b5b -r ded3b2f1c236 news/sfeed_curses/Makefile
--- a/news/sfeed_curses/Makefile        Sun Aug 08 10:52:03 2021 +0000
+++ b/news/sfeed_curses/Makefile        Sun Aug 08 10:52:19 2021 +0000
@@ -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 -r 2b10410c3b5b -r ded3b2f1c236 news/sfeed_curses/distinfo
--- a/news/sfeed_curses/distinfo        Sun Aug 08 10:52:03 2021 +0000
+++ b/news/sfeed_curses/distinfo        Sun Aug 08 10:52:19 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index