pkgsrc-WIP-changes archive

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

mosh: incomplete update to 1.4.0



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Fri Aug 25 20:47:52 2023 +0200
Changeset:	7621ae76697ec5a58bad3c88564ca72c436970e5

Modified Files:
	Makefile
Added Files:
	mosh/DESCR
	mosh/Makefile
	mosh/PLIST
	mosh/distinfo

Log Message:
mosh: incomplete update to 1.4.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7621ae76697ec5a58bad3c88564ca72c436970e5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile      |  1 +
 mosh/DESCR    |  6 ++++++
 mosh/Makefile | 32 ++++++++++++++++++++++++++++++++
 mosh/PLIST    |  7 +++++++
 mosh/distinfo |  5 +++++
 5 files changed, 51 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5ac35ed5cf..fd8f324d3e 100644
--- a/Makefile
+++ b/Makefile
@@ -2358,6 +2358,7 @@ SUBDIR+=	mopac
 SUBDIR+=	mopac7
 SUBDIR+=	moregroupware
 SUBDIR+=	morse
+SUBDIR+=	mosh
 SUBDIR+=	mothur
 SUBDIR+=	motion
 SUBDIR+=	motti
diff --git a/mosh/DESCR b/mosh/DESCR
new file mode 100644
index 0000000000..66196acdc4
--- /dev/null
+++ b/mosh/DESCR
@@ -0,0 +1,6 @@
+Mosh is a Remote terminal application that allows roaming, supports
+intermittent connectivity, and provides intelligent local echo and
+line editing of user keystrokes.
+
+Mosh is a replacement for SSH.  It's more robust and responsive,
+especially over Wi-Fi, cellular, and long-distance links.
diff --git a/mosh/Makefile b/mosh/Makefile
new file mode 100644
index 0000000000..44daa00bd5
--- /dev/null
+++ b/mosh/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.32 2023/08/18 18:12:26 bsiegert Exp $
+
+DISTNAME=	mosh-1.4.0
+CATEGORIES=	net
+MASTER_SITES=	http://mosh.org/
+
+MAINTAINER=	agc%NetBSD.org@localhost
+HOMEPAGE=	http://mosh.mit.edu/
+COMMENT=	Remote terminal application which allows roaming
+LICENSE=	gnu-gpl-v3
+
+GNU_CONFIGURE=		yes
+USE_TOOLS+=		perl:run pkg-config
+USE_LANGUAGES+=		c c++11
+USE_GCC_RUNTIME=	yes
+
+REPLACE_PERL+=	scripts/mosh.pl
+REPLACE_PERL+=	src/tests/genbase64.pl
+REPLACE_PERL+=	src/tests/hold-stdin
+REPLACE_PERL+=	src/tests/print-exitstatus
+
+TEST_TARGET=	check
+
+.include "../../devel/protobuf/buildlink3.mk"
+BUILDLINK_API_DEPENDS.zlib+=    zlib>=1.2.0.4
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mosh/PLIST b/mosh/PLIST
new file mode 100644
index 0000000000..4f44a9996a
--- /dev/null
+++ b/mosh/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/20 03:15:29 agc Exp $
+bin/mosh
+bin/mosh-client
+bin/mosh-server
+man/man1/mosh-client.1
+man/man1/mosh-server.1
+man/man1/mosh.1
diff --git a/mosh/distinfo b/mosh/distinfo
new file mode 100644
index 0000000000..7ba3ffbc5d
--- /dev/null
+++ b/mosh/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.12 2021/10/26 11:06:01 nia Exp $
+
+BLAKE2s (mosh-1.4.0.tar.gz) = 2500ffd34e8a1c2d29f52726de9adfbbe9547e858ae269fd9a35ca521ea6c96c
+SHA512 (mosh-1.4.0.tar.gz) = 38c11f52ff1e42965b50a22bf6de80b0fa8ebbff841d825e760abf69c788a2bf5f34e6f7fc047574d595118334eef9edf8da5520b52cdde3ac1a79d7ad70312e
+Size (mosh-1.4.0.tar.gz) = 393465 bytes


Home | Main Index | Thread Index | Old Index