1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name wcslib |
---|
6 | version 4.8.4 |
---|
7 | categories science |
---|
8 | platforms darwin |
---|
9 | maintainers transientskp.org:swinbank |
---|
10 | description Library for handling World Coordinate System in FITS files |
---|
11 | long_description A C library, with a set of Fortran wrappers, that \ |
---|
12 | implements the World Coordinate System (WCS) standard \ |
---|
13 | in FITS (Flexible Image Transport System). |
---|
14 | homepage http://www.atnf.csiro.au/people/mcalabre/WCS/index.html |
---|
15 | master_sites ftp://ftp.atnf.csiro.au/pub/software/wcslib/ |
---|
16 | use_bzip2 yes |
---|
17 | checksums md5 e11147f58feca75110ffe770c0f53a3b \ |
---|
18 | sha1 66c0be7b71aa66d0db7e68bb75c02e9f406c18c5 \ |
---|
19 | rmd160 23e9e4439eced5427986582ae534241499a7d560 |
---|
20 | depends_lib port:cfitsio |
---|
21 | configure.args --disable-fortran |
---|
22 | |
---|
23 | livecheck.type regex |
---|
24 | livecheck.url http://www.atnf.csiro.au/people/mcalabre/WCS/CHANGES |
---|
25 | livecheck.regex "WCSLIB version (\\d+\\.\\d+\(\\.\\d+\)?)" |
---|
26 | |
---|
27 | variant gcc45 description {Build with GCC 4.5; enables Fortran support} { |
---|
28 | configure.compiler macports-gcc-4.5 |
---|
29 | depends_lib-append port:gcc45 \ |
---|
30 | port:pgplot |
---|
31 | configure.args-delete --disable-fortran |
---|
32 | } |
---|