From owner-svn-ports-head@freebsd.org Tue Jul 3 21:46:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14F27102B3AE; Tue, 3 Jul 2018 21:46:59 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE5F472774; Tue, 3 Jul 2018 21:46:58 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BAA521CE0; Tue, 3 Jul 2018 21:46:58 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w63LkwGK022961; Tue, 3 Jul 2018 21:46:58 GMT (envelope-from dteske@FreeBSD.org) Received: (from dteske@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w63LkwDK022958; Tue, 3 Jul 2018 21:46:58 GMT (envelope-from dteske@FreeBSD.org) Message-Id: <201807032146.w63LkwDK022958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dteske set sender to dteske@FreeBSD.org using -f From: Devin Teske Date: Tue, 3 Jul 2018 21:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473855 - head/sysutils/mping X-SVN-Group: ports-head X-SVN-Commit-Author: dteske X-SVN-Commit-Paths: head/sysutils/mping X-SVN-Commit-Revision: 473855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2018 21:46:59 -0000 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/