# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= xxhash VERSION= 0.8.2 KEYWORDS= devel VARIANTS= standard SDESC[standard]= Extremely fast non-cryptographic hash algorithm HOMEPAGE= https://cyan4973.github.io/xxHash/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GITHUB/Cyan4973:xxHash:v0.8.2 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[standard]= complete primary dev tools man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= gmake LICENSE= BSD2CLAUSE:primary LICENSE_FILE= BSD2CLAUSE:{{WRKSRC}}/LICENSE LICENSE_SCHEME= solo FPC_EQUIVALENT= devel/xxhash MAKE_ENV= PKGCONFIGDIR={{PREFIX}}/lib/pkgconfig MANDIR={{MANPREFIX}}/man/man1 INSTALL=install SOVERSION= 0.8.2 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xxhsum ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxhash.so [FILE:370:descriptions/desc.primary] 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). [FILE:40:descriptions/desc.tools] This package contains the xxHash tools. [FILE:107:distinfo] baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4 1141188 Cyan4973-xxHash-0.8.2.tar.gz [FILE:59:manifests/plist.primary] lib/ libxxhash.so.%%SOMAJOR%% libxxhash.so.%%SOVERSION%% [FILE:86:manifests/plist.dev] include/ xxh3.h xxhash.h lib/ libxxhash.a libxxhash.so lib/pkgconfig/libxxhash.pc [FILE:44:manifests/plist.tools] bin/ xxh128sum xxh32sum xxh64sum xxhsum [FILE:75:manifests/plist.man] share/man/man1/ xxh128sum.1.gz xxh32sum.1.gz xxh64sum.1.gz xxhsum.1.gz [FILE:586:patches/patch-Makefile] --- Makefile.orig 2023-07-21 10:01:35 UTC +++ Makefile @@ -495,7 +495,7 @@ lint-unicode: # ========================================================= # make install is validated only for the following targets # ========================================================= -ifneq (,$(filter Linux Darwin GNU/kFreeBSD GNU Haiku OpenBSD FreeBSD NetBSD DragonFly SunOS CYGWIN% , $(UNAME))) +ifneq (,$(filter Linux Darwin GNU/kFreeBSD GNU Haiku OpenBSD FreeBSD NetBSD DragonFly MidnightBSD SunOS CYGWIN% , $(UNAME))) DESTDIR ?= # directory variables: GNU conventions prefer lowercase