summaryrefslogtreecommitdiff
path: root/parallel/clusterit
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2001-08-14 08:33:32 +0000
committergarbled <garbled@pkgsrc.org>2001-08-14 08:33:32 +0000
commit6b0714213c51c8491ba6bdddf4c21d8edf19a38b (patch)
tree3c8296c23e1d604c513fd716741c83f290a3eda3 /parallel/clusterit
parent9c4f64a1097a01eb92f4da04e369181336725e4b (diff)
downloadpkgsrc-6b0714213c51c8491ba6bdddf4c21d8edf19a38b.tar.gz
Update clusterit to 2.0.
Changes include: Added new dvt command, which allows you to open xterms to multiple hosts and control them all via one input window. Added new jsh command, which allows better job scheduling specifically designed for parallel compiling. Multiple bugfixes and enhancements. Much much faster execution.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r--parallel/clusterit/Makefile10
-rw-r--r--parallel/clusterit/distinfo6
-rw-r--r--parallel/clusterit/pkg/PLIST12
3 files changed, 20 insertions, 8 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
index fd741f7d577..cbb55bdec97 100644
--- a/parallel/clusterit/Makefile
+++ b/parallel/clusterit/Makefile
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 17:52:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/08/14 08:33:32 garbled Exp $
-DISTNAME= clusterit-1.3
+DISTNAME= clusterit-2.0
CATEGORIES= parallel
-MASTER_SITES= http://www.inficad.com/~garbled/
+MASTER_SITES= http://www.garbled.net/download/
MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.inficad.com/~garbled/clusterit.html
+HOMEPAGE= http://www.garbled.net/clusterit.html
COMMENT= Clustering package for unix
+USE_X11= YES
+
.include "../../mk/bsd.pkg.mk"
diff --git a/parallel/clusterit/distinfo b/parallel/clusterit/distinfo
index 78ac80459f5..c0b7eaee4ff 100644
--- a/parallel/clusterit/distinfo
+++ b/parallel/clusterit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 15:22:45 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/08/14 08:33:32 garbled Exp $
-SHA1 (clusterit-1.3.tar.gz) = 20315e537f3ca667e7ce3a59f3bbf46bd8e95492
-Size (clusterit-1.3.tar.gz) = 38400 bytes
+SHA1 (clusterit-2.0.tar.gz) = b92d114fa0931a25bf20581ab6def56af63dddf0
+Size (clusterit-2.0.tar.gz) = 124564 bytes
diff --git a/parallel/clusterit/pkg/PLIST b/parallel/clusterit/pkg/PLIST
index 9988e9797f4..2a4d4002d3b 100644
--- a/parallel/clusterit/pkg/PLIST
+++ b/parallel/clusterit/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1998/10/16 01:04:33 garbled Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/08/14 08:33:33 garbled Exp $
bin/barrier
bin/barrierd
bin/seq
@@ -8,6 +8,11 @@ bin/pcp
bin/pdf
bin/prm
bin/dshbak
+bin/dvt
+bin/rvt
+bin/clustersed
+bin/jsh
+bin/jsd
man/man1/barrier.1
man/man1/barrierd.1
man/man1/seq.1
@@ -17,3 +22,8 @@ man/man1/pcp.1
man/man1/pdf.1
man/man1/prm.1
man/man1/dshbak.1
+man/man1/dvt.1
+man/man1/rvt.1
+man/man1/clustersed.1
+man/man1/jsh.1
+man/man1/jsd.1