mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add devel/p5-Proc-Wait3, a Perl extension for wait3 system call.
Feature safe: yes
This commit is contained in:
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
|
@ -1796,6 +1796,7 @@
|
|||
SUBDIR += p5-Proc-Queue
|
||||
SUBDIR += p5-Proc-Reliable
|
||||
SUBDIR += p5-Proc-Simple
|
||||
SUBDIR += p5-Proc-Wait3
|
||||
SUBDIR += p5-Project-Gantt
|
||||
SUBDIR += p5-RRDTool-OO
|
||||
SUBDIR += p5-Rcs
|
||||
|
|
22
devel/p5-Proc-Wait3/Makefile
Normal file
22
devel/p5-Proc-Wait3/Makefile
Normal 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>
|
3
devel/p5-Proc-Wait3/distinfo
Normal file
3
devel/p5-Proc-Wait3/distinfo
Normal 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
|
8
devel/p5-Proc-Wait3/pkg-descr
Normal file
8
devel/p5-Proc-Wait3/pkg-descr
Normal 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/
|
7
devel/p5-Proc-Wait3/pkg-plist
Normal file
7
devel/p5-Proc-Wait3/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue