diff --git a/devel/p5-Signal-Mask/Makefile b/devel/p5-Signal-Mask/Makefile new file mode 100644 index 00000000000..3cae276f048 --- /dev/null +++ b/devel/p5-Signal-Mask/Makefile @@ -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 + +# Perl +PERMIT_PACKAGE_CDROM = Yes + +BUILD_DEPENDS = ${RUN_DEPENDS} + +RUN_DEPENDS = devel/p5-IPC-Signal + +.include diff --git a/devel/p5-Signal-Mask/distinfo b/devel/p5-Signal-Mask/distinfo new file mode 100644 index 00000000000..4f4c6263684 --- /dev/null +++ b/devel/p5-Signal-Mask/distinfo @@ -0,0 +1,2 @@ +SHA256 (Signal-Mask-0.008.tar.gz) = BD2ZW2sknZ68BMRn2zG7fdwuVfqgjohb2wULHyM2tz8= +SIZE (Signal-Mask-0.008.tar.gz) = 11791 diff --git a/devel/p5-Signal-Mask/pkg/DESCR b/devel/p5-Signal-Mask/pkg/DESCR new file mode 100644 index 00000000000..1d93f2396b6 --- /dev/null +++ b/devel/p5-Signal-Mask/pkg/DESCR @@ -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. diff --git a/devel/p5-Signal-Mask/pkg/PLIST b/devel/p5-Signal-Mask/pkg/PLIST new file mode 100644 index 00000000000..a24f2602092 --- /dev/null +++ b/devel/p5-Signal-Mask/pkg/PLIST @@ -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