# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        sourceforge octave fits 1.0.7
revision            11
license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         The Octave-FITS package provides functions for reading \
                    and writing FITS (Flexible Image Transport System) files
long_description    {*}${description}. This package uses the libcfitsio library.

checksums           rmd160  16ed71497646b441df4ab65d83e23be3c64d43c1 \
                    sha256  95124173f852498cb71acc97712af104027669f60c4f972bbcd8c59b2b2f4b49 \
                    size    16759

depends_lib-append  port:cfitsio

# Compensate for Octave changes
patchfiles-append   patch-octave5.diff \
                    patch-fits-3-octave-9-compat.diff
