import p5-Proc-Wait3 0.03
from Abel Abraham Camarillo Ojeda ok landry@
This commit is contained in:
parent
f6e6f5ee26
commit
16aa9a8442
17
sysutils/p5-Proc-Wait3/Makefile
Normal file
17
sysutils/p5-Proc-Wait3/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/05 14:12:07 jasper Exp $
|
||||
|
||||
COMMENT = perl extension for wait3 system call
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
MODULES = cpan
|
||||
DISTNAME = Proc-Wait3-0.03
|
||||
CATEGORIES = sysutils
|
||||
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/p5-Proc-Wait3/distinfo
Normal file
5
sysutils/p5-Proc-Wait3/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Proc-Wait3-0.03.tar.gz) = r1s2Lz0dtK+MNElbY/M8kA==
|
||||
RMD160 (Proc-Wait3-0.03.tar.gz) = hPyMxRddDCwrK+KsssBQeHD3fLY=
|
||||
SHA1 (Proc-Wait3-0.03.tar.gz) = 7C5yLSyY7CdRg+4ja8x/U5sDgY0=
|
||||
SHA256 (Proc-Wait3-0.03.tar.gz) = d7rF8CdA+VkYuwj0cUKqHgi6us2FXPBxMham6Sqj6zY=
|
||||
SIZE (Proc-Wait3-0.03.tar.gz) = 2962
|
8
sysutils/p5-Proc-Wait3/pkg/DESCR
Normal file
8
sysutils/p5-Proc-Wait3/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
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).
|
||||
|
||||
See wait3(2), for more info.
|
10
sysutils/p5-Proc-Wait3/pkg/PLIST
Normal file
10
sysutils/p5-Proc-Wait3/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/01/05 14:12:07 jasper Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Proc/
|
||||
${P5ARCH}/Proc/Wait3.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Proc/
|
||||
${P5ARCH}/auto/Proc/Wait3/
|
||||
${P5ARCH}/auto/Proc/Wait3/Wait3.bs
|
||||
${P5ARCH}/auto/Proc/Wait3/Wait3.so
|
||||
@man man/man3p/Proc::Wait3.3p
|
Loading…
x
Reference in New Issue
Block a user