On 2022/08/26 09:53:41 +0100, Stuart Henderson <[email protected]> wrote:
> On 2022/08/26 09:11, Omar Polo wrote:
> > On 2022/08/15 12:25:55 +0200, Omar Polo <[email protected]> wrote:
> > > Can't find a changelog for this release, but looking at the changes
> > > the more interesting things seems to be the new `maxwidth' settings
> > > and a `U' key to navigate up one level.
> > >
> > > ok?
> >
> > I missed the "releases" tab on gitea...
> >
> > The changelog is here: https://tildegit.org/sloum/bombadillo/releases
> >
> > ping + I'd also like to drop the .date suffix from PKGNAME
> >
> > % m show=PKGNAMES
> > bombadillo-2.4.0
> > % pkg_info -Q bombadillo
> > bombadillo-2.3.3.20201120p0
> >
> > ok?
>
> ok.
>
> > COMMENT = non-web browser
>
> COMMENT and pkg/DESCR could do with some updates to give a better clue
> of what it's for, e.g. for COMMENT maybe "non-web browser (Gopher,
> Gemini and others)"
oh yes, they're a bit vague. what about this?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/bombadillo/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 11 Mar 2022 19:45:48 -0000 1.4
+++ Makefile 26 Aug 2022 14:33:55 -0000
@@ -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
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/bombadillo/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 26 Nov 2020 17:33:23 -0000 1.2
+++ distinfo 15 Aug 2022 10:07:41 -0000
@@ -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
Index: pkg/DESCR
===================================================================
RCS file: /home/cvs/ports/net/bombadillo/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 6 Sep 2020 13:58:07 -0000 1.1.1.1
+++ pkg/DESCR 26 Aug 2022 14:34:43 -0000
@@ -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.