diff options
Diffstat (limited to 'net/p5-POE-Component-Client-Ping')
-rw-r--r-- | net/p5-POE-Component-Client-Ping/Makefile | 27 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Ping/distinfo | 1 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Ping/pkg-descr | 8 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Ping/pkg-plist | 9 |
4 files changed, 0 insertions, 45 deletions
diff --git a/net/p5-POE-Component-Client-Ping/Makefile b/net/p5-POE-Component-Client-Ping/Makefile deleted file mode 100644 index ebe089b29969..000000000000 --- a/net/p5-POE-Component-Client-Ping/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: POE-Component-Client-Ping -# Date created: 10 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-Client-Ping -PORTVERSION= 0.98 -CATEGORIES= devel perl5 net -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - http://poe.perl.org/poedown/ -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= POE component for non-blocking/concurrent ICMP ping - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= POE::Component::Client::Ping.3 - -.include <bsd.port.mk> diff --git a/net/p5-POE-Component-Client-Ping/distinfo b/net/p5-POE-Component-Client-Ping/distinfo deleted file mode 100644 index 47379851508a..000000000000 --- a/net/p5-POE-Component-Client-Ping/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (POE-Component-Client-Ping-0.98.tar.gz) = 7e874fd679c56f39408df48dfcf8910b diff --git a/net/p5-POE-Component-Client-Ping/pkg-descr b/net/p5-POE-Component-Client-Ping/pkg-descr deleted file mode 100644 index 268a2472df7c..000000000000 --- a/net/p5-POE-Component-Client-Ping/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -POE::Component::Client::Ping is non-blocking ICMP ping client session. -It lets several other sessions ping through it in parallel, and it -lets them continue doing other things while they wait for responses. - -WWW: http://search.cpan.org/dist/POE-Component-Client-Ping/ - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/net/p5-POE-Component-Client-Ping/pkg-plist b/net/p5-POE-Component-Client-Ping/pkg-plist deleted file mode 100644 index b58ec262f1d1..000000000000 --- a/net/p5-POE-Component-Client-Ping/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/POE/Component/Client/Ping.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Ping/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Ping -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true |