From owner-cvs-all@FreeBSD.ORG Sat May 5 06:10:55 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2AB2106566B; Sat, 5 May 2012 06:10:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DEA9F8FC0C; Sat, 5 May 2012 06:10:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q456AsmJ014732; Sat, 5 May 2012 06:10:54 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q456AsAG014731; Sat, 5 May 2012 06:10:54 GMT (envelope-from sunpoet) Message-Id: <201205050610.q456AsAG014731@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 May 2012 06:10:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-OpenSSH-Parallel Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2012 06:10:55 -0000 sunpoet 2012-05-05 06:10:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-OpenSSH-Parallel Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Net-OpenSSH-Parallel 0.12 Net::OpenSSH::Parallel is an scheduler that can run commands in parallel in a set of hosts through SSH. It tries to find a compromise between being simple to use, efficient and covering a good part of the problem space of parallel process execution via SSH. Obviously, it is build on top of Net::OpenSSH! Common usage of the module is as follows: - Create a Net::OpenSSH::Parallel object. - Register the hosts where you want to run commands with the "add_host" method. - Queue the actions you want to run (commands, file copy operations, etc.) using the "push" method. - Call the "run" method and let the parallel scheduler take care of everything! WWW: http://search.cpan.org/dist/Net-OpenSSH-Parallel/ Revision Changes Path 1.2458 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/p5-Net-OpenSSH-Parallel/Makefile (new) 1.1 +2 -0 ports/net/p5-Net-OpenSSH-Parallel/distinfo (new) 1.1 +15 -0 ports/net/p5-Net-OpenSSH-Parallel/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-OpenSSH-Parallel/pkg-plist (new)