Wed Apr 3 13:43:00 2024 UTC (53d)
newsraft: update to 0.24

- implement per-feed settings
- implement per-feed binds
- add reload-period setting
- add item-limit setting
- add pager-centering setting
- add mark-item-unread-on-change setting
- add item-content-link-format setting
- add goto-feed action
- add sort-by-important action
- add support for setting lines without set keyword at the beginning
- apply search filter to item content as well
- rebind mark-important and mark-unimportant to f and F
- fallback to updated date in item entries for publication date
  specifier
- remove send-user-agent-header setting
- make use of gperf hashing to slightly speed up feed parsing
- make use of CC environment variable for compiler in tests
- small improvements and reforms

https://codeberg.org/newsraft/newsraft/releases/tag/newsraft-0.24


(ktnb)
diff -r1.3 -r1.4 pkgsrc/news/newsraft/Makefile
diff -r1.2 -r1.3 pkgsrc/news/newsraft/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/news/newsraft/Makefile (expand / switch to unified diff)

--- pkgsrc/news/newsraft/Makefile 2024/04/03 00:55:28 1.3
+++ pkgsrc/news/newsraft/Makefile 2024/04/03 13:42:59 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2024/04/03 00:55:28 ktnb Exp $ 1# $NetBSD: Makefile,v 1.4 2024/04/03 13:42:59 ktnb Exp $
2 2
3DISTNAME= newsraft-0.23 3DISTNAME= newsraft-0.24
4CATEGORIES= news 4CATEGORIES= news
5MASTER_SITES= https://codeberg.org/newsraft/newsraft/archive/ 5MASTER_SITES= https://codeberg.org/newsraft/newsraft/archive/
6 6
7MAINTAINER= ktnb@NetBSD.org 7MAINTAINER= ktnb@NetBSD.org
8HOMEPAGE= https://codeberg.org/newsraft 8HOMEPAGE= https://codeberg.org/newsraft
9COMMENT= Terminal based feed reader 9COMMENT= Terminal based feed reader
10LICENSE= isc 10LICENSE= isc
11 11
12WRKSRC= ${WRKDIR}/newsraft 12WRKSRC= ${WRKDIR}/newsraft
13 13
14USE_LANGUAGES= c 14USE_LANGUAGES= c
15USE_TOOLS+= pkg-config pax 15USE_TOOLS+= pkg-config pax
16TOOL_DEPENDS+= scdoc-[0-9]*:../../textproc/scdoc 16TOOL_DEPENDS+= scdoc-[0-9]*:../../textproc/scdoc

cvs diff -r1.2 -r1.3 pkgsrc/news/newsraft/distinfo (expand / switch to unified diff)

--- pkgsrc/news/newsraft/distinfo 2024/03/14 09:17:49 1.2
+++ pkgsrc/news/newsraft/distinfo 2024/04/03 13:42:59 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2024/03/14 09:17:49 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2024/04/03 13:42:59 ktnb Exp $
2 2
3BLAKE2s (newsraft-0.23.tar.gz) = 7e0f00e65d74e0915a5da5a278524652e807e9f0d3ef445c1747ab8195e94f21 3BLAKE2s (newsraft-0.24.tar.gz) = 829190c119a03a0f3480dc4323d1ae9cfe5532ff98516bc539c503730defb34f
4SHA512 (newsraft-0.23.tar.gz) = e55acd637d55dc5566fa5aed1b7c74b8f7f1b61b8ad4de0db08d0ab32a99d68bbbce2f5f47fdc0c43d7601cc1221fe7ae5ca41b1c3d2d7e44a3621d577dc4edc 4SHA512 (newsraft-0.24.tar.gz) = 3e3d15010115dceb035263d4e0bac669b6d25bc977f01c232e0bcadd6ef4413f20827fb2689fe63ed744b4374c88dc6a758e9ac112f57b45dcedd6c39a3557af
5Size (newsraft-0.23.tar.gz) = 139740 bytes 5Size (newsraft-0.24.tar.gz) = 144186 bytes