[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/14] gnu: Add perl-ipc-run3.
From: |
Eric Bavier |
Subject: |
[PATCH 06/14] gnu: Add perl-ipc-run3. |
Date: |
Sun, 7 Dec 2014 15:51:46 -0600 |
* gnu/packages/perl.scm (perl-ipc-run3): New variable.
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 430c6b5..cdac13d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -228,3 +228,27 @@ Module::Build project, but has been externalized here for
general use.")
(home-page (string-append "http://search.cpan.org/~kwilliams/"
"Probe-Perl-" version))
(license (package-license perl))))
+
+(define-public perl-ipc-run3
+ (package
+ (name "perl-ipc-run3")
+ (version "0.048")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
+ "IPC-Run3-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0r9m8q78bg7yycpixd7738jm40yz71p2q7inm766kzsw3g6c709x"))))
+ (build-system perl-build-system)
+ (synopsis "Run a subprocess with input/ouput redirection")
+ (description
+ "The IPC::Run3 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.")
+ (home-page (string-append "http://search.cpan.org/~rjbs/"
+ "IPC-Run3-" version))
+ ;; "You may use this module under the terms of the BSD, Artistic, or GPL
+ ;; licenses, any version."
+ (license (list bsd-3 gpl3+))))
--
1.7.9.5
- [PATCH 01/14] gnu: Add astyle., (continued)
- [PATCH 01/14] gnu: Add astyle., Eric Bavier, 2014/12/07
- [PATCH 02/14] gnu: Add delta., Eric Bavier, 2014/12/07
- [PATCH 03/14] gnu: Add perl-benchmark-timer., Eric Bavier, 2014/12/07
- [PATCH 04/14] gnu: Add perl-exporter-lite., Eric Bavier, 2014/12/07
- [PATCH 05/14] gnu: Add perl-probe-perl., Eric Bavier, 2014/12/07
- [PATCH 06/14] gnu: Add perl-ipc-run3.,
Eric Bavier <=
- [PATCH 07/14] gnu: Add perl-test-script., Eric Bavier, 2014/12/07
- [PATCH 08/14] gnu: Add perl-file-which., Eric Bavier, 2014/12/07
- [PATCH 09/14] gnu: Add perl-getopt-tabular., Eric Bavier, 2014/12/07
- [PATCH 11/14] gnu: Add perl-sys-cpu., Eric Bavier, 2014/12/07
- [PATCH 13/14] gnu: Add llvm and clang., Eric Bavier, 2014/12/07