Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.0_3 30 Jun 2023 21:32:27 |
Rene Ladan (rene) |
databases/caterva: Remove expired port
2023-06-30 databases/caterva: Use archivers/c-blosc2 instead. All the features
of Caterva have been included in the C-Blosc2 NDim object |
0.5.0_3 18 Apr 2023 18:00:47 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30
Reference: https://github.com/Blosc/caterva/commit/5ab55959e6ec7d943de21beb04c3c63a23aa12df |
0.5.0_3 05 Apr 2023 17:29:44 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Rename patch files |
0.5.0_3 23 Mar 2023 23:39:16 |
Piotr Kubaj (pkubaj) |
databases/caterva: fix build on powerpc64*
Use non-typedef types when in conjunction with vector:
/wrkdirs/usr/ports/databases/caterva/work/caterva-2db4e9c/contribs/c-blosc2/blosc/transpose-altivec.h:18:23:
error: redefinition of 'uint8_t' as different kind of symbol
/usr/include/sys/_stdint.h:56:20: note: previous definition is here
typedef __uint8_t uint8_t; |
0.5.0_3 30 Dec 2022 09:04:15 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Update to newer snapshot (2db4e9c)
- Bump PORTREVISION for dependency and package change |
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) |
0.5.0_2 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 ) |
0.5.0_2 31 Aug 2022 11:40:54 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Update to newer snapshot (1f82f42)
- Bump PORTREVISION for dependency and package change |
0.5.0_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.0_1 21 Jun 2022 16:32:42 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Convert to USES=cmake:testing |
0.5.0_1 21 Dec 2021 18:46:15 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Update to newer snapshot (9414145)
- Bump PORTREVISION for package change
It is required by databases/py-caterva 0.7.0. |
0.5.0 01 Nov 2021 21:28:40 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Add make test |
0.5.0 01 Nov 2021 13:41:20 |
Po-Chuan Hsieh (sunpoet) |
databases/caterva: Add caterva 0.5.0
Caterva is a C library for handling multi-dimensional, compressed datasets in an
easy and convenient manner. It implements a thin metalayer on top of C-Blosc2
for specifying not only the dimensionality of a dataset, but also the
dimensionality of the chunks inside the dataset. In addition, Caterva adds
machinery for retrieving arbitrary multi-dimensional slices (aka hyper-slices)
out of the multi-dimensional containers in the most efficient way. Hence,
Caterva brings the convenience of multi-dimensional and compressed containers to
your application very easily.
WWW: https://github.com/Blosc/caterva |