1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name haproxy |
---|
6 | version 1.3.15.6 |
---|
7 | categories net |
---|
8 | platforms darwin |
---|
9 | maintainers samgranieri |
---|
10 | description The Reliable, High Performance TCP/HTTP Load Balancer |
---|
11 | |
---|
12 | long_description HAproxy is a high-performance and highly-robust TCP/HTTP \ |
---|
13 | load balancer which provides cookie-based persistence, \ |
---|
14 | automatic failover, header insertion, deletion, modification \ |
---|
15 | on the fly, advanced logging contents to help trouble-shooting \ |
---|
16 | buggy applications and/or networks, and a few other features. It \ |
---|
17 | uses its own state machine to achieve up to ten thousands hits \ |
---|
18 | per second on modern hardware, even with thousands simultaneous connections. |
---|
19 | |
---|
20 | homepage http://haproxy.1wt.eu/ |
---|
21 | master_sites http://haproxy.1wt.eu/download/1.3/src/ |
---|
22 | distname haproxy-1.3.15.6 |
---|
23 | |
---|
24 | checksums md5 470cfd76b3a5608f4db02930c556d1e2 \ |
---|
25 | sha1 5ae0fb19b7754254f8852e3bc9354c63b073e4dc \ |
---|
26 | rmd160 552a8ac394af406be40672e422bb4db3d90d2b22 |
---|
27 | |
---|
28 | use_configure no |
---|
29 | |
---|
30 | build.target TARGET=osx |
---|
31 | |
---|
32 | platform i386 { |
---|
33 | build.target-append CPU=i686 |
---|
34 | } |
---|
35 | |
---|
36 | destroot { |
---|
37 | xinstall -s -m 755 ${worksrcpath}/haproxy ${destroot}${prefix}/sbin |
---|
38 | xinstall -m 644 ${worksrcpath}/doc/haproxy.1 ${destroot}${prefix}/share/man/man1 |
---|
39 | } |
---|