Port details |
- py-crc32c Python package exposing the intel sse4.2 crc32c instruction
- 2.4.1 devel =2 2.4Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2019-10-11 13:23:26
- Last Update: 2024-08-17 00:39:40
- Commit Hash: ba4c3da
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE BSD3CLAUSE LGPL21
- WWW:
- https://github.com/ICRAR/crc32c
- Description:
- This package exposes to Python the crc32c algorithm implemented in the SSE 4.2
instruction set of Intel CPUs.
By default, if your CPU doesn't support this instruction, the package will fail
to load with an ImportError. If you still need to use the crc32c checksum
algorithm this package comes with a software implementation that can be loaded
instead.
- ¦ ¦ ¦ ¦
- 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}crc32c>0:devel/py-crc32c@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-crc32c/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-crc32c
- pkg install py311-crc32c
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-crc32c listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-crc32c
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723851188
SHA256 (crc32c-2.4.1.tar.gz) = 02cf277d69ac149c4c4e78e393a1fbeb0b046896723dcc609b22456563c06ca9
SIZE (crc32c-2.4.1.tar.gz) = 38277
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-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-crc32c
- USES:
- 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 |
2.4.1 17 Aug 2024 00:39:40 |
Muhammad Moinur Rahman (bofh) |
devel/py-crc32c: Update version 2.4=>2.4.1
Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.4.1 |
2.4 29 Feb 2024 12:52:43 |
Muhammad Moinur Rahman (bofh) |
devel/py-crc32c: Update version 2.3=>2.4
Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.4 |
2.3 21 Jan 2024 08:20:02 |
Wen Heping (wen) |
devel/py-crc32c: Fix build with python-3.11
PR: 275494
Approved by: portmgr(blanket, fix build) |
2.3 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> |
2.3 14 Apr 2023 18:14:14 |
Muhammad Moinur Rahman (bofh) |
devel/py-crc32c: Update version 2.2=>2.3
- Add multi LICENSE BSD2CLAUSE, BSD3CLAUSE and LGPL21
- Add WWW
Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.3 |
2.2 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
2.2 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
2.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2 14 Feb 2021 03:15:51 |
swills |
devel/py-crc32c: update to 2.2 |
2.0.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.1 21 Jul 2020 01:30:14 |
swills |
devel/py-crc32c: update to 2.0.1 |
2.0 14 Jul 2020 02:22:40 |
swills |
devel/py-crc32c: update to 2.0 |
1.7 11 Oct 2019 13:23:18 |
swills |
devel/py-crc32c: create port
This package exposes to Python the crc32c algorithm implemented in the SSE 4.2
instruction set of Intel CPUs.
By default, if your CPU doesn't support this instruction, the package will fail
to load with an ImportError. If you still need to use the crc32c checksum
algorithm this package comes with a software implementation that can be loaded
instead. |