Bug 267653 - [NEW PORT] www/bombadillo: Non-web client for the terminal
Summary: [NEW PORT] www/bombadillo: Non-web client for the terminal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://bombadillo.colorfield.space/
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-08 22:32 UTC by Nicolas Herry
Modified: 2025-02-13 19:03 UTC (History)
2 users (show)

See Also:


Attachments
Add www/bombadillo (2.14 KB, patch)
2022-11-08 22:32 UTC, Nicolas Herry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Herry 2022-11-08 22:32:45 UTC
Created attachment 237959 [details]
Add www/bombadillo

New port: www/bombadillo

Bombadillo 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)

Tested with portlint and poudriere testport.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-02-13 19:03:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c5b5fcb655f9f2fd4754c0914d54a92671f6af0

commit 2c5b5fcb655f9f2fd4754c0914d54a92671f6af0
Author:     Nicolas Herry <beastieboy@beastieboy.net>
AuthorDate: 2025-02-13 18:58:17 +0000
Commit:     Lars Engels <lme@FreeBSD.org>
CommitDate: 2025-02-13 19:02:16 +0000

    www/bombadillo: Add new port

    Bombabillo is a non-web client for the terminal, supporting Gopher,
    Gemini and much more.

    Bombadillo features a full terminal user interface, vim-like keybindings,
    document pager, configurable settings, and a robust command selection.

    WWW:            https://bombadillo.colorfield.space/

    PR:             267653

 www/Makefile                   |  1 +
 www/bombadillo/Makefile (new)  | 25 +++++++++++++++++++++++++
 www/bombadillo/distinfo (new)  |  3 +++
 www/bombadillo/pkg-descr (new) |  5 +++++
 4 files changed, 34 insertions(+)
Comment 2 Lars Engels freebsd_committer freebsd_triage 2025-02-13 19:03:51 UTC
New port added. Thanks!