net/bombadillo: update to 2.4.0

the major changes are the U key to navigate "up" one level and text
wrapping.

full changelog: https://tildegit.org/sloum/bombadillo/releases/tag/2.4.0

portwise:
 - drop the .date suffix from PKGNAME
 - reword COMMENT and pkg/DESCR to give a better clue of what it's for
This commit is contained in:
op 2022-08-26 15:33:22 +00:00
parent 297c02f0ec
commit 9b40fd8833
3 changed files with 20 additions and 8 deletions

View File

@ -1,11 +1,10 @@
COMMENT = non-web browser
COMMENT = terminal browser for gopher, gemini, and finger
MODGO_MODNAME = tildegit.org/sloum/bombadillo
MODGO_VERSION = v0.0.0-20201120043812-757305db6692
MODGO_VERSION = v0.0.0-20220306215042-30e550c183b1
DISTNAME = bombadillo-${MODGO_VERSION}
PKGNAME = bombadillo-2.3.3.20201120
REVISION = 0
PKGNAME = bombadillo-2.4.0
CATEGORIES = net

View File

@ -1,2 +1,2 @@
SHA256 (bombadillo-v0.0.0-20201120043812-757305db6692.zip) = +waxlPeLteh0ZylBJvsptA18+3elS0NONexOKGXIAss=
SIZE (bombadillo-v0.0.0-20201120043812-757305db6692.zip) = 117142
SHA256 (bombadillo-v0.0.0-20220306215042-30e550c183b1.zip) = ebxVCWuuJkZy464JEpYIRHCChIcZtMtfrLul0GyghDQ=
SIZE (bombadillo-v0.0.0-20220306215042-30e550c183b1.zip) = 118126

View File

@ -1,2 +1,15 @@
Bombadillo features a full terminal user interface, vim-like keybindings,
document pager, configurable settings, and a robust command selection.
Bombadillo is a non-web browser for the terminal that features a full
terminal user interface, vim-like keybindings, document pager,
configurable settings, and a robust command selection.
Currently, Bombadillo supports the following protocols as first class
citizens:
- gopher
- gemini
- finger
- local (a user's file system)
Web support is opt-in (turned off by default). Links can be opened in a
user's default web browser when in a graphical environment or rendered
directly in Bombadillo if Lynx, w3m, or elinks are available.