Import p5-Signal-Mask.
Signal::Mask is an abstraction around your process or thread signal mask. from Cesare Gargano (maintainer), ok sthen@
This commit is contained in:
parent
d051f1a32c
commit
11a7892e62
18
devel/p5-Signal-Mask/Makefile
Normal file
18
devel/p5-Signal-Mask/Makefile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2015/01/12 08:51:13 benoit Exp $
|
||||||
|
|
||||||
|
COMMENT = utility functions dealing with signals
|
||||||
|
|
||||||
|
MODULES = cpan
|
||||||
|
DISTNAME = Signal-Mask-0.008
|
||||||
|
CATEGORIES = devel
|
||||||
|
|
||||||
|
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
|
||||||
|
|
||||||
|
# Perl
|
||||||
|
PERMIT_PACKAGE_CDROM = Yes
|
||||||
|
|
||||||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
RUN_DEPENDS = devel/p5-IPC-Signal
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/p5-Signal-Mask/distinfo
Normal file
2
devel/p5-Signal-Mask/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (Signal-Mask-0.008.tar.gz) = BD2ZW2sknZ68BMRn2zG7fdwuVfqgjohb2wULHyM2tz8=
|
||||||
|
SIZE (Signal-Mask-0.008.tar.gz) = 11791
|
4
devel/p5-Signal-Mask/pkg/DESCR
Normal file
4
devel/p5-Signal-Mask/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Signal::Mask is an abstraction around your process or thread signal mask. It
|
||||||
|
is used to fetch and/or change the signal mask of the calling process or
|
||||||
|
thread. The signal mask is the set of signals whose delivery is currently
|
||||||
|
blocked for the caller. It is available as the global hash %Signal::Mask.
|
6
devel/p5-Signal-Mask/pkg/PLIST
Normal file
6
devel/p5-Signal-Mask/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/01/12 08:51:13 benoit Exp $
|
||||||
|
${P5SITE}/Signal/
|
||||||
|
${P5SITE}/Signal/Mask.pm
|
||||||
|
${P5SITE}/Signal/Pending.pm
|
||||||
|
@man man/man3p/Signal::Mask.3p
|
||||||
|
@man man/man3p/Signal::Pending.3p
|
Loading…
x
Reference in New Issue
Block a user