Port details |
- sshping SSH-based ping to measure character echo latency and bandwidth
- 0.1.4_1 net =2 0.1.4_1Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2017-08-16 13:23:21
- Last Update: 2024-01-23 15:21:16
- Commit Hash: af6f8a8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/spook/sshping/
- Description:
- Utility 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/sshping/ && make install clean
- To add the package, run one of these commands:
- pkg install net/sshping
- pkg install sshping
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sshping
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1521568876
SHA256 (spook-sshping-v0.1.4_GH0.tar.gz) = 589623e3fbe88dc1d423829e821f9d57f09aef0d9a2f04b7740b50909217863a
SIZE (spook-sshping-v0.1.4_GH0.tar.gz) = 3536227
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libssh.so : security/libssh
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_sshping
- USES:
- cmake localbase:ldflags perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.4_1 23 Jan 2024 15:21:16 |
Emanuel Haupt (ehaupt) |
net/sshping: Move man pages to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.4 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.4 20 Mar 2018 18:09:37 |
ehaupt |
Update to 0.1.4 |
0.1.3_1 18 Mar 2018 15:11:09 |
ehaupt |
- Use cmake and get rid of own do-build/do-install target
- Adjust package list according to cmake's man category preference
- Sort USES
- Adjust manpage section during build
- Bump PORTREVISION due to package list change |
0.1.3 18 Mar 2018 14:26:57 |
ehaupt |
Update to 0.1.3 |
0.1.2 14 Mar 2018 10:28:01 |
ehaupt |
Update to 0.1.2 |
0.1.1 06 Nov 2017 09:35:04 |
ehaupt |
Ensure perl is present during build time.
Notified by: pkg-fallout |
0.1.1 04 Nov 2017 13:08:29 |
ehaupt |
- Update to 0.1.1
- Install man page |
0.0.2017081601 17 Aug 2017 10:53:46 |
ehaupt |
Fix build on FreeBSD 11.x versions prior to LLVM 4.0.0 base import.
Notified by: pkg-fallout (110i386-default, 110amd64-default) |
0.0.2017081601 16 Aug 2017 13:39:15 |
ehaupt |
Remove temporary file that was accidentally added in previous commit. |
0.0.2017081601 16 Aug 2017 13:23:12 |
ehaupt |
Add sshping 0.0.2017081601, SSH-based ping to measure character echo
latency and bandwidth. |