From owner-cvs-ports@FreeBSD.ORG Tue Jul 3 00:06:22 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2F5D16A400; Tue, 3 Jul 2007 00:06:22 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C4CF513C468; Tue, 3 Jul 2007 00:06:22 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6306M8f033573; Tue, 3 Jul 2007 00:06:22 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6306MJ6033572; Tue, 3 Jul 2007 00:06:22 GMT (envelope-from brooks) Message-Id: <200707030006.l6306MJ6033572@repoman.freebsd.org> From: Brooks Davis Date: Tue, 3 Jul 2007 00:06:22 +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/security Makefile ports/security/pssh Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2007 00:06:22 -0000 brooks 2007-07-03 00:06:22 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pssh Makefile distinfo pkg-descr pkg-plist Log: Add pssh: This package provides parallel versions of the openssh tools. Included in the distribution: - Parallel ssh (pssh) - Parallel scp (pscp) - Parallel rsync (prsync) - Parallel nuke (pnuke) - Parallel slurp (pslurp) What are these tools good for? Mainly for controlling large collections of nodes in the wide-area. WWW: http://www.theether.org/pssh/ Revision Changes Path 1.898 +1 -0 ports/security/Makefile 1.1 +37 -0 ports/security/pssh/Makefile (new) 1.1 +3 -0 ports/security/pssh/distinfo (new) 1.1 +13 -0 ports/security/pssh/pkg-descr (new) 1.1 +8 -0 ports/security/pssh/pkg-plist (new)