diff options
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/bombadillo/DESCR | 5 | ||||
-rw-r--r-- | net/bombadillo/Makefile | 17 | ||||
-rw-r--r-- | net/bombadillo/PLIST | 2 | ||||
-rw-r--r-- | net/bombadillo/distinfo | 5 |
5 files changed, 31 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 6c22f55c9e6..0d82ee9b9f1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1435 2021/11/25 08:19:48 schmonz Exp $ +# $NetBSD: Makefile,v 1.1436 2021/12/14 10:07:49 nia Exp $ # COMMENT= Networking tools @@ -47,6 +47,7 @@ SUBDIR+= bing SUBDIR+= bird SUBDIR+= bird6 SUBDIR+= bmon +SUBDIR+= bombadillo SUBDIR+= bounce SUBDIR+= bridged SUBDIR+= bsddip diff --git a/net/bombadillo/DESCR b/net/bombadillo/DESCR new file mode 100644 index 00000000000..5b454e45ef5 --- /dev/null +++ b/net/bombadillo/DESCR @@ -0,0 +1,5 @@ +Bombadillo is a non-web (Gopher, Gemini, Finger, etc) browser for the +terminal. + +Bombadillo features a full terminal user interface, vim-like keybindings, +document pager, configurable settings, and a robust command selection. diff --git a/net/bombadillo/Makefile b/net/bombadillo/Makefile new file mode 100644 index 00000000000..85208c52085 --- /dev/null +++ b/net/bombadillo/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2021/12/14 10:07:49 nia Exp $ + +DISTNAME= 2.3.3 +PKGNAME= bombadillo-${DISTNAME} +CATEGORIES= net +MASTER_SITES= https://tildegit.org/sloum/bombadillo/archive/ +DIST_SUBDIR= bombadillo + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://bombadillo.colorfield.space/ +COMMENT= Gopher/Gemini client for the terminal +LICENSE= gnu-gpl-v3 + +WRKSRC= ${WRKDIR}/bombadillo + +.include "../../lang/go/go-module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/bombadillo/PLIST b/net/bombadillo/PLIST new file mode 100644 index 00000000000..70d7868489c --- /dev/null +++ b/net/bombadillo/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/12/14 10:07:49 nia Exp $ +bin/bombadillo diff --git a/net/bombadillo/distinfo b/net/bombadillo/distinfo new file mode 100644 index 00000000000..551c1a7eb2d --- /dev/null +++ b/net/bombadillo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2021/12/14 10:07:49 nia Exp $ + +BLAKE2s (bombadillo/2.3.3.tar.gz) = 45e3efec006fe9727ff70c5c245e0ade8d0156dabdd4fabc9db1c90e40bc1166 +SHA512 (bombadillo/2.3.3.tar.gz) = 62ca7dccca1bf1b31a679bfd28976c7dbd6701b25731c0cfdd5969c95edfb2f3deb1e15f5d61d07fe1e0cabab126fa103bcd874405aebcb489a775e56ae9dede +Size (bombadillo/2.3.3.tar.gz) = 103435 bytes |