1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Child - a Perl 5 OO interface to fork()

My working version of this port is at:
http://github.com/drench/FreeBSD-p5-Child

WWW: http://search.cpan.org/dist/Child/

PR:		149216
Submitted by:	Dan Rench <citric@cubicone.tmetic.com>
This commit is contained in:
Dmitry Marakasov 2010-08-20 01:31:47 +00:00
parent 81dbcbeadd
commit bb530c321b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259603
5 changed files with 56 additions and 0 deletions

View File

@ -1218,6 +1218,7 @@
SUBDIR += p5-Carp-Datum
SUBDIR += p5-Cdk
SUBDIR += p5-Check-ISA
SUBDIR += p5-Child
SUBDIR += p5-Chooser
SUBDIR += p5-Class-Accessor
SUBDIR += p5-Class-Accessor-Chained

31
devel/p5-Child/Makefile Normal file
View File

@ -0,0 +1,31 @@
# Ports collection makefile for: p5-Child
# Date created: Sat Jul 31, 2010
# Whom: Dan Rench <citric@cubicone.tmetic.com>
#
# $FreeBSD$
#
PORTNAME= Child
PORTVERSION= 0.007
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=../by-authors/id/E/EX/EXODIST
PKGNAMEPREFIX= p5-
MAINTAINER= citric@cubicone.tmetic.com
COMMENT= Object oriented simple interface to fork()
PERL_MODBUILD= yes
MAN3= Child.3 \
Child::IPC::Pipe.3 \
Child::Link.3 \
Child::Link::IPC.3 \
Child::Link::IPC::Pipe.3 \
Child::Link::IPC::Pipe::Parent.3 \
Child::Link::IPC::Pipe::Proc.3 \
Child::Link::Parent.3 \
Child::Link::Proc.3 \
Child::Util.3
.include <bsd.port.mk>

3
devel/p5-Child/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (Child-0.007.tar.gz) = 2616f37f57bed22089e815d8f6821ff5
SHA256 (Child-0.007.tar.gz) = 3930c0537934144f54ffe6345cf14568c5f4bc3a5819e712a9c69b1ad96d96df
SIZE (Child-0.007.tar.gz) = 8912

6
devel/p5-Child/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Child - a Perl 5 OO interface to fork()
My working version of this port is at:
http://github.com/drench/FreeBSD-p5-Child
WWW: http://search.cpan.org/dist/Child/

15
devel/p5-Child/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
%%SITE_PERL%%/Child.pm
%%SITE_PERL%%/Child/IPC/Pipe.pm
%%SITE_PERL%%/Child/Link.pm
%%SITE_PERL%%/Child/Link/IPC.pm
%%SITE_PERL%%/Child/Link/IPC/Pipe.pm
%%SITE_PERL%%/Child/Link/IPC/Pipe/Parent.pm
%%SITE_PERL%%/Child/Link/IPC/Pipe/Proc.pm
%%SITE_PERL%%/Child/Link/Parent.pm
%%SITE_PERL%%/Child/Link/Proc.pm
%%SITE_PERL%%/Child/Util.pm
@dirrm %%SITE_PERL%%/Child/Link/IPC/Pipe
@dirrm %%SITE_PERL%%/Child/Link/IPC
@dirrm %%SITE_PERL%%/Child/Link
@dirrm %%SITE_PERL%%/Child/IPC
@dirrmtry %%SITE_PERL%%/Child