Ticket #26761: minc.diff
File minc.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 1.5 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 0f2f72e50305973c1f936b72211cfaf3f4ed1957 \ 16 rmd160 68b0f05e20da253eb2c8ee5d6a58c5a67306f563 17 14 18 depends_lib port:netcdf 15 19 16 platform darwin 8 {17 patchfiles patch-time.c18 }19 20 configure.args --with-build-path="${prefix}" --mandir=${prefix}/share/man