[129682] trunk/dports/www/ajp-wsgi/Portfile

larryv at macports.org larryv at macports.org
Thu Dec 18 14:05:12 PST 2014


Revision: 129682
          https://trac.macports.org/changeset/129682
Author:   larryv at macports.org
Date:     2014-12-18 14:05:11 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
ajp-wsgi: Add modeline, rearrange, reformat

Modified Paths:
--------------
    trunk/dports/www/ajp-wsgi/Portfile

Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile	2014-12-18 22:04:09 UTC (rev 129681)
+++ trunk/dports/www/ajp-wsgi/Portfile	2014-12-18 22:05:11 UTC (rev 129682)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -4,28 +5,28 @@
 name                ajp-wsgi
 version             1.1
 categories          www
+platforms           darwin
 license             BSD
 maintainers         nomaintainer
+
 description         WSGI server/gateway implementing AJP
-long_description \
-   ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to \
-   communicate with a web server.  It is written in C and embeds a Python \
-   interpreter to run the actual application.  Since all of the low-level \
-   transport code is in C, ajp-wsgi is significantly faster than flup's \
-   pure-Python ajp server.
+long_description    ajp-wsgi is a WSGI server/gateway that implements \
+                    AJP 1.3 to communicate with a web server.  It is \
+                    written in C and embeds a Python interpreter to \
+                    run the actual application.  Since all of the \
+                    low-level transport code is in C, ajp-wsgi is \
+                    significantly faster than flup's pure-Python ajp \
+                    server.
+homepage            http://www.saddi.com/software/ajp-wsgi
 
-platforms           darwin
-
-homepage            http://www.saddi.com/software/ajp-wsgi
 master_sites        ${homepage}/dist/
 use_bzip2           yes
-
 checksums           md5     406bc951520186d3b17cc0abae6e32f6 \
                     sha1    85e30d6f612f42485caa4ee406159661760de575 \
                     rmd160  7f7b7d80f3daff25bbdfcb988c381b0d1a24722a
 
+configure.pre_args
 configure.args      configure.py
-configure.pre_args
 
 destroot {
    xinstall -m 755 -d ${destroot}${prefix}/bin \
@@ -57,7 +58,6 @@
    default_variants     +python26
 }
 
-livecheck.type  regex
-livecheck.url   "${master_sites}?C=M;O=D"
-livecheck.regex "${name}-(\[0-9.\]+)${extract.suffix}"
-
+livecheck.type      regex
+livecheck.url       "${master_sites}?C=M;O=D"
+livecheck.regex     "${name}-(\[0-9.\]+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/4fb99c52/attachment.html>


More information about the macports-changes mailing list