pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/newsraft



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Tue Oct  7 13:22:44 UTC 2025

Modified Files:
        pkgsrc/news/newsraft: Makefile distinfo

Log Message:
newsraft: update to 0.34

- add read-on-arrival setting
- add scrollwrap setting
- add color-list-item-selected setting
- add color-list-feed-selected setting
- add color-list-section-selected setting
- fix colorN value offset by 1 in color settings
- gracefully handle zero size state of terminal emulator
- apply search cumulatively instead of overwriting previous query
- don't remove trailing slashes from feed urls
- store feed urls without trailing slashes in the database
- let go of terminal control while executing commands
- add total items count specifier to menu-feed-entry-format
- provide update error for generator feeds on failed command
- use esc mode only when escape key is bound
- add items sorting by download time
- bind ? to exec man newsraft by default


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/news/newsraft/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/news/newsraft/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/newsraft/Makefile
diff -u pkgsrc/news/newsraft/Makefile:1.24 pkgsrc/news/newsraft/Makefile:1.25
--- pkgsrc/news/newsraft/Makefile:1.24  Sun Oct  5 19:26:14 2025
+++ pkgsrc/news/newsraft/Makefile       Tue Oct  7 13:22:43 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/10/05 19:26:14 js Exp $
+# $NetBSD: Makefile,v 1.25 2025/10/07 13:22:43 ktnb Exp $
 
-DISTNAME=      newsraft-0.32
-PKGREVISION=   1
+DISTNAME=      newsraft-0.34
 CATEGORIES=    news
 MASTER_SITES=  https://codeberg.org/newsraft/newsraft/archive/
 

Index: pkgsrc/news/newsraft/distinfo
diff -u pkgsrc/news/newsraft/distinfo:1.11 pkgsrc/news/newsraft/distinfo:1.12
--- pkgsrc/news/newsraft/distinfo:1.11  Mon Aug  4 01:51:14 2025
+++ pkgsrc/news/newsraft/distinfo       Tue Oct  7 13:22:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/04 01:51:14 ktnb Exp $
+$NetBSD: distinfo,v 1.12 2025/10/07 13:22:43 ktnb Exp $
 
-BLAKE2s (newsraft-0.32.tar.gz) = 0e6a6e3828f0484f5d57cda5c4e08ca15c351284535bb46947e053a180719b53
-SHA512 (newsraft-0.32.tar.gz) = 1c30ecb07de723eab309c3ffdb060ab464dc5a206dbc66a6a0542fcd6944f613443cf9987ee78bc6c87c3ddf495d9de25a2059d41025c181efd85b17fb12da91
-Size (newsraft-0.32.tar.gz) = 225800 bytes
+BLAKE2s (newsraft-0.34.tar.gz) = daeb3fbe2c43514d54bfa694f9de6437ca237ca7abe948518459af6aba7164f7
+SHA512 (newsraft-0.34.tar.gz) = 96f91e9460e7682c1cb616278918dc230db576c8cf1b424d9f3c50b53f22eef25a6d00332e3d5b498d18904a56a3ce6add47f1184482d7074dcea9370d784545
+Size (newsraft-0.34.tar.gz) = 229676 bytes



Home | Main Index | Thread Index | Old Index