[82462] trunk/dports/lang/llvm-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 13 23:41:28 PDT 2011


Revision: 82462
          http://trac.macports.org/changeset/82462
Author:   ryandesign at macports.org
Date:     2011-08-13 23:41:26 -0700 (Sat, 13 Aug 2011)
Log Message:
-----------
llvm-devel: whitespace changes, add $Id$ line

Modified Paths:
--------------
    trunk/dports/lang/llvm-devel/Portfile

Modified: trunk/dports/lang/llvm-devel/Portfile
===================================================================
--- trunk/dports/lang/llvm-devel/Portfile	2011-08-14 06:33:37 UTC (rev 82461)
+++ trunk/dports/lang/llvm-devel/Portfile	2011-08-14 06:41:26 UTC (rev 82462)
@@ -1,37 +1,38 @@
 # -*- 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				llvm-devel
-version				3.0-r137552
-categories			lang
-platforms			darwin
-maintainers			nomaintainer
-license				BSD
+name                llvm-devel
+version             3.0-r137552
+categories          lang
+platforms           darwin
+maintainers         nomaintainer
+license             BSD
 
-description			This is the LLVM svn version.
-long_description	LLVM is the next generation compiler meant to replace \
-					GCC by providing a much cleaner and interoperable \
-					infrastructure.
+description         This is the LLVM svn version.
+long_description    LLVM is the next generation compiler meant to replace \
+                    GCC by providing a much cleaner and interoperable \
+                    infrastructure.
 
-homepage			http://www.llvm.org/
+homepage            http://www.llvm.org/
 
-depends_build		port:gzip port:bzip2
+depends_build       port:gzip port:bzip2
 
-fetch.type			svn
-svn.url				http://llvm.org/svn/llvm-project/llvm/trunk
-svn.revision		137552
+fetch.type          svn
+svn.url             http://llvm.org/svn/llvm-project/llvm/trunk
+svn.revision        137552
 
-worksrcdir			trunk
+worksrcdir          trunk
 
-configure.args		--enable-optimized \
-					--enable-targets=x86,powerpc
+configure.args      --enable-optimized \
+                    --enable-targets=x86,powerpc
 
-variant jit			description {enable jit compilation} {
-	configure.args-append	--enable-jit
+variant jit description {enable jit compilation} {
+    configure.args-append   --enable-jit
 }
 
-variant debug		description {generates debug build} {
-	configure.args-delete	--enable-optimized
-	configure.args-append	--disable-optimized
+variant debug description {generate debug build} {
+    configure.args-delete   --enable-optimized
+    configure.args-append   --disable-optimized
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110813/d7cec871/attachment.html>


More information about the macports-changes mailing list