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

github.setup        MathisRosenhauer libaec 1.1.4 v
revision            2

checksums           rmd160  0ae49c0aafcb87793555dc7a9409cb6addff5a33 \
                    sha256  1b9f3b913d9111469a83820ab62bb6a9f3ec7a5f9b6d681761776aecbc7fefbe \
                    size    3148407

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.

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

test.run            yes
