diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-12-27 17:18:18 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-12-27 17:18:18 +0000 |
commit | a15151c11e9f687b97fe93b473a973425351867d (patch) | |
tree | d287b78a0d068a90e1489ff6b0b173d496605b98 /devel/p5-IO-CaptureOutput | |
parent | 8200e2afb7c905c1c058e25fb61d2bca4ef9350b (diff) |
Add p5-IO-CaptureOutput 1.02, capture STDOUT/STDERR from subprocesses
and XS/C modules.
Notes
Notes:
svn path=/head/; revision=125278
Diffstat (limited to 'devel/p5-IO-CaptureOutput')
-rw-r--r-- | devel/p5-IO-CaptureOutput/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-IO-CaptureOutput/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-IO-CaptureOutput/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-IO-CaptureOutput/pkg-plist | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-IO-CaptureOutput/Makefile b/devel/p5-IO-CaptureOutput/Makefile new file mode 100644 index 000000000000..6267f2590ed0 --- /dev/null +++ b/devel/p5-IO-CaptureOutput/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-IO-CaptureOutput +# Date created: 27 December 2004 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= IO-CaptureOutput +PORTVERSION= 1.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules + +PERL_CONFIGURE= yes + +MAN3= IO::CaptureOutput.3 + +.include <bsd.port.mk> diff --git a/devel/p5-IO-CaptureOutput/distinfo b/devel/p5-IO-CaptureOutput/distinfo new file mode 100644 index 000000000000..7b95e8c23821 --- /dev/null +++ b/devel/p5-IO-CaptureOutput/distinfo @@ -0,0 +1,2 @@ +MD5 (IO-CaptureOutput-1.02.tar.gz) = 9ab804dbe0228785ffdda57201578898 +SIZE (IO-CaptureOutput-1.02.tar.gz) = 5001 diff --git a/devel/p5-IO-CaptureOutput/pkg-descr b/devel/p5-IO-CaptureOutput/pkg-descr new file mode 100644 index 000000000000..d547a8af7947 --- /dev/null +++ b/devel/p5-IO-CaptureOutput/pkg-descr @@ -0,0 +1,4 @@ +This module provides routines for capturing STDOUT and STDERR from +forked system calls (e.g. system(), fork()) and from XS/C modules. + +WWW: http://search.cpan.org/dist/IO-CaptureOutput diff --git a/devel/p5-IO-CaptureOutput/pkg-plist b/devel/p5-IO-CaptureOutput/pkg-plist new file mode 100644 index 000000000000..ac96295247da --- /dev/null +++ b/devel/p5-IO-CaptureOutput/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/IO/CaptureOutput.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CaptureOutput/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CaptureOutput +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true |