# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 68450 2010-06-03 20:11:34Z dports@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                pssh
version             2.1.1
categories          sysutils net
platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}
license             BSD
maintainers         dports openmaintainer
depends_build       port:py26-distribute

description         parallel versions of ssh tools
long_description    Commands for performing ssh operations in parallel  \
                    against a group of machines. Includes pssh (run     \
                    commands on multiple hosts), pscp (copy files to    \
                    multiple hosts), prsync (rsync files to multiple    \
                    hosts), pslurp (copy files from multiple hosts to a \
                    single destination), and pnuke (kill processes on   \
                    multiple hosts.)

homepage            http://code.google.com/p/parallel-ssh/
master_sites        googlecode:parallel-ssh
checksums           md5     4b355966da91850ac530f035f7404cd5 \
                    sha1    e841323505a98f9aa6624eb30a80216b637a2ada \
                    rmd160  5c29d08aeb1992833f59d581c508238bab04785f

python.link_binaries_suffix
