Port details |
- liblz4 LZ4 compression library, lossless and very fast
- 1.10.0,1 archivers =44 1.9.4_1,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
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10.0,1 25 Jul 2024 04:17:20 |
Po-Chuan Hsieh (sunpoet) |
archivers/liblz4: Remove USES=shebangfix |
1.10.0,1 24 Jul 2024 11:44:10 |
Po-Chuan Hsieh (sunpoet) |
archivers/liblz4: Update to 1.10.0
Changes: https://github.com/lz4/lz4/releases |
1.9.4_1,1 31 Mar 2024 03:05:34 |
Po-Chuan Hsieh (sunpoet) |
archivers/liblz4: Add LICENSE_FILE |
1.9.4_1,1 13 Jan 2024 07:46:13 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
In my previous some ports got slipped which are fixed here.
Approved by: portmgr |
1.9.4,1 30 Sep 2023 23:29:48 |
Po-Chuan Hsieh (sunpoet) |
archivers/liblz4: Use upstream release tarball
- Update WWW
- Use complete arguments/options
- Simplify SHEBANG_FILES
- Update pkg-descr |
1.9.4,1 30 Sep 2023 19:53:13 |
Po-Chuan Hsieh (sunpoet) |
archivers/liblz4: Take maintainership |
1.9.4,1 30 Sep 2023 19:52:43 |
Po-Chuan Hsieh (sunpoet) |
archivers/liblz4: Reset maintainership
PR: 274177
Requested by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) |
1.9.4,1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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.9.4,1 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.9.4,1 27 Aug 2022 10:50:04 |
Po-Chuan Hsieh (sunpoet) Author: Martin Waschbusch |
archivers/liblz4: Update to 1.9.4
Changes: https://github.com/lz4/lz4/releases
PR: 266063 |
1.9.3,1 27 Aug 2022 10:26:48 |
Po-Chuan Hsieh (sunpoet) |
archivers/liblz4: Update WWW
Approved by: portmgr (blanket) |
1.9.3,1 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.9.3,1 15 Aug 2021 14:10:58 |
Bernhard Froehlich (decke) |
archivers/liblz4: Add CPE information
Approved by: portmgr (blanket) |
1.9.3,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.3,1 24 Nov 2020 09:26:01 |
fernape |
archivers/liblz4: Update to 1.9.3
ChangeLog: https://github.com/lz4/lz4/releases/tag/v1.9.3
* Switch from gmake to meson.
* Enable tests
PR: 251183
Submitted by: daniel.engberg.lists@pyret.net
Approved by: martin@waschbuesch.de (maintainer) |
1.9.2_1,1 19 Jan 2020 17:19:14 |
antoine |
Bump PORTREVISION after man page move, it has an impact on 1 reverse dep |
1.9.2,1 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
1.9.2,1 02 Sep 2019 19:47:27 |
swills |
archivers/liblz4: Update to 1.9.2
PR: 240007
Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) |
1.9.1,1 26 Apr 2019 19:38:21 |
swills |
archivers/liblz4: Update to 1.9.1
PR: 237520
Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) |
1.8.3,1 14 Feb 2019 14:49:19 |
olivier |
Fix compilation when TARGET_ARCH is set
PR: 225377
Approved by: Martin Waschbusch (maintainer) |
1.8.3,1 18 Sep 2018 15:09:10 |
swills |
archivers/liblz4: Update to v1.8.3
PR: 231324
Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) |
1.8.2,1 14 May 2018 19:12:46 |
bapt |
Remove LIBDIR arguments which are now unneeded |
1.8.2,1 08 May 2018 09:10:22 |
bapt |
Update to 1.8.2
Remove the now unneeded post-patch section
Enforce usage of our INSTALL_PROGRAM instead of manually strip
Pass variables via MAKE_ARGS to avoid patching
Remove now useless USES=pathfix
PR: 228060
Submitted by: bapt
Reported by: Yann Collet (Upstream)
Reviewed by: Martin Waschbusch (maintainer)
Approved by: Martin Waschbusch (maintainer) |
1.8.1.2,1 18 Jan 2018 14:44:17 |
sunpoet |
Update to 1.8.1.2
Changes: https://github.com/lz4/lz4/releases
PR: 225277
Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) |
1.8.1,1 14 Jan 2018 07:07:39 |
sunpoet |
Update to 1.8.1
Changes: https://github.com/lz4/lz4/releases
PR: 225145
Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) |
1.8.0,1 20 Aug 2017 12:30:25 |
sunpoet |
Update to 1.8.0
Changes: https://github.com/lz4/lz4/releases
PR: 221630
Submitted by: Martin Waschbusch <martin@waschbuesch.de> |
1.7.5,1 03 Feb 2017 08:31:37 |
matthew |
Delete duplicate line
Submitted by: sunpoet |
1.7.5,1 02 Feb 2017 22:25:18 |
matthew |
Update to 1.7.5
Notable changes:
- Upstream switched versioning from e.g. r131 to v1.7.5, forcing me to
make use of PORTEPOCH.
- (Submitter) pushed a change upstream to add FreeBSD to the OSs
recognized in Makefile, requiring one less search & replace action
in post-patch section.
PR: 216599
Submitted by: martin@waschbuesch.de (maintainer) |
131 30 Jan 2017 11:21:51 |
amdmi3 |
- Fix WWW
PR: 213735
Reported by: julian@hsiao.email
Submitted by: martin@waschbuesch.de (maintainer
MFH: 2017Q1 |
131 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
131 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
131 15 May 2016 12:24:20 |
riggs |
Pass maintainership to submitter
PR: 209516
Submitted by: martin@waschbuesch.de |
131 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
131 06 Oct 2015 21:14:15 |
amdmi3 |
- Silence patching
- Fix WWW: |
131 05 Oct 2015 16:13:51 |
adamw |
Reassign some of my ports to the Collective. |
131 07 Jul 2015 19:17:28 |
adamw |
Update to r131. |
130 29 Jun 2015 00:36:24 |
adamw |
Update to r130, which incorporates the patches that riggs committed in
r387288. |
129_1 24 May 2015 18:01:04 |
riggs |
Fix decompression in a pipeline: import fix from dev branch in
https://github.com/Cyan4973/lz4/commit/58b5aadb1fc5d937e81c8f33e0e8290f2097c6bb
PR: 200422
Submitted by: eborisch+FreeBSD@gmail.com
Approved by: adamw (maintainer, implicit) |
129 19 May 2015 16:37:07 |
adamw |
Update to r129. Changes at https://github.com/Cyan4973/lz4/releases/tag/r129.
Remove the CONFLICTS on archivers/lz4 which was removed from the ports tree. |
128 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
128 19 Apr 2015 19:34:19 |
adamw |
Update to r128.
Changes are listed on https://github.com/Cyan4973/lz4/releases
Also, use the new USE_GITHUB syntax, and update WWW. |
127 25 Mar 2015 00:11:49 |
adamw |
Re-add back ALL_TARGET=default. For reasons that I still don't understand,
it breaks the build for some people.
This time, add a comment so I don't try to remove it again in the future. |
127 24 Mar 2015 18:25:31 |
adamw |
Update to r127. Fix tons of hardcoded paths in the Makefile to enable
'make install' to work properly. |
123 06 Dec 2014 19:40:19 |
adamw |
I was never able to replicate this, but a number of people have reported that
liblz4 fails to build on amd64, and they all agree that this patch fixes it.
PR: 194609
Submitted by: Roland Smith |
123 26 Oct 2014 00:14:06 |
adamw |
Add archivers/liblz4. There is already archivers/lz4, which it looks
like might be an old version of this, but it only installs a binary.
This installs binaries and libraries/headers.
LZ4 is a very fast lossless compression algorithm, providing compression speed
at 400 MB/s per core, scalable with multi-cores CPU. It also features an
extremely fast decoder, with speed in multiple GB/s per core, typically
reaching RAM speed limits on multi-core systems.
A high compression derivative, called LZ4_HC, is also provided. It trades CPU
time for compression ratio.
The libraries are BSD licensed, and the binaries are GPLv2.
WWW: https://code.google.com/p/lz4/ |