summaryrefslogtreecommitdiffstats
path: root/cluster/gearmand/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/gearmand/DETAILS')
-rwxr-xr-xcluster/gearmand/DETAILS21
1 files changed, 21 insertions, 0 deletions
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