Page MenuHomeFreeBSD

D14414.id39448.diff
No OneTemporary

D14414.id39448.diff

Index: head/net/Makefile
===================================================================
--- head/net/Makefile
+++ head/net/Makefile
@@ -134,6 +134,7 @@
SUBDIR += enet
SUBDIR += erlang-ranch
SUBDIR += erlang-xmlrpc
+ SUBDIR += eternaltcp
SUBDIR += etrace
SUBDIR += exabgp
SUBDIR += exaddos
Index: head/net/eternaltcp/Makefile
===================================================================
--- head/net/eternaltcp/Makefile
+++ head/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: head/net/eternaltcp/distinfo
===================================================================
--- head/net/eternaltcp/distinfo
+++ head/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: head/net/eternaltcp/pkg-descr
===================================================================
--- head/net/eternaltcp/pkg-descr
+++ head/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
Thu, Jun 18, 3:21 AM (2 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34044429
Default Alt Text
D14414.id39448.diff (1 KB)

Event Timeline