[113610] trunk/dports/devel/distcc/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 20 10:27:31 PST 2013


Revision: 113610
          https://trac.macports.org/changeset/113610
Author:   ryandesign at macports.org
Date:     2013-11-20 10:27:31 -0800 (Wed, 20 Nov 2013)
Log Message:
-----------
distcc: whitespace changes; add modeline

Modified Paths:
--------------
    trunk/dports/devel/distcc/Portfile

Modified: trunk/dports/devel/distcc/Portfile
===================================================================
--- trunk/dports/devel/distcc/Portfile	2013-11-20 18:27:15 UTC (rev 113609)
+++ trunk/dports/devel/distcc/Portfile	2013-11-20 18:27:31 UTC (rev 113610)
@@ -1,28 +1,32 @@
+# -*- 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		distcc
-version         3.2rc1
-categories	devel net
-license		GPL-2+ 
-maintainers	nomaintainer
-description	Distributed C compiler
-long_description	\
-	distcc is a program to distribute compilation of C or C++ code \
-	across several machines on a network without requiring that \
-	they share filesystems, have the same headers/libraries or have \
-	syncronized clocks.  distcc should always generate the same \
-	results as a local compile but is often 2 to 3 times faster.
-homepage	http://distcc.org/
-platforms	darwin
-master_sites	googlecode
-use_bzip2	yes
+name                distcc
+version             3.2rc1
+categories          devel net
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
 
+description         Distributed C compiler
+
+long_description    distcc is a program to distribute compilation of C or \
+                    C++ code across several machines on a network without \
+                    requiring that they share filesystems, have the same \
+                    headers/libraries or have syncronized clocks. distcc \
+                    should always generate the same results as a local \
+                    compile but is often 2 to 3 times faster.
+
+homepage            http://distcc.org/
+master_sites        googlecode
+use_bzip2           yes
+
 checksums           rmd160  505447b910d90ea403a98fe0d0a3a0fa92cd7039 \
                     sha256  311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
 
-depends_lib		port:popt
+depends_lib         port:popt
 
 configure.args      --without-avahi \
-				--disable-Werror
+                    --disable-Werror
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131120/9a2add9c/attachment.html>


More information about the macports-changes mailing list