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 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'parallel/clusterit/Makefile') 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" -- cgit v1.2.3