Date: Sat, 17 Feb 2018 22:24:49 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462198 - in head/net: . eternaltcp Message-ID: <201802172224.w1HMOn8a099798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Feb 17 22:24:49 2018 New Revision: 462198 URL: https://svnweb.freebsd.org/changeset/ports/462198 Log: New port: net/eternaltcp: Remote shell that reconnects without interrupting session PR: 225837 Submitted by: Trevis <fbsd@silencedpoet.com> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14414 Added: head/net/eternaltcp/ head/net/eternaltcp/Makefile (contents, props changed) head/net/eternaltcp/distinfo (contents, props changed) head/net/eternaltcp/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Feb 17 22:19:39 2018 (r462197) +++ head/net/Makefile Sat Feb 17 22:24:49 2018 (r462198) @@ -134,6 +134,7 @@ SUBDIR += enet SUBDIR += erlang-ranch SUBDIR += erlang-xmlrpc + SUBDIR += eternaltcp SUBDIR += etrace SUBDIR += exabgp SUBDIR += exaddos Added: head/net/eternaltcp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/eternaltcp/Makefile Sat Feb 17 22:24:49 2018 (r462198) @@ -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> Added: head/net/eternaltcp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/eternaltcp/distinfo Sat Feb 17 22:24:49 2018 (r462198) @@ -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 Added: head/net/eternaltcp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/eternaltcp/pkg-descr Sat Feb 17 22:24:49 2018 (r462198) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802172224.w1HMOn8a099798>