Initial import of p5-IPC-Run3 0.01

This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures.
This commit is contained in:
kevlo 2004-12-09 06:30:06 +00:00
parent 146f6c603d
commit 675a18e461
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/09 06:30:06 kevlo Exp $
COMMENT= "run a subprocess in batch mode"
DISTNAME= IPC-Run3-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (IPC-Run3-0.01.tar.gz) = d518846b8fdd1ec7188f384e9bb900e3
RMD160 (IPC-Run3-0.01.tar.gz) = f2e09ab62e7b8e1cb658dafb8651751e32b8bb28
SHA1 (IPC-Run3-0.01.tar.gz) = 134f22c8169c3e374208e2b6fea5ae063b10d4fc

View File

@ -0,0 +1,2 @@
This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/09 06:30:06 kevlo Exp $
${P5SITE}/IPC/
${P5SITE}/IPC/Run3/
${P5SITE}/IPC/Run3.pm
${P5SITE}/IPC/Run3/ProfArrayBuffer.pm
${P5SITE}/IPC/Run3/ProfLogReader.pm
${P5SITE}/IPC/Run3/ProfLogger.pm
${P5SITE}/IPC/Run3/ProfPP.pm
${P5SITE}/IPC/Run3/ProfReporter.pm
@man man/man3p/IPC::Run3.3p
@man man/man3p/IPC::Run3::ProfArrayBuffer.3p
@man man/man3p/IPC::Run3::ProfLogReader.3p
@man man/man3p/IPC::Run3::ProfLogger.3p
@man man/man3p/IPC::Run3::ProfPP.3p
@man man/man3p/IPC::Run3::ProfReporter.3p