From c72520c0f06e2fdb6c1dd4f20ae20b12c1ba7662 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 18 Sep 2006 18:24:59 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/p5-Sys-SigAction/Makefile | 25 +++++++++++++++++++++++++ devel/p5-Sys-SigAction/distinfo | 3 +++ devel/p5-Sys-SigAction/pkg-descr | 6 ++++++ devel/p5-Sys-SigAction/pkg-plist | 5 +++++ 5 files changed, 40 insertions(+) create mode 100644 devel/p5-Sys-SigAction/Makefile create mode 100644 devel/p5-Sys-SigAction/distinfo create mode 100644 devel/p5-Sys-SigAction/pkg-descr create mode 100644 devel/p5-Sys-SigAction/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 4f8a71089e7d..d4bc069c252c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Sys-SigAction/Makefile b/devel/p5-Sys-SigAction/Makefile new file mode 100644 index 000000000000..b8e74bbead65 --- /dev/null +++ b/devel/p5-Sys-SigAction/Makefile @@ -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 diff --git a/devel/p5-Sys-SigAction/distinfo b/devel/p5-Sys-SigAction/distinfo new file mode 100644 index 000000000000..b1029184bbb7 --- /dev/null +++ b/devel/p5-Sys-SigAction/distinfo @@ -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 diff --git a/devel/p5-Sys-SigAction/pkg-descr b/devel/p5-Sys-SigAction/pkg-descr new file mode 100644 index 000000000000..2caedae29a4a --- /dev/null +++ b/devel/p5-Sys-SigAction/pkg-descr @@ -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/ diff --git a/devel/p5-Sys-SigAction/pkg-plist b/devel/p5-Sys-SigAction/pkg-plist new file mode 100644 index 000000000000..c7b5dcd2bb4a --- /dev/null +++ b/devel/p5-Sys-SigAction/pkg-plist @@ -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