Port details |
- crc32c CRC32C implementation supporting CPU-specific acceleration
- 1.1.2 devel =2 1.1.2Version of this port present on the latest quarterly branch.
- Maintainer: amzo1337@gmail.com
- Port Added: 2019-07-14 05:32:31
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/google/crc32c
- Description:
- This project collects a few CRC32C implementations under an umbrella
that dispatches to a suitable implementation based on the host
computer's hardware capabilities.
CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720.
The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann.
CRC32C is used in software such as Btrfs, ext4, Ceph and leveldb.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/crc32c/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/crc32c
- pkg install crc32c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: crc32c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1634651489
SHA256 (google-crc32c-1.1.2_GH0.tar.gz) = ac07840513072b7fcebda6e821068aa04889018f24e10e46181068fb214d7e56
SIZE (google-crc32c-1.1.2_GH0.tar.gz) = 29819
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
-
- devel/google-cloud-cpp
- devel/py-google-crc32c
- net-im/telegram-desktop
- net-im/tg_owt
-
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:
- devel_crc32c
- USES:
- cmake compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.1.2 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 ) |
1.1.2 11 Nov 2021 12:07:10 |
Fernando Apesteguía (fernape) Author: Gian-Simon Purkert |
devel/crc32c: Update to 1.1.2
ChangeLog: https://github.com/google/crc32c/commits/1.1.2
PR: 259271
Reported by: gspurki@gmail.com
Approved by: amzo1337@gmail.com (maintainer timeout > 3 weeks) |
1.1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 09 Dec 2019 02:15:31 |
meta |
devel/crc32c: Update to 1.1.1
PR: 242473
Submitted by: maintainer |
1.0.7.8 01 Aug 2019 19:12:17 |
pkubaj |
devel/crc32c: fix build on big-endian architectures
C++11 compiler is needed:
Target "crc32c" requires the language dialect "CXX11" , but CMake does not
know the compile flags to use to enable it.
Additionally, big-endian code in src/crc32c_read_le.h needs fixing - the value
is 64 bits wide, not 32 bits.
PR: 239420
Approved by: amzo1337@gmail.com (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21054 |
1.0.7.8 14 Jul 2019 05:32:16 |
yuri |
New port: devel/crc32c: CRC32C implementation supporting CPU-specific
acceleration
PR: 226400
Submitted by: Anthony <amzo1337@gmail.com> |
Number of commits found: 8
|