Date: Tue, 3 Jul 2018 21:46:58 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473855 - head/sysutils/mping Message-ID: <201807032146.w63LkwDK022958@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807032146.w63LkwDK022958>