diff options
author | sno <sno@pkgsrc.org> | 2010-02-17 11:10:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-17 11:10:21 +0000 |
commit | 09a7045a723135c6212a5a5ffda94a3058a6767d (patch) | |
tree | 4dafa819a8484bdecb0f8126c88f4fd05741113c /sysutils | |
parent | 8fb9f809d6968e9b40c2f99d2848606c34ba7c03 (diff) | |
download | pkgsrc-09a7045a723135c6212a5a5ffda94a3058a6767d.tar.gz |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-SSH-Batch/Makefile | 5 | ||||
-rw-r--r-- | sysutils/p5-SSH-Batch/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/p5-SSH-Batch/Makefile b/sysutils/p5-SSH-Batch/Makefile index d66fba52d43..96b4c4cc431 100644 --- a/sysutils/p5-SSH-Batch/Makefile +++ b/sysutils/p5-SSH-Batch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2009/06/11 12:06:10 abs Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/17 11:10:21 sno Exp $ -DISTNAME= SSH-Batch-0.021 +DISTNAME= SSH-Batch-0.023 PKGNAME= p5-${DISTNAME} CATEGORIES= sysutils net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGENT/} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGENT/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/SSH-Batch/ COMMENT= Cluster operations based on parallel SSH, set and interval arithmetic +LICENSE= original-bsd PKG_DESTDIR_SUPPORT= user-destdir diff --git a/sysutils/p5-SSH-Batch/distinfo b/sysutils/p5-SSH-Batch/distinfo index c32382b9600..7967be204fc 100644 --- a/sysutils/p5-SSH-Batch/distinfo +++ b/sysutils/p5-SSH-Batch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/06/11 12:06:10 abs Exp $ +$NetBSD: distinfo,v 1.3 2010/02/17 11:10:21 sno Exp $ -SHA1 (SSH-Batch-0.021.tar.gz) = d82a2758f2cb03b4f39598c0083bdc315dc533ce -RMD160 (SSH-Batch-0.021.tar.gz) = 673a396d54e4331de4bd1ef223b92fe97985ae5c -Size (SSH-Batch-0.021.tar.gz) = 67086 bytes +SHA1 (SSH-Batch-0.023.tar.gz) = 5f2fac84280e09ef9060c53f988484c75d7c995e +RMD160 (SSH-Batch-0.023.tar.gz) = f2ca1f654347dcac8e62850b5098f126584358c4 +Size (SSH-Batch-0.023.tar.gz) = 69101 bytes SHA1 (patch-aa) = 00b5e253586fd9e49411207e9320ebd62b5c420e |