Ticket #26761: minc-2.0.18.diff
File minc-2.0.18.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name minc 5 version 1.45 version 2.0.18 6 6 categories science 7 7 platforms darwin 8 8 maintainers mac.com:mhough 9 9 description This package contains tools to manipulate MINC files. 10 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 11 12 homepage http://www.bic.mni.mcgill.ca/ServicesSoftware/MINC 13 master_sites http://packages.bic.mni.mcgill.ca/tgz/ 14 15 checksums sha1 c08ef1fa80a495da9ef710e966e3a07b820e0298 \ 16 rmd160 9ed3ff201e5eba452dfaa504313a59ebd78fc8c6 17 14 18 depends_lib port:netcdf 15 19 16 platform darwin 8 { 17 patchfiles patch-time.c 18 } 19 configure.args --with-build-path="${prefix}" --mandir=${prefix}/share/man 20 configure.args --with-build-path=${prefix}