Ticket #26761: minc-2.1.00.diff

File minc-2.1.00.diff, 1.8 KB (added by wiking@…, 13 years ago)

Portfile diff for using minc version 2.1.00

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name              minc
    5 version           1.4
     5version           2.1.00
    66categories        science
    77platforms         darwin
    88maintainers       mac.com:mhough
    99description       This package contains tools to manipulate MINC files.
    10 long_description  The Minc file format is a highly flexible medical image file format built on top of the NetCDF generalized data format. The format is simple, self-describing, extensible, portable and N-dimensional, with programming interfaces for both low-level data access and high-level volume manipulation. On top of the libraries is a suite of generic image-file manipulation tools. The format, libraries and tools are designed for use in a medical-imaging research environment: they are simple and powerful and make no attempt to provide a pretty interface to users.
    11 homepage          http://www.bic.mni.mcgill.ca/software/
    12 master_sites      ${homepage}/distribution/packages/
    13 checksums         md5 873a6deed8109f95d29a197bad9f6070
    14 depends_lib       port:netcdf
     10long_description  The Minc file format is a highly flexible medical image file format built on top of the NetCDF generalized data format. The format is simple, self-describing, extensible, portable and N-dime
    1511
    16 platform darwin 8 {
    17     patchfiles  patch-time.c
    18 }
    19 configure.args  --with-build-path="${prefix}" --mandir=${prefix}/share/man
     12homepage            http://www.bic.mni.mcgill.ca/ServicesSoftware/MINC
     13master_sites        http://packages.bic.mni.mcgill.ca/tgz/
     14
     15checksums           sha1    15e2befc499c408102015b7996d36c54e0361f19 \
     16                    rmd160      5b3b0d021045eb6eff9207b9d9c2ac3c74c6a35a
     17
     18depends_lib       port:netcdf
     19
     20configure.args      --with-build-path=${prefix}