pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net add net/bombadillo
details: https://anonhg.NetBSD.org/pkgsrc/rev/70a797154826
branches: trunk
changeset: 771154:70a797154826
user: nia <nia%pkgsrc.org@localhost>
date: Tue Dec 14 10:07:49 2021 +0000
description:
add net/bombadillo
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.
diffstat:
net/Makefile | 3 ++-
net/bombadillo/DESCR | 5 +++++
net/bombadillo/Makefile | 17 +++++++++++++++++
net/bombadillo/PLIST | 2 ++
net/bombadillo/distinfo | 5 +++++
5 files changed, 31 insertions(+), 1 deletions(-)
diffs (62 lines):
diff -r 10ddd127b5b0 -r 70a797154826 net/Makefile
--- a/net/Makefile Tue Dec 14 09:02:14 2021 +0000
+++ b/net/Makefile Tue Dec 14 10:07:49 2021 +0000
@@ -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+= bird
SUBDIR+= bird6
SUBDIR+= bmon
+SUBDIR+= bombadillo
SUBDIR+= bounce
SUBDIR+= bridged
SUBDIR+= bsddip
diff -r 10ddd127b5b0 -r 70a797154826 net/bombadillo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bombadillo/DESCR Tue Dec 14 10:07:49 2021 +0000
@@ -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 -r 10ddd127b5b0 -r 70a797154826 net/bombadillo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bombadillo/Makefile Tue Dec 14 10:07:49 2021 +0000
@@ -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@localhost
+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 -r 10ddd127b5b0 -r 70a797154826 net/bombadillo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bombadillo/PLIST Tue Dec 14 10:07:49 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/12/14 10:07:49 nia Exp $
+bin/bombadillo
diff -r 10ddd127b5b0 -r 70a797154826 net/bombadillo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bombadillo/distinfo Tue Dec 14 10:07:49 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index