           SPELL=haproxy
         VERSION=2.0.25
  SECURITY_PATCH=1
          BRANCH=`echo ${VERSION}|cut -d. -f1,2`
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://www.haproxy.org/download/${BRANCH}/src/${SOURCE}
     SOURCE_HASH=sha512:2c238844a8c82f877d3039b20b76fd22717f95a4e5d94a0bfd501c6e134042ef744d3731fc0ccced0a94e5cb1c1822d3272ed961e07bd9acc4d637eba0529155
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS="doc/design-thoughts doc/internals"
        WEB_SITE=http://www.haproxy.org/
         ENTERED=20150819
      LICENSE[0]=GPL
      LICENSE[1]=LGPL
        KEYWORDS="balancing failover proxy"
           SHORT="reliable, high performance TCP/HTTP load balancer"
cat << EOF
HAProxy is a high-performance and highly-robust TCP/HTTP load balancer which
provides cookie-based persistence, automatic failover, header insertion,
deletion, modification on the fly, advanced logging contents to help trouble-
shoot buggy applications and/or networks, and a few other features. It uses
its own state machine to achieve up to ten thousands hits per second on modern
hardware, even with thousands of simultaneous connections.
EOF
