summaryrefslogtreecommitdiff
path: root/parallel/clusterit/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>2008-02-27 21:52:16 +0000
committergarbled <garbled>2008-02-27 21:52:16 +0000
commitd25bf9dada35376b0501235f0f20b1b704733830 (patch)
treedf00a16efed2f6f9620fa0af3e625965a9ca57a4 /parallel/clusterit/Makefile
parentd97915b17cdf80b865196c361514286fc8a5c6f0 (diff)
downloadpkgsrc-d25bf9dada35376b0501235f0f20b1b704733830.tar.gz
Update ClusterIt to 2.5.
Major enhancements: A new program, dtop, allows the user to run top across multiple machines and collate the results in real-time. The default remote commands have been changed over to ssh from rsh. A test option has been added to all commands to check if SSH is up and running before attempting an SSH connection that might otherwise hang. A flag has been added to dsh allowing the user to copy, execute, and delete a script on all machines in one step. There are many other small bugfixes and enhancements.
Diffstat (limited to 'parallel/clusterit/Makefile')
-rw-r--r--parallel/clusterit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
index 8a6d859bd82..b0866b3446f 100644
--- a/parallel/clusterit/Makefile
+++ b/parallel/clusterit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2007/02/02 00:34:13 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/02/27 21:52:16 garbled Exp $
-DISTNAME= clusterit-2.4
-PKGREVISION= 1
+DISTNAME= clusterit-2.5
+#PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/}