| Port details |
- py-isal Python bindings for the ISA-L ibrary
- 1.8.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2026-01-31 14:27:03
- Last Update: 2026-01-31 14:14:45
- Commit Hash: 2cdc267
- Also Listed In: python
- License: PSFL
- WWW:
- https://python-isal.readthedocs.io/en/stable/
- https://github.com/pycompression/python-isal
- Description:
- This package provides Python bindings for the ISA-L library. The Intel(R)
Intelligent Storage Acceleration Library (ISA-L) implements several key
algorithms in assembly language. This includes a variety of functions to provide
zlib/gzip-compatible compression.
python-isal provides the bindings by offering four modules:
- isal_zlib: A drop-in replacement for the zlib module that uses ISA-L to
accelerate its performance.
- igzip: A drop-in replacement for the gzip module that uses isal_zlib instead
of zlib to perform its compression and checksum tasks, which improves
performance.
- igzip_threaded offers an open function which returns buffered read or write
streams that can be used to read and write large files while escaping the GIL
using one or multiple threads. This functionality only works for streaming,
seeking is not supported.
- igzip_lib: Provides compression functions which have full access to the API of
ISA-L's compression functions.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}isal>0:devel/py-isal@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-isal/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-isal
- pkg install py311-isal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-isal listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-isal
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1768625559
SHA256 (isal-1.8.0.tar.gz) = 124233e9a31a62030a07aafd48c26689561926f4e10417ed3ea46c211218f2b4
SIZE (isal-1.8.0.tar.gz) = 4133365
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-setuptools-scm>=8 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libisal.so : devel/isa-l
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-isal
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.8.0 31 Jan 2026 14:14:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-isal: Add py-isal 1.8.0
This package provides Python bindings for the ISA-L library. The Intel(R)
Intelligent Storage Acceleration Library (ISA-L) implements several key
algorithms in assembly language. This includes a variety of functions to provide
zlib/gzip-compatible compression.
python-isal provides the bindings by offering four modules:
- isal_zlib: A drop-in replacement for the zlib module that uses ISA-L to
accelerate its performance.
- igzip: A drop-in replacement for the gzip module that uses isal_zlib instead
of zlib to perform its compression and checksum tasks, which improves
performance.
- igzip_threaded offers an open function which returns buffered read or write
streams that can be used to read and write large files while escaping the GIL
using one or multiple threads. This functionality only works for streaming,
seeking is not supported.
- igzip_lib: Provides compression functions which have full access to the API of
ISA-L's compression functions. |
Number of commits found: 1
|