# -*- 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.5 v
revision            0

checksums           rmd160  94360cf83a5d1ba301c47a78ff749ead032ecd96 \
                    sha256  70c2c5909523de64ab9f9cbbb5c28df7a91e2b6c7102f0dea8f2e3a940c35122 \
                    size    3150582

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
