From: Ra <ilpuccio.febo@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: Add perl-parallel-forkmanager.
Date: Thu, 12 Jan 2017 16:40:21 +0000 [thread overview]
Message-ID: <CACQsWTN4Z3Pv9Ri2c0tLQQRKkbYJsAoS4Po=MfZk_j2vBYxmdg@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1362 bytes --]
* gnu/packages/perl.scm (perl-parallel-forkmanager): New variable.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8f103ec..532e360 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7770,3 +7770,29 @@ interface to File::Find::Object.")
(description "Test::TrailingSpace tests for trailing spaces
in Perl source files.")
(license x11)))
+
+(define-public perl-parallel-forkmanager
+ (package
+ (name "perl-parallel-forkmanager")
+ (version "1.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/Y/YA/YANICK/Parallel-ForkManager-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0wm4wp6p3ah5z212jl12728z68nmxmfr0f03z1jpvdzffnc2xppi"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-warn" ,perl-test-warn)))
+ (home-page
+ "http://search.cpan.org/dist/Parallel-ForkManager")
+ (synopsis
+ "A simple parallel processing fork manager")
+ (description "Parallel::ForkManager is intended for use in
+operations that can be done in parallel where the number of
+processes to be forked off should be limited.")
+ (license (package-license perl))))
--
1.9.1
[-- Attachment #1.2: Type: text/html, Size: 2040 bytes --]
[-- Attachment #2: 0001-gnu-Add-perl-parallel-forkmanager.patch --]
[-- Type: application/octet-stream, Size: 1588 bytes --]
From dabe829696c3409390804d054290da8bb1ea392c Mon Sep 17 00:00:00 2001
From: Raoul Jean Pierre Bonnal <ilpuccio.febo@gmail.com>
Date: Thu, 12 Jan 2017 17:32:21 +0100
Subject: [PATCH] gnu: Add perl-parallel-forkmanager.
* gnu/packages/perl.scm (perl-parallel-forkmanager): New variable.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8f103ec..532e360 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7770,3 +7770,29 @@ interface to File::Find::Object.")
(description "Test::TrailingSpace tests for trailing spaces
in Perl source files.")
(license x11)))
+
+(define-public perl-parallel-forkmanager
+ (package
+ (name "perl-parallel-forkmanager")
+ (version "1.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/Y/YA/YANICK/Parallel-ForkManager-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0wm4wp6p3ah5z212jl12728z68nmxmfr0f03z1jpvdzffnc2xppi"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-warn" ,perl-test-warn)))
+ (home-page
+ "http://search.cpan.org/dist/Parallel-ForkManager")
+ (synopsis
+ "A simple parallel processing fork manager")
+ (description "Parallel::ForkManager is intended for use in
+operations that can be done in parallel where the number of
+processes to be forked off should be limited.")
+ (license (package-license perl))))
--
1.9.1
next reply other threads:[~2017-01-12 16:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-12 16:40 Ra [this message]
2017-01-12 20:27 ` [PATCH] gnu: Add perl-parallel-forkmanager Marius Bakke
2017-01-12 23:45 ` Ra
2017-01-13 11:44 ` Marius Bakke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CACQsWTN4Z3Pv9Ri2c0tLQQRKkbYJsAoS4Po=MfZk_j2vBYxmdg@mail.gmail.com' \
--to=ilpuccio.febo@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.