# -*- 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 75763 2011-02-07 21:14:45Z dports@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                pssh
version             2.2.2
categories          sysutils net
platforms           darwin
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     865305ae39647884bc54a42e9f9554bb \
                    sha1    c2a2d43ae0a0fa0c153740b43582593b8834eb02 \
                    rmd160  34df8862cef515ad9f1c315c6ecd647c9c6a1fa0

python.link_binaries_suffix
