all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Sassmannshausen <alex@pompo.co>
To: guix-devel@gnu.org
Subject: [PATCH 2/3] gnu: Add perl-list-compare.
Date: Sat,  2 Jul 2016 20:34:53 +0200	[thread overview]
Message-ID: <20160702183454.29006-3-alex@pompo.co> (raw)
In-Reply-To: <20160702183454.29006-1-alex@pompo.co>

* gnu/packages/perl.scm (perl-list-compare): 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 8a39ba8..f169a13 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3010,6 +3010,30 @@ one: logging, exceptions, and translations.")
 List::Util or List::MoreUtils defines, with preference to List::Util.")
     (license (package-license perl))))
 
+(define-public perl-list-compare
+  (package
+    (name "perl-list-compare")
+    (version "0.53")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/J/JK/JKEENAN/List-Compare-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "0l451yqhx1hlm7f2c3bjsl3n8w6l1jngrxzyfm2d8d9iggv4zgzx"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-io-captureoutput" ,perl-io-captureoutput)))
+    (home-page "http://search.cpan.org/dist/List-Compare")
+    (synopsis "Compare elements of two or more lists")
+    (description "@code{List::Compare} provides a module to perform
+comparative operations on two or more lists.  Provided operations include
+intersections, unions, unique elements, complements and many more.")
+    (license (package-license perl))))
+
 (define-public perl-list-moreutils
   (package
     (name "perl-list-moreutils")
-- 
2.8.4

  parent reply	other threads:[~2016-07-02 18:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-02 18:34 [PATCH 0/3] Add some Perl list modules Alex Sassmannshausen
2016-07-02 18:34 ` [PATCH 1/3] gnu: Add perl-io-captureoutput Alex Sassmannshausen
2016-07-02 18:34 ` Alex Sassmannshausen [this message]
2016-07-02 18:34 ` [PATCH 3/3] gnu: Add perl-list-someutils Alex Sassmannshausen
2016-07-05  9:17 ` [PATCH 0/3] Add some Perl list modules Ludovic Courtès
2016-07-05  9:52   ` Alex Sassmannshausen

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=20160702183454.29006-3-alex@pompo.co \
    --to=alex@pompo.co \
    --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.