# -*- 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

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

checksums           rmd160  a94af527ec5519603cfbd40ab75e7f594db6e6c9 \
                    sha256  a09b2e56093d5ce448bb09eed1217e1e5d8c047e6820ea178bbb18732c6b0e9b \
                    size    2315632

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.

use_autoreconf      yes
autoreconf.args     -fvi

configure.args      --prefix=${prefix}/lib/${name}
