diff --git a/devel/p5-IPC-Run3/Makefile b/devel/p5-IPC-Run3/Makefile new file mode 100644 index 00000000000..e433b7eb558 --- /dev/null +++ b/devel/p5-IPC-Run3/Makefile @@ -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 + +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 diff --git a/devel/p5-IPC-Run3/distinfo b/devel/p5-IPC-Run3/distinfo new file mode 100644 index 00000000000..aced290a3b3 --- /dev/null +++ b/devel/p5-IPC-Run3/distinfo @@ -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 diff --git a/devel/p5-IPC-Run3/pkg/DESCR b/devel/p5-IPC-Run3/pkg/DESCR new file mode 100644 index 00000000000..edf4e45afbc --- /dev/null +++ b/devel/p5-IPC-Run3/pkg/DESCR @@ -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. diff --git a/devel/p5-IPC-Run3/pkg/PLIST b/devel/p5-IPC-Run3/pkg/PLIST new file mode 100644 index 00000000000..66c97a871aa --- /dev/null +++ b/devel/p5-IPC-Run3/pkg/PLIST @@ -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