FreeBSD Bugzilla – Attachment 190526 Details for
Bug 225837
[NEW PORT] net/et: resumable remote shell that uses TCP instead of UDP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
et.diff (text/plain), 3.16 KB, created by
Trevis
on 2018-02-11 21:55:53 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Trevis
Created:
2018-02-11 21:55:53 UTC
Size:
3.16 KB
patch
obsolete
>Index: net/et/Makefile >=================================================================== >--- net/et/Makefile (nonexistent) >+++ net/et/Makefile (working copy) >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= et >+PORTVERSION= 4.2.0 >+DISTVERSIONPREFIX= v >+PORTREVISION= 1 >+CATEGORIES= net >+MASTER_SITES= https://github.com/MisterTea/EternalTCP/archive/ >+ >+MAINTAINER= trevis@silencedpoet.com >+COMMENT= Eternal Terminal is a remote shell that automatically reconnects without interrupting the 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:noninja ncurses:port >+GH_ACCOUNT= MisterTea >+GH_PROJECT= EternalTCP >+WRKSRC=${WRKDIR}/EternalTCP-${DISTNAME} >+.include <bsd.port.mk> > >Property changes on: net/et/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/et/distinfo >=================================================================== >--- net/et/distinfo (nonexistent) >+++ net/et/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1518144033 >+SHA256 (et-v4.2.0.tar.gz) = 42372f64bacaecffcdfe3676e631a32481043e0ff0412aaf7548bf27839b5c82 >+SIZE (et-v4.2.0.tar.gz) = 84231 > >Property changes on: net/et/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/et/pkg-descr >=================================================================== >--- net/et/pkg-descr (nonexistent) >+++ net/et/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+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/ > >Property changes on: net/et/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/et/pkg-plist >=================================================================== >--- net/et/pkg-plist (nonexistent) >+++ net/et/pkg-plist (working copy) >@@ -0,0 +1,2 @@ >+bin/et >+bin/etserver > >Property changes on: net/et/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225837
: 190526