summaryrefslogtreecommitdiff
path: root/parallel/clusterit/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>2001-08-14 08:33:32 +0000
committergarbled <garbled>2001-08-14 08:33:32 +0000
commit1c1c4bd90c8fd3ca872ebf53c3c92203107efcb0 (patch)
tree3c8296c23e1d604c513fd716741c83f290a3eda3 /parallel/clusterit/Makefile
parent9829fad931f107329d8f68aaf3f7e1cbbd428eb9 (diff)
downloadpkgsrc-1c1c4bd90c8fd3ca872ebf53c3c92203107efcb0.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/Makefile')
-rw-r--r--parallel/clusterit/Makefile10
1 files changed, 6 insertions, 4 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"