Revision
76653
Author
stromnov@macports.org
Date
2011-03-04 00:55:56 -0800 (Fri, 04 Mar 2011)

Log Message

zmq: fix whitespaces

Modified Paths

Diff

Modified: trunk/dports/sysutils/zmq/Portfile (76652 => 76653)


--- trunk/dports/sysutils/zmq/Portfile	2011-03-04 07:36:24 UTC (rev 76652)
+++ trunk/dports/sysutils/zmq/Portfile	2011-03-04 08:55:56 UTC (rev 76653)
@@ -1,34 +1,35 @@
 # -*- 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                    zmq
-version                 2.0.10
+name                zmq
+version             2.0.10
+revision            0
+categories          sysutils net
+platforms           darwin
 
-description             ØMQ lightweight messaging kernel
+maintainers         openmaintainer brett
 
-long_description        The ØMQ lightweight messaging kernel is a library which \
-                        extends the standard socket interfaces with features \
-                        traditionally provided by specialised messaging middleware \
-                        products. ØMQ sockets provide an abstraction of asynchronous \
-                        message queues, multiple messaging patterns, message \
-                        filtering (subscriptions), seamless access to multiple \
-                        transport protocols and more.
+description         ØMQ lightweight messaging kernel
+long_description    The ØMQ lightweight messaging kernel is a library which \
+                    extends the standard socket interfaces with features \
+                    traditionally provided by specialised messaging middleware \
+                    products. ØMQ sockets provide an abstraction of asynchronous \
+                    message queues, multiple messaging patterns, message \
+                    filtering (subscriptions), seamless access to multiple \
+                    transport protocols and more.
 
-maintainers             openmaintainer brett
-categories              sysutils net
-platforms               darwin
-homepage                http://www.zeromq.org/
-master_sites            http://www.zeromq.org/local--files/area:download/
-distname                zeromq-${version}
+homepage            http://www.zeromq.org/
+master_sites        http://www.zeromq.org/local--files/area:download/
+distname            zeromq-${version}
 
-checksums               md5     ab794a174210b9e8096a4efd1d1a4d42 \
-                        sha1    d022d2329e382e8737eacfdb89cccc21e909723a \
-                        rmd160  376cc753b9e2c5d3992e015a7576604f068527af
+checksums           md5     ab794a174210b9e8096a4efd1d1a4d42 \
+                    sha1    d022d2329e382e8737eacfdb89cccc21e909723a \
+                    rmd160  376cc753b9e2c5d3992e015a7576604f068527af
 
-universal_variant       no
+universal_variant   no
 
-livecheck.type          regex
-livecheck.url           ${homepage}area:download
-livecheck.regex         zeromq-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${homepage}area:download
+livecheck.regex     zeromq-(\[0-9.\]+)${extract.suffix}