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.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a8863c00276
branches:  trunk
changeset: 375124:9a8863c00276
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Mar 07 22:47:33 2022 +0000

description:
sfeed: Update to 1.3

Changes:
Fixes
-----
* Fix a compiler warning with some curses implementations, like NetBSD curses.
* sfeed_curses: add keybinds for the home key and the default home and end key
  for urxvt.
* sfeed_curses: fix a redraw when reloading a file with a feed file read from
  stdin and using an URL file and changing this URL file externally.
* sfeed_curses: cast character for SFEED_AUTOCMD to unsigned char to allow
  character sequences outside the ASCII range.

Documentation
-------------
* README: add an example script to count new and unread items. This can be
  useful for some statusbar indicator (asked about by e-mail).
* Small code-style, comments and documentation improvements and fixes.

diffstat:

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

diffs (25 lines):

diff -r 42834225852e -r 9a8863c00276 news/sfeed/Makefile
--- a/news/sfeed/Makefile       Mon Mar 07 22:45:49 2022 +0000
+++ b/news/sfeed/Makefile       Mon Mar 07 22:47:33 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/02/10 11:35:16 leot Exp $
+# $NetBSD: Makefile,v 1.23 2022/03/07 22:47:33 leot Exp $
 
-DISTNAME=      sfeed-1.2
+DISTNAME=      sfeed-1.3
 CATEGORIES=    news
 MASTER_SITES=  https://codemadness.org/releases/sfeed/
 
diff -r 42834225852e -r 9a8863c00276 news/sfeed/distinfo
--- a/news/sfeed/distinfo       Mon Mar 07 22:45:49 2022 +0000
+++ b/news/sfeed/distinfo       Mon Mar 07 22:47:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/02/10 11:35:16 leot Exp $
+$NetBSD: distinfo,v 1.22 2022/03/07 22:47:33 leot Exp $
 
-BLAKE2s (sfeed-1.2.tar.gz) = 0e579875e0e6044d16b9bdae23bad931aec3fe1004512ac0d6c561f2585f6a72
-SHA512 (sfeed-1.2.tar.gz) = 4307f11ab02310a881717d99892486152dad93ecb1d6526401e60d6275c1610d90599de9784d9878f9ebb5aa34881abd1daa348c977d9ef6758095be74216a29
-Size (sfeed-1.2.tar.gz) = 62575 bytes
+BLAKE2s (sfeed-1.3.tar.gz) = 1ed70e7b2a7ebfbdeee22e846d31a7c0e59138d1e582632a8b02f8a4b835f566
+SHA512 (sfeed-1.3.tar.gz) = 858ebe0bf76f119a3b1a1b1bdf03a13b8085802bb796ae68f0a5ccb85e13747cc55498c29ef0443401678e56326bdef2bf9688966144e9581ff2cae486b729be
+Size (sfeed-1.3.tar.gz) = 63037 bytes



Home | Main Index | Thread Index | Old Index