Port details |
- py-zstandard Zstandard bindings for Python, a full-featured version
- 0.23.0 archivers =2 0.23.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-01-15 22:17:42
- Last Update: 2024-07-15 07:49:28
- Commit Hash: 0d977d53
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/indygreg/python-zstandard
- Description:
- This project provides Python bindings for interfacing with the Zstandard
compression library. A C extension and CFFI interface are provided.
Zstd, short for Zstandard, is a new lossless compression algorithm,
which provides both good compression ratio and speed for standard
compression needs. "Standard" translates into everyday situations
which neither look for highest possible ratio (which LZMA and ZPAQ
cover) nor extreme speeds (which LZ4 covers).
Please note that a simple python binding to Zstandard is also
available: archivers/py-zstd.
- ¦ ¦ ¦ ¦
- 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}zstandard>0:archivers/py-zstandard@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-zstandard/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-zstandard
- pkg install py311-zstandard
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-zstandard listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-zstandard
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1721029661
SHA256 (zstandard-0.23.0.tar.gz) = b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09
SIZE (zstandard-0.23.0.tar.gz) = 681701
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-cffi>=1.8.0 : devel/py-cffi@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-hypothesis>0 : devel/py-hypothesis@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- misc/py-apache-beam
- for Run
-
- archivers/py-xopen
- devel/nuitka
- devel/py-hatch
- misc/py-apache-beam
- net/py-smart-open
- www/mitmproxy
- www/py-django-compression-middleware
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- archivers_py-zstandard
- USES:
- localbase python
- 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 |
0.23.0 15 Jul 2024 07:49:28 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: update 0.22.0 → 0.23.0
Reported by: portscout |
0.22.0 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.22.0 05 Nov 2023 17:03:58 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: update 0.21.0 → 0.22.0
Reported by: portscout |
0.21.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.21.0 18 Apr 2023 04:38:11 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: Update 0.20.0 → 0.21.0
Reported by: portscout |
0.20.0 01 Mar 2023 09:50:52 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: Update 0.19.0 → 0.20.0
Reported by: portscout |
0.19.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.19.0 30 Oct 2022 19:42:14 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: Update 0.18.0 -> 0.19.0
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) |
0.18.0 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 ) |
0.18.0 24 Jun 2022 07:20:45 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: Update 0.17.0 -> 0.18.0
Reported by: portscout |
0.17.0 19 Jan 2022 18:10:01 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: Update 0.16.0 -> 0.17.0
Reported by: portscout |
0.16.0 22 Oct 2021 08:57:04 |
Yuri Victorovich (yuri) |
archivers/py-zstandard: Update 0.15.2 -> 0.16.0
Reported by: portscout |
0.15.2 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.15.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.15.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.15.2 28 Feb 2021 19:02:13 |
yuri |
archivers/py-zstandard: Update 0.15.1 -> 0.15.2 |
0.15.1_1 26 Feb 2021 13:19:57 |
amdmi3 |
- Fix stripping with python 3.8+
Approved by: portmgr blanket |
0.15.1_1 11 Jan 2021 18:00:51 |
yuri |
archivers/py-zstandard: Fix the run-time failure
Their testsuite falsely succeeds when the installed package actually breaks.
Reported to the upstream.
Reported by: amdmi3 |
0.15.1 01 Jan 2021 02:29:44 |
yuri |
archivers/py-zstandard: Update 0.14.1 -> 0.15.1 |
0.14.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.14.1 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
0.14.1 09 Dec 2020 00:53:54 |
yuri |
archivers/py-zstandard: Update 0.14.0 -> 0.14.1
Reported by: portscout |
0.14.0 15 Jun 2020 05:39:10 |
yuri |
archivers/py-zstandard: Update 0.13.0 -> 0.14.0
Reported by: portscout |
0.13.0 14 Jan 2020 09:58:53 |
pkubaj |
archivers/py-zstandard: unbreak on powerpc64 elfv2
Builds fine. |
0.13.0 31 Dec 2019 05:00:44 |
yuri |
archivers/py-zstandard: Update 0.12.0 -> 0.13.0
Reported by: portscout |
0.12.0 21 Sep 2019 06:07:20 |
yuri |
archivers/py-zstandard: Update 0.11.1 -> 0.12.0
Reported by: portscout |
0.11.1 19 May 2019 18:43:22 |
yuri |
archivers/py-zstandard: Update 0.11.0 -> 0.11.1
Reported by: portscout |
0.11.0 03 Mar 2019 00:04:18 |
yuri |
archivers/py-zstandard: Update 0.10.2 -> 0.11.0
0.11.0 doesn't break for me => remove BROKEN
Reported by: portscout |
0.10.2 19 Jan 2019 07:20:10 |
antoine |
Mark BROKEN: fails to build
c-ext/constants.c:80:51: error: use of undeclared identifier
'ZSTD_SEARCHLENGTH_MIN'
Reported by: pkg-fallout |
0.10.2 01 Dec 2018 16:39:15 |
yuri |
archivers/py-zstandard: Update 0.10.1 -> 0.10.2
Reported by: portscout |
0.10.1 19 Oct 2018 05:21:07 |
yuri |
archivers/py-zstandard: Update 0.9.1 -> 0.10.1
Reported by: portscout |
0.9.1_2 10 Sep 2018 02:06:13 |
linimon |
Mark various ports broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.9.1_2 03 Aug 2018 00:17:01 |
yuri |
archivers/py-zstandard: Unbreak
The latest py-zstandard update broke their option '--system-zstd'
that the port used. Somehow, it didn't fail for me in poudriere.
It only failed for me now when I updated the whole ports tree.
Reported by: fallout |
0.9.1 02 Aug 2018 22:14:54 |
antoine |
Mark BROKEN: fails to build
/wrkdirs/usr/ports/archivers/py-zstandard/work-py36/zstandard-0.9.1/c-ext/compressionparams.c:42:28:
error: use of undeclared identifier 'ZSTD_p_compressLiterals'; did you mean
'ZSTD_p_compressionLevel'?
TRY_SET_PARAMETER(params, ZSTD_p_compressLiterals,
obj->compressLiterals);
^~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
0.9.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.9.1 05 Jun 2018 07:50:45 |
yuri |
archivers/py-zstandard: Update 0.9.0 -> 0.9.1
Reported by: portscout |
0.9.0_1 09 Apr 2018 09:31:17 |
yuri |
archivers/py-zstandard: Change to use the external zstandard library |
0.9.0 09 Apr 2018 06:36:28 |
yuri |
archivers/py-zstandard: Update 0.8.2 -> 0.9.0
Reported by: portscout |
0.8.2 18 Mar 2018 15:38:48 |
yuri |
archivers/py-zstandard: Update to 0.8.2
Reported by: portscout |
0.8.1 15 Jan 2018 22:17:34 |
yuri |
New port: archivers/py-zstandard: Zstandard bindings for Python, a full-featured
version
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13824 |