summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IPC-Run3/DESCR9
-rw-r--r--devel/p5-IPC-Run3/Makefile20
-rw-r--r--devel/p5-IPC-Run3/distinfo5
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-IPC-Run3/DESCR b/devel/p5-IPC-Run3/DESCR
new file mode 100644
index 00000000000..8e077b1557e
--- /dev/null
+++ b/devel/p5-IPC-Run3/DESCR
@@ -0,0 +1,9 @@
+This module allows you to run a subprocess and redirect stdin, stdout,
+and/or stderr to files and perl data structures. It aims to satisfy
+99% of the need for using system, qx, and open3 with a simple,
+extremely Perlish API and none of the bloat and rarely used features
+of IPC::Run.
+Speed, simplicity, and portability are paramount. (That's speed of
+Perl code; which is often much slower than the kind of buffered I/O
+that this module uses to spool input to and output from the child
+command.) Disk space is not.
diff --git a/devel/p5-IPC-Run3/Makefile b/devel/p5-IPC-Run3/Makefile
new file mode 100644
index 00000000000..2c04ace8086
--- /dev/null
+++ b/devel/p5-IPC-Run3/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2007/12/11 12:16:35 rhaen Exp $
+#
+
+DISTNAME= IPC-Run3-0.039
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= perl5 devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
+
+MAINTAINER= rhaen@NetBSD.org
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/
+COMMENT= IPC::Run3 - run a subprocess in batch mode
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST= auto/IPC/Run3/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IPC-Run3/distinfo b/devel/p5-IPC-Run3/distinfo
new file mode 100644
index 00000000000..cb4527a80ad
--- /dev/null
+++ b/devel/p5-IPC-Run3/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2007/12/11 12:16:35 rhaen Exp $
+
+SHA1 (IPC-Run3-0.039.tar.gz) = 54178685c6464297d7af9f5b3d37b8b028b8b094
+RMD160 (IPC-Run3-0.039.tar.gz) = 6da3890b680884f5780f15cfe112198405ad1ed3
+Size (IPC-Run3-0.039.tar.gz) = 15435 bytes