pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/clusterit Update ClusterIt to 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b9929eb26a9
branches:  trunk
changeset: 494424:5b9929eb26a9
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Tue May 24 05:42:37 2005 +0000

description:
Update ClusterIt to 2.3.
Fixes hang bug with ssh under linux, adds a number of speed improvements, now
uses autoconf to build rather than handwritten makefiles.  Greatly enhanced
stability.

diffstat:

 parallel/clusterit/Makefile |  6 ++++--
 parallel/clusterit/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 5edc1a8b3d03 -r 5b9929eb26a9 parallel/clusterit/Makefile
--- a/parallel/clusterit/Makefile       Tue May 24 05:41:32 2005 +0000
+++ b/parallel/clusterit/Makefile       Tue May 24 05:42:37 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2004/02/10 09:27:15 garbled Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/24 05:42:37 garbled Exp $
 
-DISTNAME=              clusterit-2.2
+DISTNAME=              clusterit-2.3
 CATEGORIES=            parallel
 MASTER_SITES=          http://www.garbled.net/download/
 
@@ -8,6 +8,8 @@
 HOMEPAGE=              http://www.garbled.net/clusterit.html
 COMMENT=               Clustering package for unix
 
+HAS_CONFIGURE=         YES
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
 USE_X11=               YES
 
 .include "../../mk/bsd.pkg.mk"
diff -r 5edc1a8b3d03 -r 5b9929eb26a9 parallel/clusterit/distinfo
--- a/parallel/clusterit/distinfo       Tue May 24 05:41:32 2005 +0000
+++ b/parallel/clusterit/distinfo       Tue May 24 05:42:37 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 12:23:30 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/05/24 05:42:37 garbled Exp $
 
-SHA1 (clusterit-2.2.tar.gz) = cc50c018f9cc34f90e385eeb83884563afd9a3f9
-RMD160 (clusterit-2.2.tar.gz) = 3da9956eaba1d5bdd44cca863391169a210f9293
-Size (clusterit-2.2.tar.gz) = 127581 bytes
+SHA1 (clusterit-2.3.tar.gz) = eb6e5b41aededaad4f54fdae5dfec81927997c0d
+RMD160 (clusterit-2.3.tar.gz) = 4195b3f9d4d2e0eba9ad15ab253a43a6c927043a
+Size (clusterit-2.3.tar.gz) = 353705 bytes



Home | Main Index | Thread Index | Old Index