pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/p5-SSH-Batch Initial import of p5-SSH-Batch v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/80938b7ed264
branches: trunk
changeset: 393163:80938b7ed264
user: seb <seb%pkgsrc.org@localhost>
date: Sun May 17 20:08:17 2009 +0000
description:
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
diffstat:
sysutils/p5-SSH-Batch/DESCR | 7 +++++++
sysutils/p5-SSH-Batch/Makefile | 26 ++++++++++++++++++++++++++
sysutils/p5-SSH-Batch/distinfo | 6 ++++++
sysutils/p5-SSH-Batch/patches/patch-aa | 15 +++++++++++++++
4 files changed, 54 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r 05b29fb2675f -r 80938b7ed264 sysutils/p5-SSH-Batch/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-SSH-Batch/DESCR Sun May 17 20:08:17 2009 +0000
@@ -0,0 +1,7 @@
+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
diff -r 05b29fb2675f -r 80938b7ed264 sysutils/p5-SSH-Batch/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-SSH-Batch/Makefile Sun May 17 20:08:17 2009 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/17 20:08:17 seb Exp $
+
+DISTNAME= SSH-Batch-0.021
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGENT/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/SSH-Batch/
+COMMENT= Cluster operations based on parallel SSH, set and interval arithmetic
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/SSH/Batch/.packlist
+
+DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
+DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty
+DEPENDS+= p5-Net-OpenSSH>=0.34:../../security/p5-Net-OpenSSH
+DEPENDS+= p5-Set-Scalar>=1.23:../../devel/p5-Set-Scalar
+DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey
+
+BUILD_DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 05b29fb2675f -r 80938b7ed264 sysutils/p5-SSH-Batch/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-SSH-Batch/distinfo Sun May 17 20:08:17 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/17 20:08:17 seb 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 (patch-aa) = 577b11dff0f01cab1f2097b99f3eb3c3d98853ad
diff -r 05b29fb2675f -r 80938b7ed264 sysutils/p5-SSH-Batch/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-SSH-Batch/patches/patch-aa Sun May 17 20:08:17 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/05/17 20:08:17 seb Exp $
+
+Prevent unconfigured CPAN.pm module to run its interactive
+setup
+
+--- Makefile.PL.orig 2009-05-03 07:27:26.000000000 +0000
++++ Makefile.PL
+@@ -27,6 +27,6 @@ install_script ('bin/atnodes');
+ install_script ('bin/tonodes');
+ install_script ('bin/key2nodes');
+
+-auto_install();
++#auto_install();
+ WriteAll();
+
Home |
Main Index |
Thread Index |
Old Index