diff options
author | Nicolas Herry <beastieboy@beastieboy.net> | 2025-02-13 19:58:17 +0100 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2025-02-13 20:02:16 +0100 |
commit | 2c5b5fcb655f9f2fd4754c0914d54a92671f6af0 (patch) | |
tree | a38db0651760d974bcb474fe9f098f7245ec412b | |
parent | devel/root: Update to 6.34/02 (diff) |
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
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/bombadillo/Makefile | 25 | ||||
-rw-r--r-- | www/bombadillo/distinfo | 3 | ||||
-rw-r--r-- | www/bombadillo/pkg-descr | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c2bd8ac7c6e7..5d9c42ab19c5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -76,6 +76,7 @@ SUBDIR += bareos23-webui SUBDIR += beehive SUBDIR += bluefish + SUBDIR += bombadillo SUBDIR += bozohttpd SUBDIR += browsh SUBDIR += bugzilla2atom diff --git a/www/bombadillo/Makefile b/www/bombadillo/Makefile new file mode 100644 index 000000000000..c8e554870a90 --- /dev/null +++ b/www/bombadillo/Makefile @@ -0,0 +1,25 @@ +PORTNAME= bombadillo +DISTVERSION= 2.4.0 +CATEGORIES= www +MASTER_SITES= https://tildegit.org/sloum/bombadillo/archive/ +DISTNAME= ${DISTVERSION} + +MAINTAINER= beastieboy@beastieboy.net +COMMENT= Non-web client for the terminal +WWW= https://bombadillo.colorfield.space/ + +LICENSE= GPLv3 + +USES= go:modules + +WRKSRC= ${WRKDIR}/${PORTNAME} + +INSTALL_TARGET= install-strip + +PLIST_FILES= bin/bombadillo \ + share/man/man1/bombadillo.1.gz + +post-stage: + ${INSTALL_MAN} ${WRKSRC}/bombadillo.1 ${STAGEDIR}${PREFIX}/share/man/man1 + +.include <bsd.port.mk> diff --git a/www/bombadillo/distinfo b/www/bombadillo/distinfo new file mode 100644 index 000000000000..bd1ed4141b9e --- /dev/null +++ b/www/bombadillo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1667942116 +SHA256 (2.4.0.tar.gz) = e0daed1d9d0fe7cbea52bc3e6ecff327749b54e792774e6b985e0d64b7a36437 +SIZE (2.4.0.tar.gz) = 104412 diff --git a/www/bombadillo/pkg-descr b/www/bombadillo/pkg-descr new file mode 100644 index 000000000000..e0bd1cd595bd --- /dev/null +++ b/www/bombadillo/pkg-descr @@ -0,0 +1,5 @@ +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. |