Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 946FAA5B2E for ; Sat, 7 Feb 2015 09:11:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4368514A19A; Sat, 7 Feb 2015 09:11:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6992514A18B for ; Sat, 7 Feb 2015 09:11:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MIIyXj3KzEC5 for ; Sat, 7 Feb 2015 09:11:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D6DFF14A176 for ; Sat, 7 Feb 2015 09:11:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C750A98; Sat, 7 Feb 2015 09:11:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 7 Feb 2015 09:11:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-List-Pairwise To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150207091136.C750A98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Feb 7 09:11:36 UTC 2015 Added Files: pkgsrc/devel/p5-List-Pairwise: DESCR Makefile distinfo Log Message: Import p5-List-Pairwise-1.03 as devel/p5-List-Pairwise, packaged for wip by mef. List::Pairwise provides functions to map and grep lists two elements at a time, setting $a and $b to each pair instead of setting $_ to each element. As of version 1.01, List::Pairwise now tries to use the newly implemented XS functions pairmap, pairgrep, pairfirst and pairs from List::Util 1.31 and up, resulting in a major speedup. New code should now preferably use List::Util functions directly, with the added benefit of relying on a Perl core module. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-List-Pairwise/DESCR \ pkgsrc/devel/p5-List-Pairwise/Makefile \ pkgsrc/devel/p5-List-Pairwise/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.