[101648] trunk/dports/www/fcgi/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 15 20:36:29 PST 2013


Revision: 101648
          https://trac.macports.org/changeset/101648
Author:   ryandesign at macports.org
Date:     2013-01-15 20:36:29 -0800 (Tue, 15 Jan 2013)
Log Message:
-----------
fcgi: use our standard whitespace style; add our standard modeline

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

Modified: trunk/dports/www/fcgi/Portfile
===================================================================
--- trunk/dports/www/fcgi/Portfile	2013-01-16 04:34:15 UTC (rev 101647)
+++ trunk/dports/www/fcgi/Portfile	2013-01-16 04:36:29 UTC (rev 101648)
@@ -1,5 +1,5 @@
+# -*- 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$
-# vim: ts=8 sw=8
 
 PortSystem          1.0
 
@@ -7,22 +7,25 @@
 version             2.4.0
 revision            3
 categories          www
+platforms           darwin
+maintainers         nomaintainer
 license             Permissive
-maintainers         nomaintainer
+
 description         The FastCGI development kit in C
-long_description \
-   FastCGI is a language independent, scalable, open extension  to CGI that \
-   provides high performance without the limitations of server specific \
-   APIs.  This is the C development kit.
 
+long_description    FastCGI is a language independent, scalable, open \
+                    extension to CGI that provides high performance without \
+                    the limitations of server specific APIs. This is the C \
+                    development kit.
+
 homepage            http://www.fastcgi.com/
 master_sites        ${homepage}dist/ \
                     ${homepage}dist/old/
 
 checksums           md5 d15060a813b91383a9f3c66faf84867e
-platforms           darwin
 
-patchfiles          patch-acinclude.m4.diff patch-configure.in.diff \
+patchfiles          patch-acinclude.m4.diff \
+                    patch-configure.in.diff \
                     patch-libfcgi-Makefile.am.diff \
                     patch-libfcgi-fcgi_stdio.c.diff \
                     patch-cgi-fcgi-cgi-fcgi.c.diff
@@ -33,14 +36,14 @@
 use_parallel_build  no
 
 post-destroot {
-   xinstall -m 644 -W ${worksrcpath}/doc cgi-fcgi.1 \
-      ${destroot}${prefix}/share/man/man1
-   xinstall -m 644 -W ${worksrcpath}/doc FCGI_Accept.3 FCGI_Finish.3 \
-      FCGI_SetExitStatus.3 FCGI_StartFilterData.3 \
-      ${destroot}${prefix}/share/man/man3
-   xinstall -d -m 0755 ${destroot}${prefix}/share/doc
-   copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-   eval delete [glob ${destroot}${prefix}/share/doc/${name}/*.\[13\]]
+    xinstall -m 644 -W ${worksrcpath}/doc cgi-fcgi.1 \
+        ${destroot}${prefix}/share/man/man1
+    xinstall -m 644 -W ${worksrcpath}/doc FCGI_Accept.3 FCGI_Finish.3 \
+        FCGI_SetExitStatus.3 FCGI_StartFilterData.3 \
+        ${destroot}${prefix}/share/man/man3
+    xinstall -d -m 0755 ${destroot}${prefix}/share/doc
+    copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+    eval delete [glob ${destroot}${prefix}/share/doc/${name}/*.\[13\]]
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130115/35dbf961/attachment.html>


More information about the macports-changes mailing list