add p5-POE-COmponent-IKC-ReallySimple

PR:		32786
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Ying-Chieh Liao 2001-12-13 12:36:16 +00:00
parent 6d9e585902
commit 8471848224
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51495
6 changed files with 46 additions and 0 deletions

View File

@ -402,6 +402,7 @@
SUBDIR += p5-POE-Component-Client-UserAgent
SUBDIR += p5-POE-Component-DBIAgent
SUBDIR += p5-POE-Component-IKC
SUBDIR += p5-POE-Component-IKC-ReallySimple
SUBDIR += p5-POE-Component-IRC
SUBDIR += p5-POE-Component-JobQueue
SUBDIR += p5-POE-Component-Pcap

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: POE-Component-IKC-ReallySimple
# Date created: 7 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-Component-IKC-ReallySimple
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
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 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE/Component/IKC/Responder.pm:${PORTSDIR}/devel/p5-POE-Component-IKC
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::IKC::ReallySimple.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-Component-IKC-ReallySimple-0.01.tar.gz) = f61c1685a8b29109e25d2fbbcc09d2b9

View File

@ -0,0 +1 @@
POE Component for simple inter-kernel communication

View File

@ -0,0 +1,8 @@
POE::Component::IKC::ReallySimple tries to make inter-kernel communication very
simple. POE::Component::IKC is great but it can be a lot of setup for simple
projects. This module hides the ick and complication of inter-kernel messaging.
WWW: http://search.cpan.org/search?dist=POE-Component-IKC-ReallySimple
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,9 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IKC/ReallySimple/.packlist
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC/ReallySimple.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IKC/ReallySimple
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IKC 2>/dev/null || true
@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/IKC 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