summaryrefslogtreecommitdiffstats
path: root/cluster
diff options
context:
space:
mode:
authorTreeve Jelbert2009-08-20 11:59:05 +0200
committerTreeve Jelbert2009-08-20 11:59:05 +0200
commit0200ff9a47c34dc6c8e0ed254c7dd52fe35f0919 (patch)
tree444b59afa5d758f62b057a02f1a77403dae5a2b7 /cluster
parente75069084661c88c8299b27dadfb6571568c2ff7 (diff)
gearmand-0.9
Diffstat (limited to 'cluster')
-rwxr-xr-xcluster/gearmand/DEPENDS5
-rwxr-xr-xcluster/gearmand/DETAILS21
-rw-r--r--cluster/gearmand/HISTORY4
-rw-r--r--cluster/gearmand/gearman.gpgbin0 -> 1160 bytes
4 files changed, 30 insertions, 0 deletions
diff --git a/cluster/gearmand/DEPENDS b/cluster/gearmand/DEPENDS
new file mode 100755
index 0000000000..e7ffbd3f03
--- /dev/null
+++ b/cluster/gearmand/DEPENDS
@@ -0,0 +1,5 @@
+depends libdrizzle &&
+depends libevent &&
+depends util-linux &&
+optional_depends sqlite '' '' 'database backend' &&
+optional_depends postgresql '' '' 'database backend'
diff --git a/cluster/gearmand/DETAILS b/cluster/gearmand/DETAILS
new file mode 100755
index 0000000000..2f0b961af3
--- /dev/null
+++ b/cluster/gearmand/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gearmand
+ VERSION=0.9
+ VX=`echo $VERSION | cut -c-3`
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]="http://launchpad.net/$SPELL/trunk/$VX/+download/$SOURCE"
+ SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
+ SOURCE_GPG=gearman.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://launchpad.net/$SPELL
+ LICENSE[0]=GPL
+ ENTERED=20090820
+ KEYWORDS=""
+ SHORT="load balancing and high availability client/server"
+cat << EOF
+This is a rewrite (in C) of the Perl version found at http://danga.com/gearman/. It includes the
+both a client/worker library, as well as the server. The server acts as a bridge between workers
+(clients who can do work) and callers (clients who want work done). You should run several servers
+(at least two) for both load balancing and high availability.
+EOF
diff --git a/cluster/gearmand/HISTORY b/cluster/gearmand/HISTORY
new file mode 100644
index 0000000000..3cd1e1eb18
--- /dev/null
+++ b/cluster/gearmand/HISTORY
@@ -0,0 +1,4 @@
+2009-08-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9
+ spell created
+
diff --git a/cluster/gearmand/gearman.gpg b/cluster/gearmand/gearman.gpg
new file mode 100644
index 0000000000..09ccb473f7
--- /dev/null
+++ b/cluster/gearmand/gearman.gpg
Binary files differ