# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup cmake 1.1 PortGroup github 1.0 epoch 1 github.setup HEASARC cfitsio 4.6.4 cfitsio- revision 1 categories science license zlib MIT {LGPL Noncommercial} maintainers nomaintainer description C access to FITS data files with optional Fortran wrappers long_description CFITSIO is a library of C and Fortran subroutines for \ reading and writing data files in FITS (Flexible Image \ Transport System) data format. CFITSIO simplifies the \ task of writing software that deals with FITS files by \ providing an easy to use set of high-level routines that \ insulate the programmer from the internal complexities \ of the FITS file format. At the same time, CFITSIO \ provides many advanced features that have made it the \ most widely used FITS file programming interface in the \ astronomical community. homepage https://heasarc.gsfc.nasa.gov/fitsio/ master_sites https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ checksums rmd160 0b3ffa61d587dee1e65863d3c97e7ee4348a5079 \ sha256 227b637b91c9820ea96f39a65eb087f053de567d82f4338e2884f123f8183c55 \ size 3774657 depends_lib-append port:curl \ port:zlib # error: redefinition of typedef ‘ParseData’ compiler.c_standard 2011 configure.cflags -D_LARGEFILE_SOURCE \ -D_FILE_OFFSET_BITS=64 configure.args-append \ -DTESTS=OFF