Port details |
- c-blosc Blocking, shuffling and loss-less compression library
- 1.21.0 archivers =3 1.21.0Version of this port present on the latest quarterly branch.
- Maintainer: iblis.dif01@nctu.edu.tw
- Port Added: 2017-08-09 00:44:26
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://blosc.org/
- Description:
- Blosc is a high performance compressor optimized for binary data.
It has been designed to transmit data to the processor cache faster
than the traditional, non-compressed, direct memory fetch approach
via a memcpy() OS call. Blosc is the first compressor (that I'm aware of)
that is meant not only to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- c-blosc>0:archivers/c-blosc
- To install the port:
- cd /usr/ports/archivers/c-blosc/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/c-blosc
- pkg install c-blosc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: c-blosc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618833889
SHA256 (Blosc-c-blosc-v1.21.0_GH0.tar.gz) = b0ef4fda82a1d9cbd11e0f4b9685abf14372db51703c595ecd4d76001a8b342d
SIZE (Blosc-c-blosc-v1.21.0_GH0.tar.gz) = 907199
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- libsnappy.so : archivers/snappy
- libzstd.so : archivers/zstd
- This port is required by:
- for Libraries
-
- archivers/py-blosc
- misc/openvdb
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for c-blosc-1.21.0:
AVX2=off: Attempt to build with AVX2 instructions
LZ4=on: LZ4 compression support
SNAPPY=on: Snappy compression library support
SSE2=on: Attempt to build with SSE2 instructions
STATIC=on: Build static executables and/or libraries
TEST=off: Build and/or run tests
ZLIB=on: zlib compression support
ZSTD=on: Zstandard compression support
===> Use 'make config' to modify these settings
- Options name:
- archivers_c-blosc
- USES:
- cmake compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.21.0 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.21.0 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.21.0 22 May 2021 03:54:21 |
Li-Wen Hsu (lwhsu) Author: Iblis Lin |
archivers/c-blosc: update to 1.21.0
Also update maintainer email address
PR: 255221 |
1.15.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.15.0_2 01 Jun 2020 09:32:50 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.15.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.15.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.15.0 04 Dec 2018 18:15:31 |
swills |
archivers/c-blosc: update to 1.15.0
PR: 233687
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
1.14.4 30 Jul 2018 16:52:04 |
asomers |
archivers/c-blosc: update to 1.14.4
This update adds an SSE2 option, on by default, that can be used to disable
SSE2 instructions when cross-compiling.
https://github.com/Blosc/c-blosc/releases/tag/v1.14.4
PR: 230193
Approved by: iblis@hs.ntnu.edu.tw (maintainer) |
1.14.2_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.14.2 04 Apr 2018 12:26:53 |
lwhsu |
- Update to 1.14.2
Submitted by: maintainer |
1.13.1 17 Jan 2018 22:33:08 |
dbaio |
archivers/c-blosc: Update to 1.13.1
PR: 225251
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
1.12.1_1 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
1.12.1_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.12.1 09 Aug 2017 00:44:05 |
ultima |
Blosc is a high performance compressor optimized for binary data.
It has been designed to transmit data to the processor cache faster
than the traditional, non-compressed, direct memory fetch approach
via a memcpy() OS call. Blosc is the first compressor (that I'm aware of)
that is meant not only to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.
WWW: http://blosc.org/
PR: 220908
Submitted by: Iblis Lin (maintainer)
Reviewed by: matthew (mentor), mat
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11889 |