diff --git a/net/bombadillo/Makefile b/net/bombadillo/Makefile index 11a72ea4913..2b37029e8ca 100644 --- a/net/bombadillo/Makefile +++ b/net/bombadillo/Makefile @@ -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 diff --git a/net/bombadillo/distinfo b/net/bombadillo/distinfo index 80aefbd8bb4..bd602f74559 100644 --- a/net/bombadillo/distinfo +++ b/net/bombadillo/distinfo @@ -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 diff --git a/net/bombadillo/pkg/DESCR b/net/bombadillo/pkg/DESCR index 1bdcd21af32..98a8bd9cc25 100644 --- a/net/bombadillo/pkg/DESCR +++ b/net/bombadillo/pkg/DESCR @@ -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.