summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/mping/Makefile3
-rw-r--r--sysutils/mping/distinfo6
-rw-r--r--sysutils/mping/pkg-descr11
3 files changed, 15 insertions, 5 deletions
diff --git a/sysutils/mping/Makefile b/sysutils/mping/Makefile
index cbcc4bbb5102..5c1431f0a049 100644
--- a/sysutils/mping/Makefile
+++ b/sysutils/mping/Makefile
@@ -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
diff --git a/sysutils/mping/distinfo b/sysutils/mping/distinfo
index 9d1dd4d4f83c..65ed17b2bdd2 100644
--- a/sysutils/mping/distinfo
+++ b/sysutils/mping/distinfo
@@ -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
diff --git a/sysutils/mping/pkg-descr b/sysutils/mping/pkg-descr
index 4a2e197dbd1d..14ca7deb8cbc 100644
--- a/sysutils/mping/pkg-descr
+++ b/sysutils/mping/pkg-descr
@@ -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/