diff options
Diffstat (limited to 'net/zmate')
-rw-r--r-- | net/zmate/Makefile | 21 | ||||
-rw-r--r-- | net/zmate/distinfo | 5 | ||||
-rw-r--r-- | net/zmate/pkg-descr | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/zmate/Makefile b/net/zmate/Makefile new file mode 100644 index 000000000000..e33b10081ae2 --- /dev/null +++ b/net/zmate/Makefile @@ -0,0 +1,21 @@ +PORTNAME= zmate +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.1 +CATEGORIES= net + +MAINTAINER= fuz@FreeBSD.org +COMMENT= Instant terminal sharing using Zellij +WWW= https://github.com/ziinaio/zmate + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= zellij:sysutils/zellij + +USES= go:1.24,modules + +GO_MODULE= github.com/ziinaio/zmate + +PLIST_FILES= bin/zmate + +.include <bsd.port.mk> diff --git a/net/zmate/distinfo b/net/zmate/distinfo new file mode 100644 index 000000000000..753ddae2f5ba --- /dev/null +++ b/net/zmate/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1750412640 +SHA256 (go/net_zmate/zmate-v0.3.1/v0.3.1.mod) = 6741586fca454027868f80ab204fac8c95249583aef99a157b47dd1c2ee01b22 +SIZE (go/net_zmate/zmate-v0.3.1/v0.3.1.mod) = 562 +SHA256 (go/net_zmate/zmate-v0.3.1/v0.3.1.zip) = d7ebbaef675533657c58ecd58abe4445f497c80f7029296ba9c04c7323885be2 +SIZE (go/net_zmate/zmate-v0.3.1/v0.3.1.zip) = 12464 diff --git a/net/zmate/pkg-descr b/net/zmate/pkg-descr new file mode 100644 index 000000000000..9c3c230186a1 --- /dev/null +++ b/net/zmate/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. |