diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 20:23:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 20:23:09 +0800 |
commit | a4b190d2f4072a0ae8d3b944c86517084bc0b170 (patch) | |
tree | 081d1ec5b8081abe0b78d0c52917539f8b991c9d /devel | |
parent | 889c2df195ab88f40cf6f8e27325cfd9d010cb52 (diff) | |
download | freebsd-ports-gnome-a4b190d2f4072a0ae8d3b944c86517084bc0b170.tar.gz freebsd-ports-gnome-a4b190d2f4072a0ae8d3b944c86517084bc0b170.tar.zst freebsd-ports-gnome-a4b190d2f4072a0ae8d3b944c86517084bc0b170.zip |
add p5-POE-Component-IKC
POE Inter-Kernel Communication
PR: 32782
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-POE-Component-IKC/Makefile | 30 | ||||
-rw-r--r-- | devel/p5-POE-Component-IKC/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-POE-Component-IKC/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-POE-Component-IKC/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-POE-Component-IKC/pkg-plist | 16 |
6 files changed, 55 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2dfe708fdd61..aec8157e6e23 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-POE-Component-IKC/Makefile b/devel/p5-POE-Component-IKC/Makefile new file mode 100644 index 000000000000..028149391d47 --- /dev/null +++ b/devel/p5-POE-Component-IKC/Makefile @@ -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> diff --git a/devel/p5-POE-Component-IKC/distinfo b/devel/p5-POE-Component-IKC/distinfo new file mode 100644 index 000000000000..a572ff62704a --- /dev/null +++ b/devel/p5-POE-Component-IKC/distinfo @@ -0,0 +1 @@ +MD5 (POE-Component-IKC-0.13.tar.gz) = 13e0c2bd3cb443143ff07a2c83ab58ba diff --git a/devel/p5-POE-Component-IKC/pkg-comment b/devel/p5-POE-Component-IKC/pkg-comment new file mode 100644 index 000000000000..3abbdec1d2c3 --- /dev/null +++ b/devel/p5-POE-Component-IKC/pkg-comment @@ -0,0 +1 @@ +POE Inter-Kernel Communication diff --git a/devel/p5-POE-Component-IKC/pkg-descr b/devel/p5-POE-Component-IKC/pkg-descr new file mode 100644 index 000000000000..3c37423e7f23 --- /dev/null +++ b/devel/p5-POE-Component-IKC/pkg-descr @@ -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 diff --git a/devel/p5-POE-Component-IKC/pkg-plist b/devel/p5-POE-Component-IKC/pkg-plist new file mode 100644 index 000000000000..ff1671d5808a --- /dev/null +++ b/devel/p5-POE-Component-IKC/pkg-plist @@ -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 |