pdsh _unstable_ port information

Package: pdsh
Version: 2.12
Revision: 2
Description: Runs commands in parallel on multiple hosts
License: GPL
Maintainer: Steve Huff
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: f0a0d5badd17dedad2f65e95ca887d2e
ConfigureParams: --mandir=%p/share/man --without-rsh --with-ssh --without-xcpu --with-readline --disable-dependency-tracking
InfoTest: <<
TestScript: make check || exit 2
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS README COPYING ChangeLog README.KRB4 README.modules README.QsNet META NEWS DISCLAIMER TODO
Depends: readline5-shlibs, libncurses5-shlibs
BuildDepends: libncurses5, readline5
Suggests: dejagnu
DescDetail: <<
Pdsh is a high-performance, parallel remote shell utility. It has
built-in, thread-safe clients for Berkeley and Kerberos V4 rsh,
and can call SSH externally (though with reduced performance).
Pdsh uses a "sliding window" parallel algorithm to conserve socket
resources on the initiating node and to allow progress to continue
while timeouts occur on some connections.
<<
DescUsage: <<
The Fink pdsh package is built with the following flags:

--without-rsh --with-ssh --without-xcpu --with-readline

Note: this means that the rsh transport module is *NOT*
available by default! Avoid using rsh if possible.
Also, Xcpu support is not available.
<<
Homepage: http://www.sourceforge.net/pdsh/