Port details on branch 2024Q3 |
- libdeflate Fast, whole-buffer DEFLATE-based compression library
- 1.22 archivers
=16 1.22Version 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, libnghttp2, indexinfo, gettext-runtime, zstd
- 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:
|