Port details |
- xxhash Extremely fast non-cryptographic hash algorithm
- 0.8.1_2 devel
=17 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2017-02-08 17:56:34
- Last Update: 2022-08-13 18:43:27
- Commit Hash: 8a4d5e2
- People watching this port, also watch:: zstd, readline, rsync, liblz4, indexinfo
- License: BSD2CLAUSE
- Description:
- xxHash is an extremely fast non-cryptographic hash algorithm, working at speeds
close to RAM limits. It is proposed in two flavors, 32 and 64 bits. It
successfully completes the SMHasher test suite which evaluates collision,
dispersion and randomness qualities of hash functions. Code is highly portable,
and hashes are identical on all platforms (little / big endian).
WWW: https://cyan4973.github.io/xxHash/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/xxhash/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/xxhash
- pkg install xxhash
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xxhash
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1638963352
SHA256 (Cyan4973-xxHash-v0.8.1_GH0.tar.gz) = 3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c
SIZE (Cyan4973-xxHash-v0.8.1_GH0.tar.gz) = 171552
- 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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- devel/py-xxhash
- for Libraries
-
- archivers/py-borgbackup
- audio/zrythm
- biology/biolibc-tools
- devel/pijul
- devel/py-xxhash
- emulators/rpcs3
- net/rsync
- Configuration Options:
- No options to configure
- Options name:
- devel_xxhash
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Aug 2022 18:43:27 0.8.1_2 |
Matthias Andree (mandree)  Author: Thierry Dussuet |
devel/xxhash: fix static_assert to _Static_assert
This fixes C11+ users of xxhash that do not #include <assert.h>
PR: 265819
Approved by: portmgr@ (blanket, one-line fix to unbreak py-borgbackup)
MFH: 2022Q3 |
29 Jun 2022 16:33:13 0.8.1_1 |
Po-Chuan Hsieh (sunpoet)  |
devel/xxhash: Fix manpage symbolic links
- Bump PORTREVISION for package change
Before:
lrwx------ 1 sunpoet wheel 15 Jun 22 21:30 xxh128sum.1.gz@ ->
cli/xxhsum.1.gz
lrwx------ 1 sunpoet wheel 15 Jun 22 21:30 xxh32sum.1.gz@ ->
cli/xxhsum.1.gz
lrwx------ 1 sunpoet wheel 15 Jun 22 21:30 xxh64sum.1.gz@ ->
cli/xxhsum.1.gz
-rw-r--r-- 1 sunpoet wheel 1887 Jun 22 21:30 xxhsum.1.gz
After:
lrwx------ 1 sunpoet wheel 11 Jun 22 21:31 xxh64sum.1.gz -> xxhsum.1.gz
lrwx------ 1 sunpoet wheel 11 Jun 22 21:31 xxh32sum.1.gz -> xxhsum.1.gz
lrwx------ 1 sunpoet wheel 11 Jun 22 21:31 xxh128sum.1.gz -> xxhsum.1.gz
-rw-r--r-- 1 sunpoet wheel 1887 Jun 22 21:31 xxhsum.1.gz
PR: 264821
Reported by: Ivan Rozhuk <rozhuk.im@gmail.com> |
11 Jan 2022 18:44:00 0.8.1 |
Po-Chuan Hsieh (sunpoet)  |
devel/xxhash: Cosmetic change |
06 Jan 2022 19:24:10 0.8.1 |
Daniel Engberg (diizzy)  |
devel/xxhash: Update to 0.8.1
While at it, switch to DISTVERSION as per recommendation in
Porters Handbook
Changelog: https://github.com/Cyan4973/xxHash/releases/tag/v0.8.1
PR: 260273
Approved by: sunpoet (maintainer timeout, 4+ weeks) |
21 Jul 2021 21:12:51 0.8.0 |
Po-Chuan Hsieh (sunpoet)  |
devel/xxhash: Update PORTSCOUT
PORTSCOUT=skipv:r35,r36,r37,r38,r39,r40,r41,r42 does not work as intended.
https://portscout.freebsd.org/ still list r42 as a newer version. |
11 May 2021 21:46:58 0.8.0 |
Po-Chuan Hsieh (sunpoet)  |
devel/xxhash: Simplify Makefile |
29 Apr 2021 14:23:35 0.8.0 |
Po-Chuan Hsieh (sunpoet)  |
devel/xxhash: Update PORTSCOUT |
25 Apr 2021 20:35:09 0.8.0 |
Po-Chuan Hsieh (sunpoet)  |
devel/xxhash: Add PORTSCOUT |
07 Apr 2021 08:09:01 0.8.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Aug 2020 17:11:58
0.8.0 |
sunpoet  |
Update to 0.8.0
- Convert to test framework
Changes: https://github.com/Cyan4973/xxHash/releases
PR: 248337
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> |
26 Jun 2020 11:55:44
0.7.4 |
sunpoet  |
Update to 0.7.4
Changes: https://github.com/Cyan4973/xxHash/releases |
28 Mar 2020 12:45:31
0.7.3 |
sunpoet  |
Update to 0.7.3
Changes: https://github.com/Cyan4973/xxHash/releases |
20 Oct 2019 17:07:32
0.7.2 |
sunpoet  |
Update to 0.7.2
Changes: https://github.com/Cyan4973/xxHash/releases |
19 Aug 2019 20:51:11
0.7.1 |
sunpoet  |
Update to 0.7.1
Changes: https://github.com/Cyan4973/xxHash/releases |
16 Mar 2019 23:22:48
0.7.0 |
sunpoet  |
Update to 0.7.0
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/Cyan4973/xxHash/releases |
04 Feb 2019 21:44:58
0.6.2 |
rene  |
Return rezny@'s ports to the pool after his commit bit got safekept.
With hat: portmgr-secretary |
25 Dec 2018 20:25:40
0.6.2 |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
25 Jun 2017 21:07:58
0.6.2 |
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
08 Feb 2017 17:56:23
0.6.2 |
rezny  |
devel/xxhash: new port
xxHash is an extremely fast non-cryptographic hash algorithm, running at RAM
speed limits. It is proposed in two flavors, 32 and 64 bits. It successfully
completes the SMHasher test suite which evaluates collision, dispersion and
randomness qualities of hash functions. Code is highly portable, and hashes
are identical on all platforms (little / big endian).
WWW: http://www.xxhash.com/
Approved by: feld (mentor)
Differential Revision: https://reviews.freebsd.org/D9468 |