From dcdecb6a451ecf8b841995c8386448164f8654df Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 2 Mar 2010 05:46:31 +0000 Subject: Proc::WaitStat contains functions for interpreting and acting on wait status values. WWW: http://search.cpan.org/dist/Proc-WaitStat/ PR: ports/144409 Submitted by: Alexey V.Degtyarev Feature safe: yes --- devel/Makefile | 1 + devel/p5-Proc-WaitStat/Makefile | 24 ++++++++++++++++++++++++ devel/p5-Proc-WaitStat/distinfo | 3 +++ devel/p5-Proc-WaitStat/pkg-descr | 4 ++++ devel/p5-Proc-WaitStat/pkg-plist | 5 +++++ 5 files changed, 37 insertions(+) create mode 100644 devel/p5-Proc-WaitStat/Makefile create mode 100644 devel/p5-Proc-WaitStat/distinfo create mode 100644 devel/p5-Proc-WaitStat/pkg-descr create mode 100644 devel/p5-Proc-WaitStat/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index e87f4160549e..2b7866cc93c8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1914,6 +1914,7 @@ SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Wait3 + SUBDIR += p5-Proc-WaitStat SUBDIR += p5-Project-Gantt SUBDIR += p5-RRDTool-OO SUBDIR += p5-Rcs diff --git a/devel/p5-Proc-WaitStat/Makefile b/devel/p5-Proc-WaitStat/Makefile new file mode 100644 index 000000000000..c54d4fc3cbbc --- /dev/null +++ b/devel/p5-Proc-WaitStat/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Proc-WaitStat +# Date created: Tue 02 Mar 2010 +# Whom: Alexey V. Degtyarev +# +# $FreeBSD$ +# + +PORTNAME= Proc-WaitStat +PORTVERSION= 1.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= alexey@renatasystems.org +COMMENT= Interpret and act on wait() status values + +BUILD_DEPENDS= p5-IPC-Signal>=0:${PORTSDIR}/devel/p5-IPC-Signal +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Proc::WaitStat.3 + +.include diff --git a/devel/p5-Proc-WaitStat/distinfo b/devel/p5-Proc-WaitStat/distinfo new file mode 100644 index 000000000000..935975926e88 --- /dev/null +++ b/devel/p5-Proc-WaitStat/distinfo @@ -0,0 +1,3 @@ +MD5 (Proc-WaitStat-1.00.tar.gz) = b911bd579b6b142391b21de1efa30c95 +SHA256 (Proc-WaitStat-1.00.tar.gz) = d07563f5e787909d16e7390241e877f49ab739b1de9d0e2ea1a41bd0bf4474bc +SIZE (Proc-WaitStat-1.00.tar.gz) = 3223 diff --git a/devel/p5-Proc-WaitStat/pkg-descr b/devel/p5-Proc-WaitStat/pkg-descr new file mode 100644 index 000000000000..7e35e0fbca67 --- /dev/null +++ b/devel/p5-Proc-WaitStat/pkg-descr @@ -0,0 +1,4 @@ +Proc::WaitStat contains functions for interpreting and acting on +wait status values. + +WWW: http://search.cpan.org/dist/Proc-WaitStat/ diff --git a/devel/p5-Proc-WaitStat/pkg-plist b/devel/p5-Proc-WaitStat/pkg-plist new file mode 100644 index 000000000000..7c199ed1f763 --- /dev/null +++ b/devel/p5-Proc-WaitStat/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Proc/WaitStat.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/WaitStat/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/WaitStat +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc +@dirrmtry %%SITE_PERL%%/Proc -- cgit v1.2.3