Add devel/p5-Proc-Wait3, a Perl extension for wait3 system call.

Feature safe:	yes
This commit is contained in:
Anton Berezin 2009-09-23 14:42:08 +00:00
parent bb99b8106c
commit 4770d6aa57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241982
5 changed files with 41 additions and 0 deletions

View file

@ -1796,6 +1796,7 @@
SUBDIR += p5-Proc-Queue SUBDIR += p5-Proc-Queue
SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-Reliable
SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Simple
SUBDIR += p5-Proc-Wait3
SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Gantt
SUBDIR += p5-RRDTool-OO SUBDIR += p5-RRDTool-OO
SUBDIR += p5-Rcs SUBDIR += p5-Rcs

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Proc-Wait3
# Date created: 23 September 2009
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Proc-Wait3
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Proc
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl extension for wait3 system call
PERL_CONFIGURE= yes
MAN3= Proc::Wait3.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Proc-Wait3-0.03.tar.gz) = af5b362f3d1db4af8c34495b63f33c90
SHA256 (Proc-Wait3-0.03.tar.gz) = 77bac5f02740f95918bb08f47142aa1e08babacd855cf0713216a6e92aa3eb36
SIZE (Proc-Wait3-0.03.tar.gz) = 2962

View file

@ -0,0 +1,8 @@
Proc::Wait3 module implements wait3 system call in Perl.
If any child processes have exited, this call will "reap" the zombies
similar to the perl "wait" function. By default, it will return
immediately and if there are no dead children, everything will be
undefined. If you pass in a true argument, it will block until a child
exits (or it gets a signal).
WWW: http://search.cpan.org/dist/Proc-Wait3/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Proc/Wait3.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Wait3/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Wait3/Wait3.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Wait3/Wait3.so
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Wait3
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Proc