SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT = utility functions dealing with signals
MODULES = cpan
PKG_ARCH = *
DISTNAME = Signal-Mask-0.008
CATEGORIES = devel
REVISION = 1
# Perl
PERMIT_PACKAGE = 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,5 @@
${P5SITE}/Signal/
${P5SITE}/Signal/Mask.pm
${P5SITE}/Signal/Pending.pm
@man man/man3p/Signal::Mask.3p
@man man/man3p/Signal::Pending.3p