diff options
Diffstat (limited to 'net/ziina')
-rw-r--r-- | net/ziina/Makefile | 21 | ||||
-rw-r--r-- | net/ziina/distinfo | 5 | ||||
-rw-r--r-- | net/ziina/pkg-descr | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/ziina/Makefile b/net/ziina/Makefile new file mode 100644 index 000000000000..a8818b88cabb --- /dev/null +++ b/net/ziina/Makefile @@ -0,0 +1,21 @@ +PORTNAME= ziina +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.3 +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 new file mode 100644 index 000000000000..bb6ce17ead1d --- /dev/null +++ b/net/ziina/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1747744359 +SHA256 (go/net_ziina/ziina-v0.1.3/v0.1.3.mod) = 91760339a9d38affd41925d16bfa8807a7bfb4ce6c3c1ed32e0bc79ad99c1171 +SIZE (go/net_ziina/ziina-v0.1.3/v0.1.3.mod) = 562 +SHA256 (go/net_ziina/ziina-v0.1.3/v0.1.3.zip) = 73ad46eb1c9edebe0bebe04366d8e50e0e4eef16bdf14d5bdc89495a4197fb42 +SIZE (go/net_ziina/ziina-v0.1.3/v0.1.3.zip) = 10025 diff --git a/net/ziina/pkg-descr b/net/ziina/pkg-descr new file mode 100644 index 000000000000..9c3c230186a1 --- /dev/null +++ b/net/ziina/pkg-descr @@ -0,0 +1,7 @@ +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. |