[61414] users/ged

ged at macports.org ged at macports.org
Thu Dec 10 14:13:54 PST 2009


Revision: 61414
          http://trac.macports.org/changeset/61414
Author:   ged at macports.org
Date:     2009-12-10 14:13:53 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
Adding initial clusterit port

Added Paths:
-----------
    users/ged/net/
    users/ged/net/clusterit/
    users/ged/net/clusterit/Portfile

Added: users/ged/net/clusterit/Portfile
===================================================================
--- users/ged/net/clusterit/Portfile	                        (rev 0)
+++ users/ged/net/clusterit/Portfile	2009-12-10 22:13:53 UTC (rev 61414)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+# $Id$
+PortSystem		1.0
+
+name			    clusterit
+version			    2.5
+revision		    1
+categories		    net
+maintainers		    ged
+description		    Tools for running tasks on many machines
+long_description    This is a collection of clustering tools for executing tasks \
+                    across a network on two or more heterogeneous hosts. 
+
+homepage		    http://www.garbled.net/clusterit.html
+master_sites	    sourceforge:clusterit
+checksums           md5     f0e772e07122e388de629fb57f7237ab \
+                    sha1    65d36116665179dd16029ac53182fde92d868020 \
+                    rmd160  b08f7903bc90375e45a733ef843df3e9bf216bb7
+platforms		    darwin
+                    
+configure.cflags	-I${prefix}/include
+configure.ldflags	-L${prefix}/lib
+configure.args	--mandir='\${prefix}/share/man' \
+				--infodir='\${prefix}/share/info'
+
+
+# vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
\ No newline at end of file


Property changes on: users/ged/net/clusterit/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091210/d3797308/attachment.html>


More information about the macports-changes mailing list