fastports

xxhash 0.8.3

devel/xxhash

Extremely fast non-cryptographic hash algorithm

Category
devel
Maintainer
sunpoet@FreeBSD.org
WWW
https://xxhash.com/ https://github.com/Cyan4973/xxHash
License
BSD2CLAUSE
USES
gmake

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).

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Commit Credits Log message
0.8.3
acee108a07 files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Update to 0.8.3
Changes:	https://github.com/Cyan4973/xxHash/releases
0.8.2
fc0a629b1f files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Cosmetic change
0.8.2
0e298d0a3b files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Use = instead of += for MAKE_ARGS
0.8.2
0d50a4e8c7 files touched
Muhammad Moinur Rahman (bofh)
devel/xxhash: Impelled to share/man
Approved by:    portmgr (blanket)
0.8.2
d143a78e6e files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Update to 0.8.2
Changes:	https://github.com/Cyan4973/xxHash/releases
0.8.1
b2833c6d00 files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Update WWW
- Cosmetic change
0.8.1
fb16dfecae files touched
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.8.1
b7f05445c0 files touched
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
0.8.1
4e63ad4a56 files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Add upstream link
0.8.1
8a4d5e26a9 files touched
Thierry Dussuet (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
0.8.1
221363b589 files touched
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>
0.8.1
4133134413 files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Cosmetic change
0.8.1
5735bde2f0 files touched
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)
0.8.0
fbdbe1dfdb files touched
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.
0.8.0
5f4aceedba files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Simplify Makefile
0.8.0
186ab6482d files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Update PORTSCOUT
0.8.0
2478ee6e83 files touched
Po-Chuan Hsieh (sunpoet)
devel/xxhash: Add PORTSCOUT
0.8.0
cf118ccf87 files touched
Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday. Reported by: lwhsu
0.8.0
305f148f48 files touched
Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
0.8.0
4de83eb2c3 files touched
Sunpoet Po-Chuan Hsieh (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>
0.7.4
7ee65d8c6a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 0.7.4
Changes:	https://github.com/Cyan4973/xxHash/releases
0.7.3
e5a9f1c924 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 0.7.3
Changes:	https://github.com/Cyan4973/xxHash/releases
0.7.2
dcee0af3a4 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 0.7.2
Changes:	https://github.com/Cyan4973/xxHash/releases
0.7.1
c19db581d2 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 0.7.1
Changes:	https://github.com/Cyan4973/xxHash/releases
0.7.0
f069eb24fe files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 0.7.0
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/Cyan4973/xxHash/releases
0.6.2
134ab1ae20 files touched
Rene Ladan (rene)
Return rezny@'s ports to the pool after his commit bit got safekept.
With hat:	portmgr-secretary
0.6.2
707c6bf295 files touched
Tobias C. Berner (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
0.6.2
5e373eaa92 files touched
Tobias C. Berner (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
0.6.2
0fd8c55cc0 files touched
Matthew Rezny (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