           SPELL=haproxy
         VERSION=1.5.17
          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:4a2738dd0da04f88af9ecf29a3ef740efe0867c7e7a31ff5df0f710d5685f38e7bb29ecaddf03a90c04ace5bfa9b9b7fb9835abcb9253bc158b8957116c1910a
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
