pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
New package for ssh_ping.
Module Name: pkgsrc-wip
Committed By: Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By: bsiegert
Date: Wed Nov 23 09:17:57 2022 +0100
Changeset: bbb567813df764e06c19b2db3728c4b80b486e72
Modified Files:
Makefile
Added Files:
ssh_ping/DESCR
ssh_ping/Makefile
ssh_ping/PLIST
ssh_ping/distinfo
ssh_ping/go-modules.mk
Log Message:
New package for ssh_ping.
ssh_ping is a utility for measuring SSH session latency. It connects to a host
over SSH, then repeatedly sends data to be echoed back for five seconds and
measures statistics about the results.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bbb567813df764e06c19b2db3728c4b80b486e72
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
ssh_ping/DESCR | 3 +++
ssh_ping/Makefile | 19 +++++++++++++++++++
ssh_ping/PLIST | 2 ++
ssh_ping/distinfo | 11 +++++++++++
ssh_ping/go-modules.mk | 4 ++++
6 files changed, 40 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 8ef9209212..c6b8f9836a 100644
--- a/Makefile
+++ b/Makefile
@@ -5445,6 +5445,7 @@ SUBDIR+= src
SUBDIR+= srecord
SUBDIR+= srvx
SUBDIR+= sselp
+SUBDIR+= ssh_ping
SUBDIR+= ssh-chat
SUBDIR+= ssid
SUBDIR+= ssu
diff --git a/ssh_ping/DESCR b/ssh_ping/DESCR
new file mode 100644
index 0000000000..7fc1bae210
--- /dev/null
+++ b/ssh_ping/DESCR
@@ -0,0 +1,3 @@
+ssh_ping is a utility for measuring SSH session latency. It connects to a host
+over SSH, then repeatedly sends data to be echoed back for five seconds and
+measures statistics about the results.
diff --git a/ssh_ping/Makefile b/ssh_ping/Makefile
new file mode 100644
index 0000000000..6bc920b71e
--- /dev/null
+++ b/ssh_ping/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+GITHUB_PROJECT= ssh_ping
+GITHUB_TAG= 6c1e3e3090f8340c830195c981892863e395e913
+DISTNAME= ssh_ping-0.20221123
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jacobsa/}
+
+MAINTAINER= bsiegert%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jacobsa/ssh_ping/
+COMMENT= Utility for measuring SSH session latency
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # Go
+
+.include "go-modules.mk"
+
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ssh_ping/PLIST b/ssh_ping/PLIST
new file mode 100644
index 0000000000..8374953903
--- /dev/null
+++ b/ssh_ping/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/ssh_ping
diff --git a/ssh_ping/distinfo b/ssh_ping/distinfo
new file mode 100644
index 0000000000..be1e7dd62f
--- /dev/null
+++ b/ssh_ping/distinfo
@@ -0,0 +1,11 @@
+$NetBSD$
+
+BLAKE2s (github.com_montanaflynn_stats_@v_v0.6.6.mod) = f4fb3b6cb184ef08fcf25b3af7a74d8bc7c5061e9b973efe80e0d5464d1075a3
+SHA512 (github.com_montanaflynn_stats_@v_v0.6.6.mod) = f5dca41a517bf3f79fcdd2a0555fe6f190eea41d4947cc06436a5c6a691b585980a35fbc449c1322d136c43ae537324d6305bee40948c1f9cb8825686f7248ba
+Size (github.com_montanaflynn_stats_@v_v0.6.6.mod) = 46 bytes
+BLAKE2s (github.com_montanaflynn_stats_@v_v0.6.6.zip) = a38b162a5b62f33fa522b40b95e8c6869420979abbdaf870d4bbb1ec83a43d67
+SHA512 (github.com_montanaflynn_stats_@v_v0.6.6.zip) = 86287bb136f5b039964d1747d459ec2c1d488b6657e8502f30e797f3fd23f79c74e4e204bf46d4ea16c0d52edbec225ffd9aaeec16ef91c0cbe5552f8a359fdf
+Size (github.com_montanaflynn_stats_@v_v0.6.6.zip) = 73877 bytes
+BLAKE2s (ssh_ping-0.20221123-6c1e3e3090f8340c830195c981892863e395e913.tar.gz) = a2ceeb4ad81182a78bc2b03cc9a300628a269c971d4d2963ffaa1e40fd7c9733
+SHA512 (ssh_ping-0.20221123-6c1e3e3090f8340c830195c981892863e395e913.tar.gz) = cb511278a8e1106cda26f87c24fcef30f32a83aaf4d20a9b26dab699c4e1a1ef963333757b7dabebd9b0d5690fe0f804ed01369c332ef7a22cd9f896cfd78883
+Size (ssh_ping-0.20221123-6c1e3e3090f8340c830195c981892863e395e913.tar.gz) = 5944 bytes
diff --git a/ssh_ping/go-modules.mk b/ssh_ping/go-modules.mk
new file mode 100644
index 0000000000..435980c891
--- /dev/null
+++ b/ssh_ping/go-modules.mk
@@ -0,0 +1,4 @@
+# $NetBSD$
+
+GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.6.6.mod
+GO_MODULE_FILES+= github.com/montanaflynn/stats/@v/v0.6.6.zip
Home |
Main Index |
Thread Index |
Old Index