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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83cc5f43a3ef
branches:  trunk
changeset: 373257:83cc5f43a3ef
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Feb 10 11:35:16 2022 +0000

description:
sfeed: Update to 1.2

Changes:
1.2
---
Fixes:
* sfeed parser: extend the time range to atleast 64-bit (long long).
* sfeed parser: allow leap second like 23:59:60 (RFC2822 Section 3.3).
* sfeed_curses: pedantic fix for UB with an empty URL file (qsort and bsearch).
* sfeed_curses: fix a compile warning with tparm() on some systems.

Features:
* sfeed_atom: add category field(s).
* sfeed_curses: add feature to go to the next bold row and previous bold row
with J and K.  This is useful to quickly jump to the next new item or new feed.
Thanks to IanJ for the suggestion and feedback!
* sfeed_content: allow to set HTML converter with env variable $SFEED_HTMLCONV.
For example: SFEED_HTMLCONV="w3m -I UTF-8 -O UTF-8 -T text/html -dump"
* Add compile-time option to improve output on dumb non-UTF8 terminals
(-DSFEED_DUMBTERM).

Misc:
* Documentation improvements to the man page and a sfeed_download example in
the README: this is a parallel downloader/extractor example script.
* Code-style improvements.

diffstat:

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

diffs (25 lines):

diff -r 2437c1e6b87f -r 83cc5f43a3ef news/sfeed/Makefile
--- a/news/sfeed/Makefile       Thu Feb 10 10:54:02 2022 +0000
+++ b/news/sfeed/Makefile       Thu Feb 10 11:35:16 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/12/18 14:14:24 leot Exp $
+# $NetBSD: Makefile,v 1.22 2022/02/10 11:35:16 leot Exp $
 
-DISTNAME=      sfeed-1.1
+DISTNAME=      sfeed-1.2
 CATEGORIES=    news
 MASTER_SITES=  https://codemadness.org/releases/sfeed/
 
diff -r 2437c1e6b87f -r 83cc5f43a3ef news/sfeed/distinfo
--- a/news/sfeed/distinfo       Thu Feb 10 10:54:02 2022 +0000
+++ b/news/sfeed/distinfo       Thu Feb 10 11:35:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/12/18 14:14:24 leot Exp $
+$NetBSD: distinfo,v 1.21 2022/02/10 11:35:16 leot Exp $
 
-BLAKE2s (sfeed-1.1.tar.gz) = 1d6de41cf8b6b57ffe2ca0d47c3f06a0082a746666f2e152134b431cd1b76865
-SHA512 (sfeed-1.1.tar.gz) = 8d05fb8578a7475779a14105376a3b5238a297193a0f98c9123c90d10c7ebe2fe9bc72eef694c6c9aa94f50fa3c96491cdd511d8d7b167ea8e25dfe772dada6e
-Size (sfeed-1.1.tar.gz) = 60644 bytes
+BLAKE2s (sfeed-1.2.tar.gz) = 0e579875e0e6044d16b9bdae23bad931aec3fe1004512ac0d6c561f2585f6a72
+SHA512 (sfeed-1.2.tar.gz) = 4307f11ab02310a881717d99892486152dad93ecb1d6526401e60d6275c1610d90599de9784d9878f9ebb5aa34881abd1daa348c977d9ef6758095be74216a29
+Size (sfeed-1.2.tar.gz) = 62575 bytes



Home | Main Index | Thread Index | Old Index