Port details |
- libdeflate Fast, whole-buffer DEFLATE-based compression library
- 1.22 archivers =16 1.21Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2018-01-14 14:06:56
- Last Update: 2024-10-06 17:45:46
- Commit Hash: ee7abdd
- People watching this port, also watch:: expat, libedit, indexinfo, gettext-runtime, libnghttp2
- License: MIT
- WWW:
- https://github.com/ebiggers/libdeflate
- Description:
- libdeflate is a library for fast, whole-buffer DEFLATE-based compression and
decompression. The supported formats are:
- DEFLATE (raw)
- zlib (a.k.a. DEFLATE with a zlib wrapper)
- gzip (a.k.a. DEFLATE with a gzip wrapper)
libdeflate is heavily optimized. It is significantly faster than the zlib
library, both for compression and decompression, and especially on x86
processors. In addition, libdeflate offers optional high compression modes
that provide a better compression ratio than the zlib's "level 9".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdeflate>0:archivers/libdeflate
- To install the port:
- cd /usr/ports/archivers/libdeflate/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/libdeflate
- pkg install libdeflate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdeflate
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728158443
SHA256 (libdeflate-1.22.tar.gz) = 7834d9adbc9a809e0fb0d7b486060a9ae5f7819eb7f55bb8c22b10d7b3bed8da
SIZE (libdeflate-1.22.tar.gz) = 186676
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
- This port is required by:
- for Libraries
-
- archivers/advancecomp
- archivers/maxcso
- biology/fastp
- biology/htslib
- biology/vt
- devel/notcurses
- graphics/gdal
- for Run
-
- www/uwebsockets
Configuration Options:
- ===> The following configuration options are available for libdeflate-1.22:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- archivers_libdeflate
- USES:
- cmake:testing pathfix
- 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.22 06 Oct 2024 17:45:46 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.22
PR: 281900
Reported by: portscout |
1.21 29 Aug 2024 18:52:00 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.21. |
1.20 24 Mar 2024 16:38:46 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.20
Switch to upstream release tarball to avoid potential
breakage due to GitHub's service policies.
PR: 273908
Reported by: portscout |
1.19 17 Sep 2023 11:54:32 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.19
Reported by: portscout |
1.18 29 Mar 2023 11:55:10 |
Daniel Engberg (diizzy) |
archivers/libdeflate: Update to 1.18
Changelog: https://github.com/ebiggers/libdeflate/blob/v1.18/NEWS.md
PR: 270447
Reviewed by: danfe (maintainer) |
1.17 19 Jan 2023 18:01:42 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: the port had been updated to version 1.17
Fix a bug introduced in version 1.16 where compression at levels
10-12 would sometimes produce an output larger than the size that
was returned by the corresponding `libdeflate_*_compress_bound()'
function.
Reported by: portscout
PR: 268970 (independent) |
1.16 15 Jan 2023 10:18:00 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.16
Reported by: portscout |
1.15 05 Jan 2023 08:21:46 |
Alexey Dokuchaev (danfe) Author: Daniel Engberg |
archivers/libdeflate: update the port to version 1.15
- The build system had been switched to CMake, adjust the Makefile
accordingly and convert outgrown PLIST_FILES into static pkg-plist
- Backport one upstream commit for the sake of consistency, so unit
tests reflect on release binaries (it also happens to inadvertently
inhibit detection of futimes(2), which is deprecated interface as
it does not provide nanosecond accuracy, so it's probably okay)
- Do not pass "-O2 -DNDEBUG" on release CFLAGS: -O2 is redundant and
NDEBUG is not actually used anywhere in the library source code
PR: 268519 |
1.14 12 Sep 2022 15:13:52 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.14
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.13 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.13 08 Aug 2022 09:35:32 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.13
Reported by: portscout |
1.12 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.12 14 Jun 2022 01:49:30 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.12.
Reported by: portscout |
1.11 24 May 2022 18:58:44 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.11.
Reported by: portscout |
1.10 09 Feb 2022 09:24:22 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.10.
Reported by: portscout |
1.9 14 Jan 2022 07:53:56 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: the port had been updated to version 1.9. |
1.8 16 Jul 2021 08:42:12 |
Alexey Dokuchaev (danfe) |
archivers/libdeflate: update the port to version 1.8.
Reported by: portscout |
1.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7 11 Nov 2020 04:50:01 |
danfe |
Update to version 1.7.
Found out via: repology.org |
1.6 13 May 2020 07:43:03 |
danfe |
Update to version 1.6.
Reported by: portscout |
1.5 29 Dec 2019 12:08:56 |
danfe |
- Update `archivers/libdeflate' to version 1.5
- Add LICENSE_FILE which is not a boilerplate (includes author's name)
- Hook available tests to our framework
Reported by: portscout |
1.3 12 Aug 2019 08:30:42 |
danfe |
Update `archivers/libdeflate' to version 1.3.
Reported by: portscout |
1.2 17 Jan 2019 10:21:07 |
danfe |
Update `archivers/libdeflate' to version 1.2.
Reported by: portscout |
1.1_1 26 Dec 2018 09:34:28 |
danfe |
Instead of hand-rolled `do-install' target, make existing installation
routine PREFIX-aware and compatible with our install(1). As a bonus,
it would install prefixed binaries to avoid potential clash with other
gzip and gunzip implementations. |
1.1 26 Dec 2018 08:08:33 |
danfe |
Update `archivers/libdeflate' to version 1.1.
Reported by: portscout |
1.0 15 Apr 2018 10:47:58 |
danfe |
Update `archivers/libdeflate' to version 1.0.
Reported by: portscout |
0.8 14 Jan 2018 14:06:46 |
danfe |
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 1501364283 which corresponds to commit 3d96a83 tagged
as this release. |