pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-Run3 - new packages (dependency for devel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83ab90fa8c3f
branches:  trunk
changeset: 536348:83ab90fa8c3f
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Dec 11 12:16:35 2007 +0000

description:
- new packages (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
IPC::Run3 - run a subprocess in batch mode

diffstat:

 devel/p5-IPC-Run3/DESCR    |   9 +++++++++
 devel/p5-IPC-Run3/Makefile |  20 ++++++++++++++++++++
 devel/p5-IPC-Run3/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 347a9e9d9caf -r 83ab90fa8c3f devel/p5-IPC-Run3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Run3/DESCR   Tue Dec 11 12:16:35 2007 +0000
@@ -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 -r 347a9e9d9caf -r 83ab90fa8c3f devel/p5-IPC-Run3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Run3/Makefile        Tue Dec 11 12:16:35 2007 +0000
@@ -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@localhost
+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 -r 347a9e9d9caf -r 83ab90fa8c3f devel/p5-IPC-Run3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Run3/distinfo        Tue Dec 11 12:16:35 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index