1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

add p5-POE-Component-IKC

POE Inter-Kernel Communication

PR:		32782
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Ying-Chieh Liao 2001-12-13 12:23:09 +00:00
parent 22105a2897
commit 0d6d4c4b0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51488
6 changed files with 55 additions and 0 deletions

View File

@ -399,6 +399,7 @@
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Client-HTTP
SUBDIR += p5-POE-Component-Client-Ping
SUBDIR += p5-POE-Component-IKC
SUBDIR += p5-POE-Component-JobQueue
SUBDIR += p5-POE-Component-Pcap
SUBDIR += p5-POE-Component-RSS

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: POE-Component-IKC
# Date created: 7 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-IKC
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://poe.perl.org/poedown/
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::IKC.3 POE::Component::IKC::Channel.3 \
POE::Component::IKC::Client.3 POE::Component::IKC::ClientLite.3 \
POE::Component::IKC::Freezer.3 POE::Component::IKC::Proxy.3 \
POE::Component::IKC::Responder.3 POE::Component::IKC::Server.3 \
POE::Component::IKC::Specifier.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-Component-IKC-0.13.tar.gz) = 13e0c2bd3cb443143ff07a2c83ab58ba

View File

@ -0,0 +1 @@
POE Inter-Kernel Communication

View File

@ -0,0 +1,6 @@
This a first draft if Inter-Kernel Communication for POE.
WWW: http://search.cpan.org/search?dist=POE-Component-IKC
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,16 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IKC/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC.pod
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/Channel.pm
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/Client.pm
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/ClientLite.pm
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/Freezer.pm
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/Proxy.pm
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/Responder.pm
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/Server.pm
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/Specifier.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IKC
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true