# -*- 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           gitlab 1.0
PortGroup           cmake 1.1

gitlab.instance     https://gitlab.dkrz.de
gitlab.setup        k202009 libaec 1.1.4 v
revision            0

distname            ${gitlab.project}-${gitlab.tag_prefix}${gitlab.version}
checksums           rmd160  b8770b275833fe575c5f37e661ddb6422d298021 \
                    sha256  cf869c166656a83857adf62a092311a0069855c6ced3446e3f090a6d52279f65 \
                    size    2314074

maintainers         {takeshi @tenomoto} openmaintainer
license             BSD
categories          archivers science
description         Adaptive Entropy Coding library
long_description \
    ${name} provides fast lossless compression of 1 up to 32 bit wide\
    signed or unsigned integers (samples). The library achieves best\
    results for low entropy data as often encountered in space imaging\
    instrument data or numerical model output from weather or climate\
    simulations. While floating point representations are not directly\
    supported, they can also be efficiently coded by grouping exponents\
    and mantissa.

cmake.install_prefix    ${prefix}/lib/${name}
test.run                yes
