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
This commit is contained in:
Devin Teske
2018-07-03 21:46:57 +00:00
parent fd4a46c013
commit e023fa1cfd
3 changed files with 15 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
# $FreeBSD$
PORTNAME= mping
DISTVERSION= 0.1.3
DISTVERSION= 0.1.4
CATEGORIES= sysutils
PKGNAMESUFFIX= -fraubsd
MAINTAINER= dteske@FreeBSD.org
COMMENT= Ping multiple hosts

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1529345998
SHA256 (FrauBSD-mping-0.1.3_GH0.tar.gz) = 7c299d0433c8a02f94fd92c12e667e719edea1d2c1516c1eb6ebdc21511858e2
SIZE (FrauBSD-mping-0.1.3_GH0.tar.gz) = 7104
TIMESTAMP = 1530583431
SHA256 (FrauBSD-mping-0.1.4_GH0.tar.gz) = ecca1bbcb0adb759e68d39d209705c8b33d2904d050e4b3352643cbda9752d05
SIZE (FrauBSD-mping-0.1.4_GH0.tar.gz) = 7303

View File

@@ -1,6 +1,15 @@
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.
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).
WWW: https://fraubsd.org/mping/