svn commit: r493186 - in head/net: . p5-Net-Ping

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 17 19:38:35 UTC 2019


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 <sem at FreeBSD.org>
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	Net-Ping
-PORTVERSION=	2.41
+PORTVERSION=	2.71
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
-COMMENT=	Perl module to check a remote host for reachability
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list