[41609] trunk/dports/net

blb at macports.org blb at macports.org
Thu Nov 6 23:22:52 PST 2008


Revision: 41609
          http://trac.macports.org/changeset/41609
Author:   blb at macports.org
Date:     2008-11-06 23:22:52 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
New port net/haproxy, ticket #17114

Added Paths:
-----------
    trunk/dports/net/haproxy/
    trunk/dports/net/haproxy/Portfile

Added: trunk/dports/net/haproxy/Portfile
===================================================================
--- trunk/dports/net/haproxy/Portfile	                        (rev 0)
+++ trunk/dports/net/haproxy/Portfile	2008-11-07 07:22:52 UTC (rev 41609)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+
+name              haproxy
+version           1.3.15.6
+categories        net
+platforms         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 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
+}


Property changes on: trunk/dports/net/haproxy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/4a03dc51/attachment.html>


More information about the macports-changes mailing list