[74264] trunk/dports/devel/ccache/Portfile

stromnov at macports.org stromnov at macports.org
Thu Dec 9 07:42:12 PST 2010


Revision: 74264
          http://trac.macports.org/changeset/74264
Author:   stromnov at macports.org
Date:     2010-12-09 07:42:06 -0800 (Thu, 09 Dec 2010)
Log Message:
-----------
ccache: fix whitespaces

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

Modified: trunk/dports/devel/ccache/Portfile
===================================================================
--- trunk/dports/devel/ccache/Portfile	2010-12-09 15:37:37 UTC (rev 74263)
+++ trunk/dports/devel/ccache/Portfile	2010-12-09 15:42:06 UTC (rev 74264)
@@ -1,26 +1,29 @@
+# -*- 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            ccache
-version         3.1.3
-categories      devel
-maintainers     landonf openmaintainer
-description     object-file caching compiler wrapper
+name                ccache
+version             3.1.3
+categories          devel
+platforms           darwin freebsd
 
+maintainers         landonf openmaintainer
+
+description         object-file caching compiler wrapper
+
 long_description \
     ccache is a compiler cache.  It acts as a caching pre-processor to C/C++ \
     compilers, using the -E compiler switch and a hash to detect when a \
     compilation can be satisfied from cache.  This often results in a 5 to 10 \
     times speedup in common compilations.
 
-homepage        http://ccache.samba.org/
-platforms       darwin freebsd
-master_sites    http://samba.org/ftp/ccache/
+homepage            http://ccache.samba.org/
+master_sites        http://samba.org/ftp/ccache/
 
-checksums       md5     b952d75e9ca37209d608ea58d84135cd \
-                sha1    5782f7815a6eeb1a432d8e25793ad246d8ca40fa \
-                rmd160  9167780f41c83f5bd5fde8693b8453b0dbb2f877
+checksums           md5     b952d75e9ca37209d608ea58d84135cd \
+                    sha1    5782f7815a6eeb1a432d8e25793ad246d8ca40fa \
+                    rmd160  9167780f41c83f5bd5fde8693b8453b0dbb2f877
 
 post-patch {
     set config [open ${worksrcpath}/config.h.in a]
@@ -29,7 +32,7 @@
     close ${config}
 }
 
-configure.args  --mandir=${prefix}/share/man
+configure.args      --mandir=${prefix}/share/man
 
 set symlinks_dir    ${prefix}/libexec/ccache
 
@@ -37,10 +40,10 @@
     file mkdir ${destroot}${symlinks_dir}
 
     foreach {bin} {
-	    cc
-	    gcc gcc2    gcc3    gcc-3.3 gcc-4.0 gcc-4.2
-	    c++ c++3    c++-3.3 c++-4.0 c++-4.2
-	    g++ g++2    g++3    g++-3.3 g++-4.0 g++-4.2
+        cc
+        gcc gcc2    gcc3    gcc-3.3 gcc-4.0 gcc-4.2
+        c++ c++3    c++-3.3 c++-4.0 c++-4.2
+        g++ g++2    g++3    g++-3.3 g++-4.0 g++-4.2
     } {
         ln -sf ${prefix}/bin/ccache ${destroot}${symlinks_dir}/${bin}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101209/c3e03c97/attachment.html>


More information about the macports-changes mailing list