[121409] trunk/dports/www/siege/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 24 15:48:03 PDT 2014


Revision: 121409
          https://trac.macports.org/changeset/121409
Author:   ryandesign at macports.org
Date:     2014-06-24 15:48:03 -0700 (Tue, 24 Jun 2014)
Log Message:
-----------
siege: whitespace changes; add modeline

Modified Paths:
--------------
    trunk/dports/www/siege/Portfile

Modified: trunk/dports/www/siege/Portfile
===================================================================
--- trunk/dports/www/siege/Portfile	2014-06-24 22:46:44 UTC (rev 121408)
+++ trunk/dports/www/siege/Portfile	2014-06-24 22:48:03 UTC (rev 121409)
@@ -1,32 +1,36 @@
+# -*- 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             siege
+name                siege
 version             3.0.6
-categories       www benchmarks
-license          GPL-2+
-maintainers      nomaintainer
-description      http regression testing and benchmarking utility
-long_description \
-    Siege is an http regression testing and benchmarking utility. \
-    It was designed to let web developers measure the performance \
-    of their code under duress, to see how it will stand up to \
-    load on the internet. It lets the user hit a web server with \
-    a configurable number of concurrent simulated users.
-homepage         http://www.joedog.org/siege-home/
-platforms        darwin
-master_sites     http://download.joedog.org/siege/
+categories          www benchmarks
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
 
+description         http regression testing and benchmarking utility
+
+long_description    Siege is an http regression testing and benchmarking \
+                    utility. It was designed to let web developers measure the \
+                    performance of their code under duress, to see how it will \
+                    stand up to load on the internet. It lets the user hit a \
+                    web server with a configurable number of concurrent \
+                    simulated users.
+
+homepage            http://www.joedog.org/siege-home/
+master_sites        http://download.joedog.org/siege/
+
 checksums           rmd160  2d1912436cea0fe618dc1422c8a7cf5d875e21a3 \
                     sha256  78b79964e3d6772e532c6008a084700f830a02a00ca80b44f3e71380b4908c5b
 
-depends_lib      port:openssl
+depends_lib         port:openssl
 
 patchfiles          patch-doc-Makefile.in.diff
 
-configure.args   --mandir=${prefix}/share/man \
-                 --with-ssl=${prefix}
+configure.args      --mandir=${prefix}/share/man \
+                    --with-ssl=${prefix}
 
 set docdir ${prefix}/share/doc/${name}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140624/bc1ab87b/attachment.html>


More information about the macports-changes mailing list