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:           Sun Aug  8 10:52:19 UTC 2021

Modified Files:
        pkgsrc/news/sfeed_curses: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/news/sfeed_curses/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/news/sfeed_curses/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/sfeed_curses/Makefile
diff -u pkgsrc/news/sfeed_curses/Makefile:1.12 pkgsrc/news/sfeed_curses/Makefile:1.13
--- pkgsrc/news/sfeed_curses/Makefile:1.12      Sat Apr 17 11:14:04 2021
+++ pkgsrc/news/sfeed_curses/Makefile   Sun Aug  8 10:52:19 2021
@@ -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/
 

Index: pkgsrc/news/sfeed_curses/distinfo
diff -u pkgsrc/news/sfeed_curses/distinfo:1.11 pkgsrc/news/sfeed_curses/distinfo:1.12
--- pkgsrc/news/sfeed_curses/distinfo:1.11      Sat Apr 17 11:14:04 2021
+++ pkgsrc/news/sfeed_curses/distinfo   Sun Aug  8 10:52:19 2021
@@ -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