Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.3 07 Oct 2024 14:16:42
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Remove CMAKE_TESTING_ON
CMAKE_TESTING_ON defaults to BUILD_TESTING. |
1.1.3 06 Apr 2024 00:00:10
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Do not build testing unconditionally
PR: 278073
Reported by: diizzy |
1.1.3 31 Mar 2024 18:50:59
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Update to 1.1.3
Changes: https://github.com/MathisRosenhauer/libaec/releases
https://github.com/MathisRosenhauer/libaec/blob/master/CHANGELOG.md |
1.1.2 25 Dec 2023 09:03:13
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Add make test
PR: 274436
Submitted by: diizzy |
1.1.2 01 Dec 2023 22:11:32
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Remove outdated CONFLICTS_INSTALL (almost 1.5 years ago) |
1.1.2 16 Oct 2023 15:59:42
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Update to 1.1.2
- Update MASTER_SITES
- Update WWW
Changes: https://gitlab.dkrz.de/k202009/libaec/-/blob/master/CHANGELOG.md
https://github.com/MathisRosenhauer/libaec/releases |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.6 20 Jul 2022 14:22:51
    |
Tobias C. Berner (tcberner)  |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
1.0.6 27 Sep 2021 19:48:08
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Update to 1.0.6
Changes: https://gitlab.dkrz.de/k202009/libaec/-/blob/master/CHANGELOG.md |
1.0.5 20 Jun 2021 20:45:42
    |
Po-Chuan Hsieh (sunpoet)  |
science/libaec: Update to 1.0.5
- Update LICENSE_FILE
Changes: https://gitlab.dkrz.de/k202009/libaec/-/blob/master/CHANGELOG.md |
1.0.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.4 06 Feb 2021 20:44:01
  |
sunpoet  |
Use upstream release tarball |
1.0.4 10 Oct 2020 07:44:38
  |
sunpoet  |
Use the release tag instead of commit hash |
1.0.4 12 Feb 2019 21:03:10
  |
sunpoet  |
Update to 1.0.4
- Remove DISTVERSIONPREFIX
Changes: https://gitlab.dkrz.de/k202009/libaec/blob/master/CHANGELOG.md |
1.0.2 14 Mar 2018 18:11:33
  |
sunpoet  |
Convert to USE_GITLAB |
1.0.2 12 Nov 2017 19:09:55
  |
sunpoet  |
Update to 1.0.2
Changes: https://gitlab.dkrz.de/k202009/libaec/blob/master/CHANGELOG.md |
1.0.1 22 Jul 2017 18:40:37
  |
sunpoet  |
Update to 1.0.1
- Update LICENSE_FILE
Changes: https://gitlab.dkrz.de/k202009/libaec/blob/master/CHANGELOG.md |
1.0.0 27 May 2017 19:42:13
  |
sunpoet  |
Fix CONFLICTS_INSTALL
PR: 219388
Submitted by: pawel |
1.0.0 01 Jan 2017 01:47:21
  |
sunpoet  |
Add libaec 1.0.0
Libaec 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.
Libaec implements Golomb-Rice coding as defined in the Space Data System
Standard documents 121.0-B-2 and 120.0-G-2.
Libaec includes a free drop-in replacement for the SZIP library. Just replace
SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code
which is dynamically linked with SZIP such as HDF5 should continue to work with
libaec. No re-compilation required. HDF5 files which contain SZIP encoded data
can be decoded by HDF5 using libaec and vice versa.
WWW: https://gitlab.dkrz.de/k202009/libaec |