diff options
author | sem <sem@FreeBSD.org> | 2007-07-28 05:17:53 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-07-28 05:17:53 +0800 |
commit | 2a3180e4463993d5b7c6cd4d040208bb0bb227ee (patch) | |
tree | 94bf6f69a466f091eedfb7d059e8839b85799507 /net/p5-Net-Ping | |
parent | 9442be8d9991aeec790584bf534b6ea9990e734f (diff) | |
download | freebsd-ports-graphics-2a3180e4463993d5b7c6cd4d040208bb0bb227ee.tar.gz freebsd-ports-graphics-2a3180e4463993d5b7c6cd4d040208bb0bb227ee.tar.zst freebsd-ports-graphics-2a3180e4463993d5b7c6cd4d040208bb0bb227ee.zip |
- New port: p5-Net-Ping
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.
WWW: http://search.cpan.org/dist/Net-Ping
Diffstat (limited to 'net/p5-Net-Ping')
-rw-r--r-- | net/p5-Net-Ping/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Ping/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Ping/pkg-descr | 6 | ||||
-rw-r--r-- | net/p5-Net-Ping/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/p5-Net-Ping/Makefile b/net/p5-Net-Ping/Makefile new file mode 100644 index 00000000000..02bf2b315bc --- /dev/null +++ b/net/p5-Net-Ping/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: net/p5-Net-Ping +# Date created: 28 July 2007 +# Whom: Sergey Matveychuk <sem@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Ping +PORTVERSION= 2.31 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= sem@FreeBSD.org +COMMENT= A perl module to check a remote host for reachability + +PERL_CONFIGURE= yes + +MAN3= Net::Ping.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-Ping/distinfo b/net/p5-Net-Ping/distinfo new file mode 100644 index 00000000000..b0329d69d96 --- /dev/null +++ b/net/p5-Net-Ping/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Ping-2.31.tar.gz) = eaed21e51f6164581ebb37d0f6a4f605 +SHA256 (Net-Ping-2.31.tar.gz) = cea2fd27cc3ae8cb668f0ca513521b6ae14cd812203dca5eca0fd11f3fdc60e1 +SIZE (Net-Ping-2.31.tar.gz) = 33580 diff --git a/net/p5-Net-Ping/pkg-descr b/net/p5-Net-Ping/pkg-descr new file mode 100644 index 00000000000..b731492f5db --- /dev/null +++ b/net/p5-Net-Ping/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/Net-Ping diff --git a/net/p5-Net-Ping/pkg-plist b/net/p5-Net-Ping/pkg-plist new file mode 100644 index 00000000000..5d88fb01fb6 --- /dev/null +++ b/net/p5-Net-Ping/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Net/Ping.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net |