2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-09-09 15:24:53 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated sysutils/p5-SSH-Batch to 0.029
0.029
- atnodes: added a '-q' parameter to run SSH in quiet mode,
which prevents banners and motd messages from being
displayed in the output. thanks Mithun Ayachit for the patch.
|
2012-09-03 13:16:27 by Jens Rehsack | Files touched by this commit (67) |
Log message:
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
|
2011-10-20 03:03:47 by Hiramatsu Yoshifumi | Files touched by this commit (2) | |
Log message:
Update p5-SSH-Batch to 0.028.
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-14 16:52:52 by OBATA Akio | Files touched by this commit (28) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2011-07-03 14:11:29 by Jean-Yves Migeon | Files touched by this commit (1) |
Log message:
check-interpreter fix.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-17 12:10:21 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating sysutils/p5-SSH-Batch from 0.021 to 0.023
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-11 14:06:12 by David Brownlee | Files touched by this commit (25) | |
Log message:
update to use the new Module::Install infrastructure
|
2009-05-17 22:08:17 by Stoned Elipot | Files touched by this commit (4) | |
Log message:
Initial import of p5-SSH-Batch version 0.021 in the NetBSD Packages
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
|