mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Sys::SigAction - Perl extension for Consistent Signal Handling.
With the use of this module, the signal handling behavior can be coded in a way that does not change from one perl version to the next, and thus using POSIX::sigaction() becomes a little easier. WWW: http://search.cpan.org/dist/Sys-SigAction/ PR: ports/103364 Submitted by: Sergei Vyshenski <svysh@cryptocom.ru>
This commit is contained in:
parent
e7cc10c194
commit
c72520c0f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173350
@ -1361,6 +1361,7 @@
|
||||
SUBDIR += p5-Sub-Override
|
||||
SUBDIR += p5-Sub-Uplevel
|
||||
SUBDIR += p5-Sys-Mmap
|
||||
SUBDIR += p5-Sys-SigAction
|
||||
SUBDIR += p5-System2
|
||||
SUBDIR += p5-Taint-Runtime
|
||||
SUBDIR += p5-Term-ANSIColor
|
||||
|
25
devel/p5-Sys-SigAction/Makefile
Normal file
25
devel/p5-Sys-SigAction/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Sys-SigAction
|
||||
# Date created: 18 Sep 2006
|
||||
# Whom: svysh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sys-SigAction
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Sys
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svysh@cryptocom.ru
|
||||
COMMENT= Perl extension for Consistent Signal Handling
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sys::SigAction.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Sys-SigAction/distinfo
Normal file
3
devel/p5-Sys-SigAction/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Sys-SigAction-0.06.tar.gz) = 388847720377789d68417ec5f28ce677
|
||||
SHA256 (Sys-SigAction-0.06.tar.gz) = 8df87180a1fe321b1d4df26c22e68a7dd3af4387b615a5bb8b05255237731815
|
||||
SIZE (Sys-SigAction-0.06.tar.gz) = 13127
|
6
devel/p5-Sys-SigAction/pkg-descr
Normal file
6
devel/p5-Sys-SigAction/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Sys::SigAction - Perl extension for Consistent Signal Handling.
|
||||
With the use of this module, the signal handling behavior
|
||||
can be coded in a way that does not change from one perl version
|
||||
to the next, and thus using POSIX::sigaction() becomes a little easier.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sys-SigAction/
|
5
devel/p5-Sys-SigAction/pkg-plist
Normal file
5
devel/p5-Sys-SigAction/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Sys/SigAction.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
|
||||
@dirrmtry %%SITE_PERL%%/Sys
|
Loading…
Reference in New Issue
Block a user