Ticket #37225: 1.patch

File 1.patch, 2.3 KB (added by seanfarley (Sean Farley), 11 years ago)

nifticlib: whitespace cleanup

  • dports/graphics/nifticlib/Portfile

    # HG changeset patch
    # User Sean Farley <sean.michael.farley@gmail.com>
    # Date 1354641347 21600
    # Node ID 2841e25bf7c6142fa44158e0452bdabebc674d10
    # Parent  a9a2f760c53154d77a768e1ec55fe569b6ffadd4
    nifticlib: whitespace cleanup
    
    diff --git a/dports/graphics/nifticlib/Portfile b/dports/graphics/nifticlib/Portfile
    a b  
    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
    22# $Id$
    33PortSystem          1.0
    44PortGroup           cmake 1.0
     5
    56name                nifticlib
    67version             1.1.0
    78revision            1
    89categories          graphics science
    910maintainers         jameskyle
    10 description         niftilib is a collection of i/o routines for the nifti1 neuroimage data format.
    11 long_description    niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df
     11
     12description         niftilib is a collection of i/o routines for the nifti1 neuroimage data format
     13
     14long_description    ${description}. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and \
     15    Python (pynifti) code is available. Information about the nifti format is available at \
     16    http://nifti.nimh.nih.gov/df
    1217
    1318homepage            http://sourceforge.net/projects/niftilib
    1419platforms           darwin
    1520master_sites        sourceforge:niftilib
     21
    1622checksums           md5     671c020b3ad54ecdae595983a7d73f79 \
    1723                    sha1    f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \
    1824                    rmd160  3d70405085b3c432638baa48c71669b1235d385e
    1925
    20 configure.args-append -DBUILD_SHARED_LIBS:BOOL=True \
    21                       -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib
    22 livecheck.url http://sourceforge.net/export/rss2_projfiles.php?project=niftilib
    23 livecheck.regex {nifticlib-([0-9.]+).tar.gz}
     26configure.args      -DBUILD_SHARED_LIBS:BOOL=True \
     27                    -DCMAKE_INSTALL_NAME_DIR:STRING=${prefix}/lib
     28
     29livecheck.url       http://sourceforge.net/export/rss2_projfiles.php?project=niftilib
     30livecheck.regex     {nifticlib-([0-9.]+).tar.gz}