svn commit: r473855 - head/sysutils/mping

Devin Teske dteske at FreeBSD.org
Tue Jul 3 21:46:59 UTC 2018


Author: dteske
Date: Tue Jul  3 21:46:57 2018
New Revision: 473855
URL: https://svnweb.freebsd.org/changeset/ports/473855

Log:
  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

Modified:
  head/sysutils/mping/Makefile
  head/sysutils/mping/distinfo
  head/sysutils/mping/pkg-descr

Modified: head/sysutils/mping/Makefile
==============================================================================
--- head/sysutils/mping/Makefile	Tue Jul  3 20:36:54 2018	(r473854)
+++ head/sysutils/mping/Makefile	Tue Jul  3 21:46:57 2018	(r473855)
@@ -1,8 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	mping
-DISTVERSION=	0.1.3
+DISTVERSION=	0.1.4
 CATEGORIES=	sysutils
+PKGNAMESUFFIX=	-fraubsd
 
 MAINTAINER=	dteske at FreeBSD.org
 COMMENT=	Ping multiple hosts

Modified: head/sysutils/mping/distinfo
==============================================================================
--- head/sysutils/mping/distinfo	Tue Jul  3 20:36:54 2018	(r473854)
+++ head/sysutils/mping/distinfo	Tue Jul  3 21:46:57 2018	(r473855)
@@ -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

Modified: head/sysutils/mping/pkg-descr
==============================================================================
--- head/sysutils/mping/pkg-descr	Tue Jul  3 20:36:54 2018	(r473854)
+++ head/sysutils/mping/pkg-descr	Tue Jul  3 21:46:57 2018	(r473855)
@@ -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/


More information about the svn-ports-all mailing list