New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79914


Ignore:
Timestamp:
06/29/11 01:47:29 (4 years ago)
Author:
and.damore@…
Message:

port qtoctave-mac, whitespace changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/qtoctave-mac/Portfile

    r79912 r79914  
    22# $Id$ 
    33 
    4 PortSystem          1.0 
    5 PortGroup           qt4 1.0 
    6 name                qtoctave-mac 
    7 version             0.9.1 
    8 revision            1 
    9 categories          aqua math 
    10 platforms           darwin 
    11 maintainers         and.damore openmaintainer 
    12 description         QtOctave is a front-end for Octave 
    13 long_description    \ 
    14 QtOctave is a front-end for Octave, a high-level language\ primarily intended \ 
    15 for numerical computations like Matlab. QtOctave \ tries, using menus and \ 
    16 forms, to make Octave easy. 
     4PortSystem              1.0 
     5PortGroup               qt4 1.0 
     6name                    qtoctave-mac 
     7version                 0.9.1 
     8revision                1 
     9categories              aqua math 
     10platforms               darwin 
     11maintainers             and.damore openmaintainer 
     12description             QtOctave is a front-end for Octave 
     13long_description        \ 
     14                        QtOctave is a front-end for Octave, a high-level \ 
     15                        language\ primarily intended for numerical computations \ 
     16                        like Matlab. QtOctave \ tries, using menus and forms, \ 
     17                        to make Octave easy. 
    1718 
    18 homepage            http://qtoctave.wordpress.com 
    19 distname            qtoctave-${version} 
    20 master_sites        http://forja.rediris.es/frs/download.php/1760/ 
     19homepage                http://qtoctave.wordpress.com 
     20distname                qtoctave-${version} 
     21master_sites            http://forja.rediris.es/frs/download.php/1760/ 
    2122 
    22 depends_lib-append  path:bin/octave:octave 
    23 depends_build-append port:cmake 
     23depends_lib-append      path:bin/octave:octave 
     24depends_build-append    port:cmake 
    2425depends_skip_archcheck  octave octave-devel 
    2526 
    26 checksums           md5     a15edc82c6780dc3764052b04bf902f0 \ 
    27                     sha1    1d18058c7549a3f25cd648183db3d99ef755257e \ 
    28                     rmd160  9e4725cc2a52cfe9b7ec1e1b74becba8146b74f0 
     27checksums               md5     a15edc82c6780dc3764052b04bf902f0 \ 
     28                        sha1    1d18058c7549a3f25cd648183db3d99ef755257e \ 
     29                        rmd160  9e4725cc2a52cfe9b7ec1e1b74becba8146b74f0 
    2930 
    30 patchfiles          patch-cmakelists_txt.diff \ 
    31                     patch-qtinfo.diff 
     31patchfiles              patch-cmakelists_txt.diff \ 
     32                        patch-qtinfo.diff 
    3233 
    33 configure.cmd       cmake 
    34 configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix} 
    35 configure.args      ${qt_cmake_defines} \ 
    36                     -G \"Unix Makefiles\" . 
     34configure.cmd           cmake 
     35configure.pre_args      -DCMAKE_INSTALL_PREFIX=${prefix} 
     36configure.args          ${qt_cmake_defines} \ 
     37                        -G \"Unix Makefiles\" . 
    3738 
    38 use_bzip2           yes 
     39use_bzip2               yes 
    3940 
    40 livecheck.type     regex 
    41 livecheck.url      ${homepage} 
    42 livecheck.regex    "QtOctave (\\d+(?:\\.\\d+)*) has been released" 
     41livecheck.type          regex 
     42livecheck.url           ${homepage} 
     43livecheck.regex         "QtOctave (\\d+(?:\\.\\d+)*) has been released" 
Note: See TracChangeset for help on using the changeset viewer.