New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82462


Ignore:
Timestamp:
08/13/11 23:41:26 (4 years ago)
Author:
ryandesign@…
Message:

llvm-devel: whitespace changes, add $Id$ line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/llvm-devel/Portfile

    r82460 r82462  
    11# -*- 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 
     2# $Id$ 
    23 
    3 PortSystem                      1.0 
     4PortSystem          1.0 
    45 
    5 name                            llvm-devel 
    6 version                         3.0-r137552 
    7 categories                      lang 
    8 platforms                       darwin 
    9 maintainers                     nomaintainer 
    10 license                         BSD 
     6name                llvm-devel 
     7version             3.0-r137552 
     8categories          lang 
     9platforms           darwin 
     10maintainers         nomaintainer 
     11license             BSD 
    1112 
    12 description                     This is the LLVM svn version. 
    13 long_description        LLVM is the next generation compiler meant to replace \ 
    14                                         GCC by providing a much cleaner and interoperable \ 
    15                                         infrastructure. 
     13description         This is the LLVM svn version. 
     14long_description    LLVM is the next generation compiler meant to replace \ 
     15                    GCC by providing a much cleaner and interoperable \ 
     16                    infrastructure. 
    1617 
    17 homepage                        http://www.llvm.org/ 
     18homepage            http://www.llvm.org/ 
    1819 
    19 depends_build           port:gzip port:bzip2 
     20depends_build       port:gzip port:bzip2 
    2021 
    21 fetch.type                      svn 
    22 svn.url                         http://llvm.org/svn/llvm-project/llvm/trunk 
    23 svn.revision            137552 
     22fetch.type          svn 
     23svn.url             http://llvm.org/svn/llvm-project/llvm/trunk 
     24svn.revision        137552 
    2425 
    25 worksrcdir                      trunk 
     26worksrcdir          trunk 
    2627 
    27 configure.args          --enable-optimized \ 
    28                                         --enable-targets=x86,powerpc 
     28configure.args      --enable-optimized \ 
     29                    --enable-targets=x86,powerpc 
    2930 
    30 variant jit                     description {enable jit compilation} { 
    31         configure.args-append   --enable-jit 
     31variant jit description {enable jit compilation} { 
     32    configure.args-append   --enable-jit 
    3233} 
    3334 
    34 variant debug           description {generates debug build} { 
    35         configure.args-delete   --enable-optimized 
    36         configure.args-append   --disable-optimized 
     35variant debug description {generate debug build} { 
     36    configure.args-delete   --enable-optimized 
     37    configure.args-append   --disable-optimized 
    3738} 
Note: See TracChangeset for help on using the changeset viewer.