Port details |
- py-pcodec Good compression for numerical sequences
- 0.3.4 math
=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: 2025-06-13 06:09:53
- Last Update: 2025-06-13 06:02:10
- Commit Hash: 9e42b93
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/pcodec/pcodec
- Description:
- Pcodec (or Pco) losslessly compresses and decompresses numerical sequences with
high compression ratio and moderately fast speed.
Use cases include:
- columnar data
- long-term time series data
- serving numerical data to web clients
- low-bandwidth communication
Data types: u16, u32, u64, i16, i32, i64, f16, f32, f64
¦ ¦ ¦ ¦ 
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pcodec>0:math/py-pcodec@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-pcodec/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-pcodec
- pkg install py311-pcodec
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-pcodec listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pcodec
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1748831204
SHA256 (pcodec-0.3.4.tar.gz) = 3364fa600cc6b3dd9e169f06a91860ffb80218acf5ff84046c2ebda2dd79645e
SIZE (pcodec-0.3.4.tar.gz) = 126966
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:
-
- py311-maturin>=1.0<2.0 : devel/py-maturin@py311
- rust>=1.87.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- 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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-pcodec
- USES:
- cargo 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 |
0.3.4 13 Jun 2025 06:02:10
    |
Po-Chuan Hsieh (sunpoet)  |
math/py-pcodec: Add py-pcodec 0.3.4
Pcodec (or Pco) losslessly compresses and decompresses numerical sequences with
high compression ratio and moderately fast speed.
Use cases include:
- columnar data
- long-term time series data
- serving numerical data to web clients
- low-bandwidth communication
Data types: u16, u32, u64, i16, i32, i64, f16, f32, f64 |
Number of commits found: 1
|