diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-02 05:46:31 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-02 05:46:31 +0000 |
commit | dcdecb6a451ecf8b841995c8386448164f8654df (patch) | |
tree | 5f7399c1ce401c06bf26195d3af891bef89f39be | |
parent | 9bd18faf235a0f06c1a1517728b479a1803a87cd (diff) |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Proc-WaitStat/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Proc-WaitStat/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Proc-WaitStat/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Proc-WaitStat/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
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 <alexey@renatasystems.org> +# +# $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 <bsd.port.mk> 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 |