pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mosh Remove MESSAGE, bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72173e29b198
branches:  trunk
changeset: 363032:72173e29b198
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue May 30 18:26:49 2017 +0000

description:
Remove MESSAGE, bump revision.

The expected use case for mosh is using ssh for authentication, by just
running "mosh username@host". No need to spawn mosh-server and -client
manually.

diffstat:

 net/mosh/MESSAGE  |  19 -------------------
 net/mosh/Makefile |   3 ++-
 2 files changed, 2 insertions(+), 20 deletions(-)

diffs (35 lines):

diff -r 77a0c04cc4a7 -r 72173e29b198 net/mosh/MESSAGE
--- a/net/mosh/MESSAGE  Tue May 30 16:53:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2012/07/20 03:15:29 agc Exp $
-===========================================================================
-
-To invoke the server, you need to use a UTF-8 character set, and
-a hard-coded string of "new" (to make mosh-server use getopt). e.g.
-
-       % env LC_CTYPE="en_US.UTF-8" mosh-server new -i 192.168.98.130
-       MOSH CONNECT 60001 2zDOoujUVJ1AW4YFYw36sg
-       %
-
-and to connect to that server, the invocation is
-
-       % env LC_CTYPE="en_US.UTF-8" MOSH_KEY=2zDOoujUVJ1AW4YFYw36sg \
-               mosh-client 192.168.98.130 60001
-
-Please note that this package uses UDP, and so packets may be filtered
-in certain environments.
-===========================================================================
diff -r 77a0c04cc4a7 -r 72173e29b198 net/mosh/Makefile
--- a/net/mosh/Makefile Tue May 30 16:53:23 2017 +0000
+++ b/net/mosh/Makefile Tue May 30 18:26:49 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/05/24 21:59:47 agc Exp $
+# $NetBSD: Makefile,v 1.18 2017/05/30 18:26:49 bsiegert Exp $
 
 DISTNAME=      mosh-1.3.0
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://mosh.mit.edu/
 



Home | Main Index | Thread Index | Old Index