summaryrefslogtreecommitdiff
path: root/net/ziina
diff options
context:
space:
mode:
Diffstat (limited to 'net/ziina')
-rw-r--r--net/ziina/Makefile21
-rw-r--r--net/ziina/distinfo5
-rw-r--r--net/ziina/pkg-descr7
3 files changed, 0 insertions, 33 deletions
diff --git a/net/ziina/Makefile b/net/ziina/Makefile
deleted file mode 100644
index bc9500961af5..000000000000
--- a/net/ziina/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= ziina
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.4
-CATEGORIES= net
-
-MAINTAINER= fuz@FreeBSD.org
-COMMENT= Instant terminal sharing using Zellij
-WWW= https://github.com/ziinaio/ziina
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.md
-
-RUN_DEPENDS= zellij:sysutils/zellij
-
-USES= go:1.24,modules
-
-GO_MODULE= github.com/ziinaio/ziina
-
-PLIST_FILES= bin/ziina
-
-.include <bsd.port.mk>
diff --git a/net/ziina/distinfo b/net/ziina/distinfo
deleted file mode 100644
index 42c1905e021d..000000000000
--- a/net/ziina/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1749640560
-SHA256 (go/net_ziina/ziina-v0.1.4/v0.1.4.mod) = 91760339a9d38affd41925d16bfa8807a7bfb4ce6c3c1ed32e0bc79ad99c1171
-SIZE (go/net_ziina/ziina-v0.1.4/v0.1.4.mod) = 562
-SHA256 (go/net_ziina/ziina-v0.1.4/v0.1.4.zip) = c58e839ada18321fbdd4aab7fb133e1372273a2aa309103da96269d4d19d5658
-SIZE (go/net_ziina/ziina-v0.1.4/v0.1.4.zip) = 11698
diff --git a/net/ziina/pkg-descr b/net/ziina/pkg-descr
deleted file mode 100644
index 9c3c230186a1..000000000000
--- a/net/ziina/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Ziina lets you invite peers into a local Zellij session over untrusted
-networks, despite you being behind a NAT gateway. It is heavily
-inspired by tmate.
-
-Ziina is (basically) server-less. You only need a standard OpenSSH
-server with a public IP that serves as an entry-point for your peers.
-Your peers only need a standard OpenSSH client.