You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.2 KiB
Tcl
29 lines
1.2 KiB
Tcl
# -*- 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.7 v
|
|
revision 0
|
|
|
|
checksums rmd160 92f123339aefb2c2ecdb52e380a788104baebd3b \
|
|
sha256 cc7b93be9002e25a88b45d6b8d5f6120756cb5e1000613f91d803ce0beba24d9 \
|
|
size 3152700
|
|
|
|
maintainers nomaintainer
|
|
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
|