Haproxy version 1.3.20 - How to Download and Install on Mac OS X
Friday the 3rd of September, 2010

    haproxy  most recent diff


    version 1.3.20

      View the most recent changes for the haproxy port at: haproxy.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for haproxy.
      The raw portfile for haproxy 1.3.20 is located here:
      http://haproxy.darwinports.com/dports/net/haproxy/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/haproxy


      The haproxy Portfile 56388 2009-08-26 23:43:52Z blb macports.org $

      PortSystem 1.0

      Name: haproxy
      Version: 1.3.20
      Category: net
      Platform: darwin
      Maintainers: samgranieri.com:sam
      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/

      Checksums: md5 e37046e0cb2f407d92c41d7731d1dd10 sha1 c017c2853ca0f20669abfb24c7f3b30630d86438 rmd160 5f16cd2862bc02b61be44682d591f689a36c964d

      use_configure no

      build.target TARGET=osx

      destroot {
      xinstall -s -m 755 ${worksrcpath}/haproxy ${destroot}${prefix}/sbin
      xinstall -m 644 ${worksrcpath}/doc/haproxy.1 ${destroot}${prefix}/share/man/man1
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/haproxy
      % sudo port install haproxy
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching haproxy
      ---> Verifying checksum for haproxy
      ---> Extracting haproxy
      ---> Configuring haproxy
      ---> Building haproxy with target all
      ---> Staging haproxy into destroot
      ---> Installing haproxy
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using haproxy with these commands:
      %  man haproxy
      % apropos haproxy
      % which haproxy
      % locate haproxy

     Where to find more information:

    Darwin Ports



    Lightbox this page.