Ticket #46935: Portfile-wcslib.diff

File Portfile-wcslib.diff, 3.2 KB (added by john@…, 9 years ago)
  • Portfile

    old new  
    55
    66name                wcslib
    77version             4.25.1
     8revision            1
    89categories          science
    910license             LGPL-3+
    1011platforms           darwin
    11 maintainers         macports.swinbank.org:john
     12maintainers         nomaintainer
    1213description         Library for handling World Coordinate System in FITS files
    1314long_description    A C library, with a set of Fortran wrappers, that \
    1415                    implements the World Coordinate System (WCS) standard \
    1516                    in FITS (Flexible Image Transport System).
    1617homepage            http://www.atnf.csiro.au/people/mcalabre/WCS/index.html
    17 master_sites        ftp://ftp.atnf.csiro.au/pub/software/wcslib/
     18master_sites        ftp://ftp.atnf.csiro.au/pub/software/wcslib/ \
     19                    ftp://ftp.eso.org/pub/dfs/pipelines/libraries/wcslib/
    1820use_bzip2           yes
    1921
    2022checksums           rmd160  114a0c866347380561788f1773dd94932a98f0bf \
     
    3234livecheck.url       http://www.atnf.csiro.au/people/mcalabre/WCS/CHANGES
    3335livecheck.regex     "WCSLIB version (\\d+\\.\\d+\(\\.\\d+\)?)"
    3436
    35 variant gcc44 conflicts gcc45 gcc46 gcc47 gcc48 description {Build with GCC 4.4; enables Fortran support}  {
     37variant gcc44 conflicts gcc45 gcc46 gcc47 gcc48 gcc49 description {Build with GCC 4.4; enables Fortran support}  {
    3638    configure.compiler      macports-gcc-4.4
    3739    depends_lib-append      port:pgplot
    3840    configure.args-delete   --disable-fortran
    3941}
    4042
    41 variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 description {Build with GCC 4.5; enables Fortran support}  {
     43variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 gcc49 description {Build with GCC 4.5; enables Fortran support}  {
    4244    configure.compiler      macports-gcc-4.5
    4345    depends_lib-append      port:pgplot
    4446    configure.args-delete   --disable-fortran
    4547}
    4648
    47 variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 description {Build with GCC 4.6; enables Fortran support}  {
     49variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 gcc49 description {Build with GCC 4.6; enables Fortran support}  {
    4850    configure.compiler      macports-gcc-4.6
    4951    depends_lib-append      port:pgplot
    5052    configure.args-delete   --disable-fortran
    5153}
    5254
    53 variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 description {Build with GCC 4.7; enables Fortran support}  {
     55variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 gcc49 description {Build with GCC 4.7; enables Fortran support}  {
    5456    configure.compiler      macports-gcc-4.7
    5557    depends_lib-append      port:pgplot
    5658    configure.args-delete   --disable-fortran
    5759}
    5860
    59 variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 description {Build with GCC 4.8; enables Fortran support}  {
     61variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 gcc49 description {Build with GCC 4.8; enables Fortran support}  {
    6062    configure.compiler      macports-gcc-4.8
    6163    depends_lib-append      port:pgplot
    6264    configure.args-delete   --disable-fortran
    6365}
     66
     67variant gcc49 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {Build with GCC 4.9; enables Fortran support}  {
     68    configure.compiler      macports-gcc-4.9
     69    depends_lib-append      port:pgplot
     70    configure.args-delete   --disable-fortran
     71}