summaryrefslogtreecommitdiff
path: root/sysutils/p5-SSH-Batch
AgeCommit message (Collapse)AuthorFilesLines
2011-10-20Update p5-SSH-Batch to 0.028.hiramatsu2-7/+6
Changes from previous: 0.028 - atnodes: fixed tmp file leaks. - atnodes: automatically check if openssh version >= 4.1. 0.027 - added support for the environment SSH_BATCH_RC to specify a different file name than the default ~/.fornodesrc. thanks Mithun Ayachit. - updated host variable format check to /\w[-\.\w]*/. - added the SSH_BATCH_PASSPHRASE environment for -P and SSH_BATCH_PASSWORD env for -w. - added passphrase support. - added some docs for tty option. 0.024 - tonodes: added rsync archive, update and compress mode. (liseen) - fornodes: trim expressions when parsing them. (liseen) - atnodes: added the use-tty option. - fornodes: now we automatically create a default ~/.fornodesrc when it's missing. - atnodes: added the "StrictHostChecking no" option for the first login.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2011-07-03check-interpreter fix.jym1-1/+6
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-02-17Updating sysutils/p5-SSH-Batch from 0.021 to 0.023sno2-6/+7
pkgsrc changes: - Add license definition Upstream changes: 0.023 - key2nodes: more examples added to SYNOPSIS in its POD. - added repository address into Makefile.PL, thanks Alexandr Ciornii. 0.022 - tonodes: now we automatically expand ~ and ~foo using local USER env if set - added support for SSH_BATCH_SSH_CMD env and --ssh option to key2nodes. - tonodes now print a warning message while expanding ~ and ~foo locally in the target path. - added more docs explaining how to disable StrictHostKeyChecking for ssh
2009-06-11update to use the new Module::Install infrastructureabs3-11/+13
2009-05-17Initial import of p5-SSH-Batch version 0.021 in the NetBSD Packagesseb4-0/+54
Collection. The Perl 5 module SSH::Batch provides cluster operations based on parallel SSH, set and interval arithmetic. The following scripts are provided: - fornodes: Expand patterns to machine host list - atnodes: Run command on clusters - tonodes: Upload local files/directories to remote clusters - key2nodes: Push SSH public key to the remote clusters