Port details |
- lzbench In-memory benchmark of open-source LZ77/LZSS/LZMA compressors
- 2.0.1 benchmarks
=2 1.8.1Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2018-01-15 07:06:01
- Last Update: 2025-03-01 06:03:00
- Commit Hash: 7cc244f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://github.com/inikep/lzbench
- Description:
- lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors.
It joins all compressors into a single executable. At the beginning, an
input file is read to memory. Then all compressors are used to compress
and decompress the file and decompressed file is verified.
This approach has a big advantage of using the same compiler with the same
optimizations for all compressors. The disadvantage is that it requires
source code of each compressor (therefore Slug or lzturbo are not included).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lzbench>0:benchmarks/lzbench
- To install the port:
- cd /usr/ports/benchmarks/lzbench/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/lzbench
- pkg install lzbench
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lzbench
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739301809
SHA256 (inikep-lzbench-v2.0.1_GH0.tar.gz) = dabf052eb3bf11791c3b8d52316cf5407ac4f03d1c50cea099b1e860bcb684c1
SIZE (inikep-lzbench-v2.0.1_GH0.tar.gz) = 9474003
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:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lzbench-2.0.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_lzbench
- USES:
- compiler:c11 gmake
- 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 |
2.0.1 01 Mar 2025 06:03:00
    |
Alexey Dokuchaev (danfe)  |
benchmarks/lzbench: the port had been updated to version 2.0.1
Adjust preprocessor logic for the fact that FreeBSD has proper
directory(3) and nanosleep(2) support.
PR: 284231
Reported by: portscout |
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.8.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.8.1 20 Jul 2022 14:20:56
    |
Tobias C. Berner (tcberner)  |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.1 24 May 2022 13:39:30
    |
Alexey Dokuchaev (danfe)  |
benchmarks/lzbench: fix the port's build on ARM and RISC-V
While here, mute the compiler when it is being called inside the
GNU make's $(shell ...) context: these errors do not cause build
failures (they are not propagated to the caller) but can confuse
careless readers of the build log.
PR: 260625 |
1.8.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.8.1 12 Dec 2020 05:10:44
  |
linimon  |
Mark BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
1.8.1 02 Sep 2020 02:37:03
  |
danfe  |
Update to version 1.8.1 which does not require -fcommon workaround. |
1.8 22 Aug 2020 15:26:00
  |
danfe  |
- Unbreak the build with -fno-common (Clang 11, GCC 10)
- Include upstream bug report for reference and tracking
Reported by: pkg-fallout |
1.8 25 Oct 2019 11:29:52
  |
danfe  |
Update `benchmarks/lzbench' to version 1.8.
Reported by: portscout |
1.7.4 24 Oct 2019 09:28:43
  |
danfe  |
- Update `benchmarks/lzbench' to version 1.7.4
- Install README.md file as part of documentation
- Garbage-collect no longer useful patches
Reported by: portscout |
1.7.3_3 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.7.3_2 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.7.3_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.7.3 25 Jan 2018 11:21:12
  |
danfe  |
Do not link the program statically, there is no need for this.
Obtained from: Arch Linux package |
1.7.3 23 Jan 2018 09:04:28
  |
danfe  |
Try to unbreak on SSE4.1-capable machines running in 32-bit mode.
Reported by: pkg-fallout |
1.7.3 15 Jan 2018 14:35:11
  |
danfe  |
Unbreak the build against Clang 6.0.0 by allowing certain warnings while I'm
not in the mood for fixing them (technically, `-Wno-c++11-narrowing' is only
required for Clang 6 and later, but since it does not apparently upset other
compilers, pass it unconditionally rather than complicate Makefile logic). |
1.7.3 15 Jan 2018 07:05:53
  |
danfe  |
Add a port of lzbench, an in-memory benchmark of open-source LZ77/LZSS/LZMA
compressors. It joins all compressors into a single executable. At the
beginning, an input file is read to memory. Then all compressors are used
to compress and decompress the file and decompressed file is verified.
WWW: https://github.com/inikep/lzbench
Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-based
compression and decompression.
WWW: https://github.com/ebiggers/libdeflate
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1515146810 which corresponds to commit 6c4ad37 tagged
as this release. |