Path to this page:
./
news/newsraft,
Terminal based feed reader
Branch: CURRENT,
Version: 0.37,
Package name: newsraft-0.37,
Maintainer: ktnbnewsraft is a feed reader with a ncurses user interface. It attempts
to be lightweight version newsboat. newsraft supports parallel
downloads, section-based feeds grouping, opening links in any
program, viewing news from all feeds with explore mode, automatic
updates for feeds and sections, multiple actions key bindings,
support for feed generating scripts, text search by news titles,
and interactive interface for viewing news content.
Master sites:
Filesize: 233.232 KB
Version history: (Expand)
- (2026-08-02) Updated to version: newsraft-0.37
- (2026-05-14) Updated to version: newsraft-0.36nb1
- (2026-04-02) Updated to version: newsraft-0.36
- (2026-02-06) Updated to version: newsraft-0.35nb2
- (2026-01-07) Updated to version: newsraft-0.35nb1
- (2026-01-02) Updated to version: newsraft-0.35
CVS history: (Expand)
| 2026-08-04 22:29:21 by Thomas Klausner | Files touched by this commit (336) |
Log message:
*: add LDFLAGS overide that was previously in mk
This is a workaround and should be fixed properly per-package - they
should use the pkgsrc LDFLAGS, but this restores what happened
before the mk/ cleanup.
Fixes relro build for packages that do not honor LDFLAGS.
Package list provided by mef@, thanks!
Workaround commit requested by bsiegert on tech-pkg.
|
2026-08-02 15:30:23 by Kevin Bloom | Files touched by this commit (2) |  |
Log message:
newsraft: update to 0.37
* add exec-quiet action
* add hide-read-feeds setting
* add hide-read-items setting
* add toggle-read-feeds action
* add toggle-read-items action
* add sections-ignore-toggle-read setting
* add close-pager-on-toggle-read setting
* add close-pager-on-toggle-important setting
* reset window title after executing system command
* inherit item pager format specifiers from parent item
* sort by download date when publication/update date unset
* handle mark actions in pager
* replace all {} with {0} to comply with C99
|
| 2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335) |
Log message:
*: Recursive revbump from security/nettle-4.0
|
2026-04-02 04:00:53 by Kevin Bloom | Files touched by this commit (2) |  |
Log message:
newsraft: update to 0.36
- fix year 2038 overflow in If-Modified-Since header
- set window title with an escape sequence
- update build instructions for macOS
- cancel search input with ^C key
- discard search query text on search input canceling
- extend menu-responsiveness setting to feeds and sections
- update items menu on mark-read-all regardless of menu-responsiveness
- respect RFC 3986 when detecting links in pager
|
| 2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305) |
Log message:
*: recursive bump for nettle 4.0 shlib major bump
|
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|
2026-01-02 15:21:54 by Kevin Bloom | Files touched by this commit (2) |  |
Log message:
newsraft: update to 0.35
- add support for soft hyphens in pager
- fallback to attachment url if there is no item link
- fix nested parentheses parsing in $(...) feeds
- include categories when exporting/importing feeds to/from OPML
- exit early on invalid locale settings
- add hint about converting encodings to error message
|
2025-10-07 15:22:44 by Kevin Bloom | Files touched by this commit (2) |  |
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
|