From owner-svn-ports-all@freebsd.org Sun Feb 17 19:38:35 2019 Return-Path: Delivered-To: svn-ports-all@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 9E02014DB94F; Sun, 17 Feb 2019 19:38:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40B7084264; Sun, 17 Feb 2019 19:38:35 +0000 (UTC) (envelope-from sunpoet@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 2E7A722E24; Sun, 17 Feb 2019 19:38:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1HJcZEq032958; Sun, 17 Feb 2019 19:38:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1HJcYFW032954; Sun, 17 Feb 2019 19:38:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201902171938.x1HJcYFW032954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Feb 2019 19:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493186 - in head/net: . p5-Net-Ping X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . p5-Net-Ping X-SVN-Commit-Revision: 493186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 40B7084264 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2019 19:38:35 -0000 Author: sunpoet Date: Sun Feb 17 19:38:34 2019 New Revision: 493186 URL: https://svnweb.freebsd.org/changeset/ports/493186 Log: Add p5-Net-Ping 2.71 Net::Ping contains methods to test the reachability of remote hosts on a network. A ping object is first created with optional parameters, a variable number of hosts may be pinged multiple times and then the connection is closed. You may choose one of six different protocols to use for the ping. The "tcp" protocol is the default. Note that a live remote host may still fail to be pingable by one or more of these protocols. For example, www.microsoft.com is generally alive but not "icmp" pingable. WWW: https://metacpan.org/release/Net-Ping Added: head/net/p5-Net-Ping/ - copied from r425762, head/net/p5-Net-Ping/ Modified: head/net/Makefile head/net/p5-Net-Ping/Makefile head/net/p5-Net-Ping/distinfo head/net/p5-Net-Ping/pkg-descr Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Feb 17 19:36:51 2019 (r493185) +++ head/net/Makefile Sun Feb 17 19:38:34 2019 (r493186) @@ -747,6 +747,7 @@ SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-PcapUtils + SUBDIR += p5-Net-Ping SUBDIR += p5-Net-Ping-External SUBDIR += p5-Net-Proxy SUBDIR += p5-Net-PubSubHubbub-Publisher Modified: head/net/p5-Net-Ping/Makefile ============================================================================== --- head/net/p5-Net-Ping/Makefile Tue Nov 8 20:56:24 2016 (r425762) +++ head/net/p5-Net-Ping/Makefile Sun Feb 17 19:38:34 2019 (r493186) @@ -1,23 +1,21 @@ -# Created by: Sergey Matveychuk +# Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Net-Ping -PORTVERSION= 2.41 +PORTVERSION= 2.71 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl module to check a remote host for reachability +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Check a remote host for reachability -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -DEPRECATED= This or newer version included in all supported versions of perl -EXPIRATION_DATE= 2016-11-08 - USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include Modified: head/net/p5-Net-Ping/distinfo ============================================================================== --- head/net/p5-Net-Ping/distinfo Tue Nov 8 20:56:24 2016 (r425762) +++ head/net/p5-Net-Ping/distinfo Sun Feb 17 19:38:34 2019 (r493186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472090762 -SHA256 (Net-Ping-2.41.tar.gz) = cbff21a8d323f235b70237c7ee56ffa5f22e87511e70608c027e2ec27fce47e0 -SIZE (Net-Ping-2.41.tar.gz) = 29075 +TIMESTAMP = 1550365898 +SHA256 (Net-Ping-2.71.tar.gz) = 0819d0aa87b173e98ecb3ccfd92272ce53c7fc9e86f962f64602a6fa477f7d4f +SIZE (Net-Ping-2.71.tar.gz) = 50863 Modified: head/net/p5-Net-Ping/pkg-descr ============================================================================== --- head/net/p5-Net-Ping/pkg-descr Tue Nov 8 20:56:24 2016 (r425762) +++ head/net/p5-Net-Ping/pkg-descr Sun Feb 17 19:38:34 2019 (r493186) @@ -1,6 +1,10 @@ -This module contains methods to test the reachability of remote -hosts on a network. A ping object is first created with optional -parameters, a variable number of hosts may be pinged multiple -times and then the connection is closed. +Net::Ping contains methods to test the reachability of remote hosts on a +network. A ping object is first created with optional parameters, a variable +number of hosts may be pinged multiple times and then the connection is closed. -WWW: http://search.cpan.org/dist/Net-Ping/ +You may choose one of six different protocols to use for the ping. The "tcp" +protocol is the default. Note that a live remote host may still fail to be +pingable by one or more of these protocols. For example, www.microsoft.com is +generally alive but not "icmp" pingable. + +WWW: https://metacpan.org/release/Net-Ping