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

github.setup        MathisRosenhauer libaec 1.1.6 v
revision            0

checksums           rmd160  7eb5733f822969eddf60ac1c6aeba22d5cee8f8c \
                    sha256  a469be4d835127e358c4f97de74943a54fbcb870aaf03cd2303c1dcc9fd4af4b \
                    size    3149527

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
