[87960] trunk/dports/net/haproxy/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 13 22:22:51 PST 2011


Revision: 87960
          http://trac.macports.org/changeset/87960
Author:   ryandesign at macports.org
Date:     2011-12-13 22:22:50 -0800 (Tue, 13 Dec 2011)
Log Message:
-----------
haproxy: whitespace changes / reformatting / add modeline (#32438)

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

Modified: trunk/dports/net/haproxy/Portfile
===================================================================
--- trunk/dports/net/haproxy/Portfile	2011-12-14 06:20:34 UTC (rev 87959)
+++ trunk/dports/net/haproxy/Portfile	2011-12-14 06:22:50 UTC (rev 87960)
@@ -1,32 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name              haproxy
-version           1.4.18
+name                haproxy
+version             1.4.18
 set branch          [join [lrange [split ${version} .] 0 1] .]
 revision            1
-categories        net
-platforms         darwin
-maintainers       samgranieri.com:sam
+categories          net
+platforms           darwin
+maintainers         samgranieri.com:sam
 license             GPL-2+
 
-description       The Reliable, High Performance TCP/HTTP Load Balancer
+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.
+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/
+homepage            http://haproxy.1wt.eu/
 master_sites        ${homepage}download/${branch}/src/
 
-checksums         md5     4ac88bb1a76c4b84ed4f6131183bedbe \
-                  sha1    191dbcb5880c711580693bd081ca5fdd8dde3012 \
-                  rmd160  16729f0519a47123d88e849ae95d600c590c8583
+checksums           md5     4ac88bb1a76c4b84ed4f6131183bedbe \
+                    sha1    191dbcb5880c711580693bd081ca5fdd8dde3012 \
+                    rmd160  16729f0519a47123d88e849ae95d600c590c8583
 
 depends_lib         port:pcre
 
@@ -36,7 +38,7 @@
 
 variant universal {}
 
-build.target TARGET=osx
+build.target        TARGET=osx
 
 build.args          CC="${configure.cc} [get_canonical_archflags]" \
                     USE_LIBCRYPT=1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111213/9b66275a/attachment.html>


More information about the macports-changes mailing list