aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2026-04-19 08:23:17 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2026-04-20 13:56:31 +0000
commit0d5867b336624df76a07b8aeebb6b3404ee985ad (patch)
tree3b7d4df212c0f72d5bed13f7e582ffaad95a7229
parent4277e6db1df85ac7ab03c3f526ee72ea36608939 (diff)
sysutils/wander: New port: TUI for HashiCorp Nomad
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/wander/Makefile19
-rw-r--r--sysutils/wander/distinfo5
-rw-r--r--sysutils/wander/pkg-descr7
4 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 47253af897a7..c0447554481d 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1603,6 +1603,7 @@
SUBDIR += wait_on
SUBDIR += waitforssh
SUBDIR += walk
+ SUBDIR += wander
SUBDIR += watchcat
SUBDIR += watchfolder
SUBDIR += watchman
diff --git a/sysutils/wander/Makefile b/sysutils/wander/Makefile
new file mode 100644
index 000000000000..da739426954d
--- /dev/null
+++ b/sysutils/wander/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= wander
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.1.0
+CATEGORIES= sysutils
+
+MAINTAINER= olgeni@FreeBSD.org
+COMMENT= Terminal user interface for HashiCorp Nomad
+WWW= https://github.com/robinovitch61/wander
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/robinovitch61/wander
+
+PLIST_FILES= bin/wander
+
+.include <bsd.port.mk>
diff --git a/sysutils/wander/distinfo b/sysutils/wander/distinfo
new file mode 100644
index 000000000000..f3db1707453d
--- /dev/null
+++ b/sysutils/wander/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1776586906
+SHA256 (go/sysutils_wander/wander-v1.1.0/v1.1.0.mod) = 1781436ef95702862b3d024c9b374903650a8f35c51c6c4db81974b7ae815c3b
+SIZE (go/sysutils_wander/wander-v1.1.0/v1.1.0.mod) = 2835
+SHA256 (go/sysutils_wander/wander-v1.1.0/v1.1.0.zip) = 9ad22360eb3c8c7836df2597842a308facd654d4015eba67bb45fff3ec3047f9
+SIZE (go/sysutils_wander/wander-v1.1.0/v1.1.0.zip) = 6593977
diff --git a/sysutils/wander/pkg-descr b/sysutils/wander/pkg-descr
new file mode 100644
index 000000000000..2dbf97e5da79
--- /dev/null
+++ b/sysutils/wander/pkg-descr
@@ -0,0 +1,7 @@
+Wander is a terminal user interface for HashiCorp Nomad. It provides an
+interactive way to browse jobs, allocations and tasks; tail logs; manage
+events; execute commands in running tasks; and view resource utilization
+metrics.
+
+Built on the Charm bubbletea framework, it also supports running as an SSH
+server so that operators can share a session with their Nomad cluster.