# $Id$ PortSystem 1.0 name haproxy version 1.3.15.6 categories net platforms darwin maintainers samgranieri description The Reliable, High Performance TCP/HTTP Load Balancer long_description 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-shooting \ 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 simultaneous connections. homepage http://haproxy.1wt.eu/ master_sites http://haproxy.1wt.eu/download/1.3/src/ distname haproxy-1.3.15.6 checksums md5 470cfd76b3a5608f4db02930c556d1e2 \ sha1 5ae0fb19b7754254f8852e3bc9354c63b073e4dc \ rmd160 552a8ac394af406be40672e422bb4db3d90d2b22 use_configure no build.target TARGET=osx platform i386 { build.target-append CPU=i686 } destroot { xinstall -s -m 755 ${worksrcpath}/haproxy ${destroot}${prefix}/sbin xinstall -m 644 ${worksrcpath}/doc/haproxy.1 ${destroot}${prefix}/share/man/man1 }