Page MenuHomeFreeBSD

D14414.id39445.diff
No OneTemporary

D14414.id39445.diff

Index: net/Makefile
===================================================================
--- net/Makefile
+++ net/Makefile
@@ -134,6 +134,7 @@
SUBDIR += enet
SUBDIR += erlang-ranch
SUBDIR += erlang-xmlrpc
+ SUBDIR += eternaltcp
SUBDIR += etrace
SUBDIR += exabgp
SUBDIR += exaddos
Index: net/eternaltcp/Makefile
===================================================================
--- /dev/null
+++ net/eternaltcp/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= eternaltcp
+DISTVERSIONPREFIX= et-v
+DISTVERSION= 4.2.0
+CATEGORIES= net
+
+MAINTAINER= trevis@silencedpoet.com
+COMMENT= Remote shell that reconnects without interrupting session
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libgflags.so:devel/gflags \
+ libglog.so:devel/glog \
+ libprotobuf.so:devel/protobuf \
+ libsodium.so:security/libsodium
+
+USES= cmake:outsource ncurses
+USE_GITHUB= yes
+GH_ACCOUNT= MisterTea
+GH_PROJECT= EternalTCP
+
+PLIST_FILES= bin/et bin/etserver
+
+.include <bsd.port.mk>
Index: net/eternaltcp/distinfo
===================================================================
--- /dev/null
+++ net/eternaltcp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1518904913
+SHA256 (MisterTea-EternalTCP-et-v4.2.0_GH0.tar.gz) = 42372f64bacaecffcdfe3676e631a32481043e0ff0412aaf7548bf27839b5c82
+SIZE (MisterTea-EternalTCP-et-v4.2.0_GH0.tar.gz) = 84231
Index: net/eternaltcp/pkg-descr
===================================================================
--- /dev/null
+++ net/eternaltcp/pkg-descr
@@ -0,0 +1,5 @@
+Eternal Terminal is a remote shell that automatically reconnects without
+interrupting the session. Uses ssh under-the-hood for handshake and
+encryption. Connection is via TCP unlike UDP based remote shells such as mosh.
+
+WWW: https://mistertea.github.io/EternalTCP/

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 8:09 AM (13 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32068395
Default Alt Text
D14414.id39445.diff (1 KB)

Event Timeline