[65177] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Tue Mar 23 04:33:28 PDT 2010


Revision: 65177
          http://trac.macports.org/changeset/65177
Author:   ryandesign at macports.org
Date:     2010-03-23 04:33:28 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
gearmand: new port, version 0.12; see #24158

Added Paths:
-----------
    trunk/dports/sysutils/gearmand/
    trunk/dports/sysutils/gearmand/Portfile

Added: trunk/dports/sysutils/gearmand/Portfile
===================================================================
--- trunk/dports/sysutils/gearmand/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/gearmand/Portfile	2010-03-23 11:33:28 UTC (rev 65177)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem 1.0
+
+name                    gearmand
+version                 0.12
+description             framework for distributed computation
+long_description        Gearman provides a generic application framework \
+                        to farm out work to other machines or processes \
+                        that are better suited to do the work. It allows \
+                        you to do work in parallel, to load balance \
+                        processing, and to call functions between languages. \
+                        It can be used in a variety of applications, from \
+                        high-availability web sites to the transport of \
+                        database replication events. In other words, it \
+                        is the nervous system for how distributed \
+                        processing communicates.
+maintainers             rodney.rehm at medialize.de openmaintainer
+categories              sysutils
+platforms               darwin
+homepage                http://gearman.org/
+master_sites            https://launchpad.net/gearmand/trunk/${version}/+download/
+
+checksums               md5  6e88a6bfb26e50d5aed37d143184e7f2
+
+depends_lib             port:libevent
+
+configure.args          --mandir=${prefix}/share/man \
+                        --with-libevent-prefix=${prefix} \
+                        --enable-threads
+
+startupitem.create      yes
+startupitem.start       "${prefix}/sbin/gearmand -vv --port=4730 -u root --pid-file=${prefix}/var/run/gearmand.pid --log-file=${prefix}/var/log/gearmand.log"
+startupitem.stop        "/usr/bin/killall gearmand"
+
+variant dtrace description (Enable DTrace probes) {
+    configure.args-append    --enable-dtrace
+}
+
+variant threads description (support multithreaded execution) {
+    configure.args-append    --enable-threads
+}


Property changes on: trunk/dports/sysutils/gearmand/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/20100323/26f20eea/attachment.html>


More information about the macports-changes mailing list