mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add devel/p5-IO-NestedCapture 1.03, a Perl module for performing nested
STD* handle captures.
This commit is contained in:
parent
514d166374
commit
c21eaf87ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151718
@ -961,6 +961,7 @@
|
||||
SUBDIR += p5-IO-KQueue
|
||||
SUBDIR += p5-IO-LockedFile
|
||||
SUBDIR += p5-IO-Multiplex
|
||||
SUBDIR += p5-IO-NestedCapture
|
||||
SUBDIR += p5-IO-Pager
|
||||
SUBDIR += p5-IO-Prompt
|
||||
SUBDIR += p5-IO-String
|
||||
|
28
devel/p5-IO-NestedCapture/Makefile
Normal file
28
devel/p5-IO-NestedCapture/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: IO::NestedCapture
|
||||
# Date created: 21 Dec 2005
|
||||
# Whom: tobez@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-NestedCapture
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for performing nested STD\* handle captures
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= IO::NestedCapture.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-IO-NestedCapture/distinfo
Normal file
3
devel/p5-IO-NestedCapture/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IO-NestedCapture-1.03.tar.gz) = 2f440d3fee9df05b06ba7941a8a5cfbc
|
||||
SHA256 (IO-NestedCapture-1.03.tar.gz) = ecf4f65aeac74ab5d21d55ddad65e1198df12a4ef6363c4c193526b87a15ffbd
|
||||
SIZE (IO-NestedCapture-1.03.tar.gz) = 9038
|
8
devel/p5-IO-NestedCapture/pkg-descr
Normal file
8
devel/p5-IO-NestedCapture/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
With this module you can capture any combination of STDIN, STDOUT, and
|
||||
STDERR. In the case of STDIN, you may feed any input into capture you
|
||||
want (or even set it to use another file handle). For STDOUT and STDERR
|
||||
you may review the full output of these or prior to capture set a file
|
||||
handle that will receive all the data during the capture.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-NestedCapture/
|
||||
Author: Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
|
2
devel/p5-IO-NestedCapture/pkg-plist
Normal file
2
devel/p5-IO-NestedCapture/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/IO/NestedCapture.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user