pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/sfeed sfeed: Update to 1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3644524df33
branches:  trunk
changeset: 380090:c3644524df33
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat May 28 18:42:30 2022 +0000

description:
sfeed: Update to 1.5

Changes:
1.5
---
* sfeed_curses: interrupt waitpid while interactive child program is running
  This now handles SIGTERM on sfeed_curses while an interactive child program is
  running.
* sfeed_curses: close stdin before spawning a plumb program in non-interactive
  mode, which is more intuitive: the program doesn't seem to hang when it expects
  input in this case since there is no way to send input anyway.
* Properly escape backslashes in the man pages (thanks adc!).
* Documentation improvements to the man pages and a progress indicator example
  script for sfeed_update.

1.4
---
* Improve read and write error handling in streams in many programs.
* sfeed_update:
  * Improve error handling and return a non-zero status if any feed fails.
    NOTE: this changes the way of using:
        sfeed_update && pkill -SIGHUP sfeed_curses
  * Separate errors to stderr and "OK" messages to stdout.
* sfeed_curses:
  * Avoid processes becoming a zombie (plumb, pipe, yank).
  * Line editor: temporarily disable the mouse when searching with /.
  * Improved signal handling.
  * Improved waiting on processes and status handling.
* sfeed_html/sfeed_frames: add dark mode support to the example stylesheet.
* sfeed_opml_export: use a control-character separator for converting the list.
* General code cleanup improvements.
* Compatibility: reduce the assumption the builtin libc locale is ASCII-compatible
  noticed on OpenBSD 3.8 where iscntrl detected C1 as control-characters,
  breaking UTF-8.
* General documentation improvements.
* Makefile: rebuild sfeed_curses if the same theme changes.
* README: improve error handling in downloader example when a feed fails.

diffstat:

 news/sfeed/Makefile |  4 ++--
 news/sfeed/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r b5eb221f5c15 -r c3644524df33 news/sfeed/Makefile
--- a/news/sfeed/Makefile       Sat May 28 18:31:13 2022 +0000
+++ b/news/sfeed/Makefile       Sat May 28 18:42:30 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/03/07 22:47:33 leot Exp $
+# $NetBSD: Makefile,v 1.24 2022/05/28 18:42:30 leot Exp $
 
-DISTNAME=      sfeed-1.3
+DISTNAME=      sfeed-1.5
 CATEGORIES=    news
 MASTER_SITES=  https://codemadness.org/releases/sfeed/
 
diff -r b5eb221f5c15 -r c3644524df33 news/sfeed/distinfo
--- a/news/sfeed/distinfo       Sat May 28 18:31:13 2022 +0000
+++ b/news/sfeed/distinfo       Sat May 28 18:42:30 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/03/07 22:47:33 leot Exp $
+$NetBSD: distinfo,v 1.23 2022/05/28 18:42:30 leot Exp $
 
-BLAKE2s (sfeed-1.3.tar.gz) = 1ed70e7b2a7ebfbdeee22e846d31a7c0e59138d1e582632a8b02f8a4b835f566
-SHA512 (sfeed-1.3.tar.gz) = 858ebe0bf76f119a3b1a1b1bdf03a13b8085802bb796ae68f0a5ccb85e13747cc55498c29ef0443401678e56326bdef2bf9688966144e9581ff2cae486b729be
-Size (sfeed-1.3.tar.gz) = 63037 bytes
+BLAKE2s (sfeed-1.5.tar.gz) = 73b15dccdcdf340924765b4a9c9c75bf176656c02ff2b70b80467c172175bf9a
+SHA512 (sfeed-1.5.tar.gz) = 9a027b092620968bd6a086b37ce5bc3e2d5ee8193b59251466d5318bc1514ca78d3edf894c1988504c99b94f0bb3af2a54ba3067b2d90d1109665a5650bfd8a2
+Size (sfeed-1.5.tar.gz) = 65067 bytes



Home | Main Index | Thread Index | Old Index