Port details on branch 2024Q3 |
- liblz4 LZ4 compression library, lossless and very fast
- 1.10.0,1 archivers =44 1.10.0,1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-10-26 00:14:22
- Last Update: 2024-07-25 04:17:20
- Commit Hash: c9de568
- People watching this port, also watch:: pkg, indexinfo, libxml2, gettext-runtime, libiconv
- License: BSD2CLAUSE GPLv2
- WWW:
- https://lz4.org/
- https://github.com/lz4/lz4
- Description:
- LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s
per core, scalable with multi-cores CPU. It features an extremely fast decoder,
with speed in multiple GB/s per core, typically reaching RAM speed limits on
multi-core systems.
Speed can be tuned dynamically, selecting an "acceleration" factor which trades
compression ratio for faster speed. On the other end, a high compression
derivative, LZ4_HC, is also provided, trading CPU time for improved compression
ratio. All versions feature the same decompression speed.
LZ4 is also compatible with dictionary compression, both at API and CLI levels.
It can ingest any input file as dictionary, though only the final 64KB are used.
This capability can be combined with the Zstandard Dictionary Builder, in order
to drastically improve compression performance on small files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- liblz4>0:archivers/liblz4
- To install the port:
- cd /usr/ports/archivers/liblz4/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/liblz4
- pkg install liblz4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liblz4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721710218
SHA256 (lz4-1.10.0.tar.gz) = 537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b
SIZE (lz4-1.10.0.tar.gz) = 387114
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:
-
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- archivers/py-lz4
- astro/libosmium
- databases/mysql80-client
- databases/mysql80-server
- databases/mysql84-client
- databases/mysql84-server
- databases/mysql90-client
-
Deleted ports which required this port:
- for Libraries
-
- archivers/c-blosc
- archivers/c-blosc2
- archivers/libarchive
- archivers/lrzip
- archivers/lz4json
- archivers/maxcso
- archivers/php-horde_lz4
-
Deleted ports which required this port:
- for Run
-
- biology/mca-calling
- databases/tiledb
Configuration Options:
- ===> The following configuration options are available for liblz4-1.10.0,1:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- archivers_liblz4
- USES:
- cpe meson pkgconfig python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|