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

blb at macports.org blb at macports.org
Sun Jan 18 23:49:27 PST 2009


Revision: 45640
          http://trac.macports.org/changeset/45640
Author:   blb at macports.org
Date:     2009-01-18 23:49:26 -0800 (Sun, 18 Jan 2009)
Log Message:
-----------
www/fcgi - whitespace changes

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

Modified: trunk/dports/www/fcgi/Portfile
===================================================================
--- trunk/dports/www/fcgi/Portfile	2009-01-19 07:33:13 UTC (rev 45639)
+++ trunk/dports/www/fcgi/Portfile	2009-01-19 07:49:26 UTC (rev 45640)
@@ -1,37 +1,39 @@
 # $Id$
 # vim: ts=8 sw=8
-PortSystem 1.0
 
-name			fcgi
-version			2.4.0
-revision		1
-categories		www
-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.
+PortSystem          1.0
 
-homepage		http://www.fastcgi.com/
-master_sites		${homepage}/dist/
-checksums		md5 d15060a813b91383a9f3c66faf84867e
-platforms		darwin
+name                fcgi
+version             2.4.0
+revision            1
+categories          www
+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.
 
-patchfiles		patch-ltmain.sh \
-			patch-libfcgi-Makefile.in
+homepage            http://www.fastcgi.com/
+master_sites        ${homepage}/dist/
+checksums           md5 d15060a813b91383a9f3c66faf84867e
+platforms           darwin
 
-configure.cflags-append	"-Wno-long-double"
+patchfiles          patch-ltmain.sh \
+                    patch-libfcgi-Makefile.in
 
+configure.cflags-append   "-Wno-long-double"
+
 post-destroot {
-	xinstall -d -m 755 ${destroot}${prefix}/share/man/man1
-	xinstall -m 644 ${worksrcpath}/doc/cgi-fcgi.1 ${destroot}${prefix}/share/man/man1
-	xinstall -d -m 755 ${destroot}${prefix}/share/man/man3
-	xinstall -m 644 ${worksrcpath}/doc/FCGI_Accept.3 ${destroot}${prefix}/share/man/man3
-	xinstall -m 644 ${worksrcpath}/doc/FCGI_Finish.3 ${destroot}${prefix}/share/man/man3
-	xinstall -m 644 ${worksrcpath}/doc/FCGI_SetExitStatus.3 ${destroot}${prefix}/share/man/man3
-	xinstall -m 644 ${worksrcpath}/doc/FCGI_StartFilterData.3 ${destroot}${prefix}/share/man/man3
-	xinstall -d -m 0755 ${destroot}${prefix}/share/doc
-	system "cp -R ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}"
-	system "rm -f ${destroot}${prefix}/share/doc/${name}/*.\[13\]"
+   xinstall -d -m 755 ${destroot}${prefix}/share/man/man1
+   xinstall -m 644 ${worksrcpath}/doc/cgi-fcgi.1 ${destroot}${prefix}/share/man/man1
+   xinstall -d -m 755 ${destroot}${prefix}/share/man/man3
+   xinstall -m 644 ${worksrcpath}/doc/FCGI_Accept.3 ${destroot}${prefix}/share/man/man3
+   xinstall -m 644 ${worksrcpath}/doc/FCGI_Finish.3 ${destroot}${prefix}/share/man/man3
+   xinstall -m 644 ${worksrcpath}/doc/FCGI_SetExitStatus.3 ${destroot}${prefix}/share/man/man3
+   xinstall -m 644 ${worksrcpath}/doc/FCGI_StartFilterData.3 ${destroot}${prefix}/share/man/man3
+   xinstall -d -m 0755 ${destroot}${prefix}/share/doc
+   system "cp -R ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}"
+   system "rm -f ${destroot}${prefix}/share/doc/${name}/*.\[13\]"
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090118/245983f1/attachment-0001.html>


More information about the macports-changes mailing list