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:
benoit 2015-01-12 08:51:13 +00:00
parent d051f1a32c
commit 11a7892e62
4 changed files with 30 additions and 0 deletions

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (Signal-Mask-0.008.tar.gz) = BD2ZW2sknZ68BMRn2zG7fdwuVfqgjohb2wULHyM2tz8=
SIZE (Signal-Mask-0.008.tar.gz) = 11791

View 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.

View 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