Port details |
- mping Ping multiple hosts
- 0.1.4 sysutils =2 0.1.4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-06-27 18:34:57
- Last Update: 2024-03-23 11:13:36
- Commit Hash: e011873
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/FrauBSD/mping
- Description:
- mping is a utility for pinging multiple hosts. It is written in shell with
minimal dependencies (awk, date, getconf, head, host, ping, sleep, sort, stty,
tr, uname, and xargs). It also has a feature to keep watching the given hosts
and alert to any changes in availability.
Quickly get status on one or more hosts using ping. Automatically takes
advantage of multiple CPUs and will ping multiple hosts in parallel.
Watch changes in ping status with "-d" for differential mode to alert you when
changes take place.
Use shell expansion features such as 192.168.0.{1..254} to quickly scan for
unused IP addresses (if applicable).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mping-fraubsd>0:sysutils/mping
- To install the port:
- cd /usr/ports/sysutils/mping/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/mping
- pkg install mping-fraubsd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mping-fraubsd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1530583431
SHA256 (FrauBSD-mping-0.1.4_GH0.tar.gz) = ecca1bbcb0adb759e68d39d209705c8b33d2904d050e4b3352643cbda9752d05
SIZE (FrauBSD-mping-0.1.4_GH0.tar.gz) = 7303
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mping-fraubsd-0.1.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_mping
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.4 23 Mar 2024 11:13:36 |
Daniel Engberg (diizzy) |
*/*: Move WWW entries for fraubsd.org to GitHub
fraubsd.org isn't responding so move all WWW entries to GitHub
Approved by: portmgr (blanket) |
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 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.4 05 Nov 2019 20:57:35 |
rene |
Return dteske's ports to the pool after safekeeping her commit bit. |
0.1.4 03 Jul 2018 21:46:58 |
dteske |
sysutils/mping: Update to 0.1.4 and add PKGNAMESUFFIX
+ Improved pkg-descr to differentiate from net/mping
+ Added PKGNAMESUFFIX to prevent conflict with net/mping
- Reported by antoine
+ Update to 0.1.4 which contains updated README.md
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Smule, Inc.
Differential Revision: https://reviews.freebsd.org/D16106 |
0.1.3 27 Jun 2018 18:34:43 |
dteske |
[New Port] sysutils/mping
mping is a utility for pinging multiple hosts. It is written in shell with
minimal dependencies (awk, date, getconf, head, host, ping, sleep, sort, stty,
tr, uname, and xargs). It also has a feature to keep watching the given hosts
and alert to any changes in uptime.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Smule, Inc.
Differential Revision: https://reviews.freebsd.org/D15875 |
Number of commits found: 8
|