1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

add p5-POE-Component-Child 1.31

POE child management

PR:		62175
Submitted by:	Zach Thompson <lin-chi@lastamericanempire.com>
This commit is contained in:
Ying-Chieh Liao 2004-06-03 02:56:43 +00:00
parent 31a02aa7dd
commit b52f24dadc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110719
5 changed files with 41 additions and 0 deletions

View File

@ -840,6 +840,7 @@
SUBDIR += p5-PCSC-Card
SUBDIR += p5-POE
SUBDIR += p5-POE-API-Peek
SUBDIR += p5-POE-Component-Child
SUBDIR += p5-POE-Component-Client-HTTP
SUBDIR += p5-POE-Component-Client-POP3
SUBDIR += p5-POE-Component-Client-Ping

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: POE-Component-Child
# Date created: 31 January 2004
# Whom: Zach Thompson <lin-chi@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Child
PORTVERSION= 1.31
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= lin-chi@lastamericanempire.com
COMMENT= POE child management
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Child.3
post-install:
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (POE-Component-Child-1.31.tar.gz) = e3989793a524fed21f48ca3ef443b538

View File

@ -0,0 +1,5 @@
POE-Component-Child
This component allows for the creation and management of children
processes within the POE environment.

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/POE/Component/Child.pm
%%SITE_PERL%%/mach/auto/POE/Component/Child/.packlist
@dirrm %%SITE_PERL%%/mach/auto/POE/Component/Child
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE/Component 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE 2>/dev/null || true