pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/sshping
Module Name: pkgsrc
Committed By: leot
Date: Sat May 28 17:33:20 UTC 2022
Added Files:
pkgsrc/net/sshping: DESCR Makefile PLIST distinfo
Log Message:
sshping: Import sshping-0.1.4 as net/sshping
sshping measure character-echo latency and bandwidth for an ssh
session.
This utility can be used to test the performance of interactive ssh
sessions or scp file transfers. It uses ssh to log into a remote
system, then runs two tests: the first test sends one character at a
time, waiting for each character to be returned while it records the
latency time for each. The second test sends a dummy file over scp to
/dev/null on the remote system.
Packaged in pkgsrc-wip by KFL, thanks!
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/sshping/DESCR pkgsrc/net/sshping/Makefile \
pkgsrc/net/sshping/PLIST pkgsrc/net/sshping/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/sshping/DESCR
diff -u /dev/null pkgsrc/net/sshping/DESCR:1.1
--- /dev/null Sat May 28 17:33:20 2022
+++ pkgsrc/net/sshping/DESCR Sat May 28 17:33:20 2022
@@ -0,0 +1,9 @@
+sshping measure character-echo latency and bandwidth for an ssh
+session.
+
+This utility can be used to test the performance of interactive ssh
+sessions or scp file transfers. It uses ssh to log into a remote
+system, then runs two tests: the first test sends one character at a
+time, waiting for each character to be returned while it records the
+latency time for each. The second test sends a dummy file over scp to
+/dev/null on the remote system.
Index: pkgsrc/net/sshping/Makefile
diff -u /dev/null pkgsrc/net/sshping/Makefile:1.1
--- /dev/null Sat May 28 17:33:20 2022
+++ pkgsrc/net/sshping/Makefile Sat May 28 17:33:20 2022
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/05/28 17:33:20 leot Exp $
+
+DISTNAME= sshping-0.1.4
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=spook/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/spook/sshping/
+COMMENT= Measure character-echo latency and bandwidth for ssh session
+LICENSE= mit
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+.include "../../security/libssh/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/sshping/PLIST
diff -u /dev/null pkgsrc/net/sshping/PLIST:1.1
--- /dev/null Sat May 28 17:33:20 2022
+++ pkgsrc/net/sshping/PLIST Sat May 28 17:33:20 2022
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/28 17:33:20 leot Exp $
+bin/sshping
+man/man8/sshping.8
Index: pkgsrc/net/sshping/distinfo
diff -u /dev/null pkgsrc/net/sshping/distinfo:1.1
--- /dev/null Sat May 28 17:33:20 2022
+++ pkgsrc/net/sshping/distinfo Sat May 28 17:33:20 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/28 17:33:20 leot Exp $
+
+BLAKE2s (sshping-0.1.4.tar.gz) = 2108dc5850f721ccde6a486689b4f8c3f6846345d019625ae1f5c8bbf0e17c6a
+SHA512 (sshping-0.1.4.tar.gz) = 16d72099b468c58d44835822a372f97863ba0b73282e8e64c20b0a0e6465e6f9efa634a85b0c7c13d03c470c547b08332820bf177f5bad59984270801ab74782
+Size (sshping-0.1.4.tar.gz) = 3536227 bytes
Home |
Main Index |
Thread Index |
Old Index