From 1c1c4bd90c8fd3ca872ebf53c3c92203107efcb0 Mon Sep 17 00:00:00 2001 From: garbled Date: Tue, 14 Aug 2001 08:33:32 +0000 Subject: 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. --- parallel/clusterit/Makefile | 10 ++++++---- parallel/clusterit/distinfo | 6 +++--- parallel/clusterit/pkg/PLIST | 12 +++++++++++- 3 files changed, 20 insertions(+), 8 deletions(-) (limited to 'parallel/clusterit') 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 -- cgit v1.2.3