svn commit: r495991 - in head/devel/xxhash: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 16 23:22:50 UTC 2019


Author: sunpoet
Date: Sat Mar 16 23:22:48 2019
New Revision: 495991
URL: https://svnweb.freebsd.org/changeset/ports/495991

Log:
  Update to 0.7.0
  
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/Cyan4973/xxHash/releases

Added:
  head/devel/xxhash/pkg-plist   (contents, props changed)
Deleted:
  head/devel/xxhash/files/
Modified:
  head/devel/xxhash/Makefile
  head/devel/xxhash/distinfo
  head/devel/xxhash/pkg-descr

Modified: head/devel/xxhash/Makefile
==============================================================================
--- head/devel/xxhash/Makefile	Sat Mar 16 23:22:42 2019	(r495990)
+++ head/devel/xxhash/Makefile	Sat Mar 16 23:22:48 2019	(r495991)
@@ -1,27 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	xxhash
-PORTVERSION=	0.6.2
+PORTVERSION=	0.7.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Extremely fast non-cryptographic hash algorithm
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	Cyan4973
-GH_PROJECT=	xxHash
+USES=		gmake
 
-USES=		cmake
 USE_LDCONFIG=	yes
-CMAKE_SOURCE_PATH=	${WRKSRC}/cmake_unofficial
 
-PLIST_FILES=	include/xxhash.h \
-		lib/libxxhash.so \
-		lib/libxxhash.so.0 \
-		lib/libxxhash.so.0.42.0
+USE_GITHUB=	yes
+GH_ACCOUNT=	Cyan4973
+GH_PROJECT=	xxHash
 
 .include <bsd.port.mk>

Modified: head/devel/xxhash/distinfo
==============================================================================
--- head/devel/xxhash/distinfo	Sat Mar 16 23:22:42 2019	(r495990)
+++ head/devel/xxhash/distinfo	Sat Mar 16 23:22:48 2019	(r495991)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486321781
-SHA256 (Cyan4973-xxHash-v0.6.2_GH0.tar.gz) = e4da793acbe411e7572124f958fa53b280e5f1821a8bf78d79ace972950b8f82
-SIZE (Cyan4973-xxHash-v0.6.2_GH0.tar.gz) = 26518
+TIMESTAMP = 1552737482
+SHA256 (Cyan4973-xxHash-v0.7.0_GH0.tar.gz) = b34792646d5e19964bb7bba24f06cb13aecaac623ab91a54da08aa19d3686d7e
+SIZE (Cyan4973-xxHash-v0.7.0_GH0.tar.gz) = 52372

Modified: head/devel/xxhash/pkg-descr
==============================================================================
--- head/devel/xxhash/pkg-descr	Sat Mar 16 23:22:42 2019	(r495990)
+++ head/devel/xxhash/pkg-descr	Sat Mar 16 23:22:48 2019	(r495991)
@@ -1,7 +1,7 @@
-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/
+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/

Added: head/devel/xxhash/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/xxhash/pkg-plist	Sat Mar 16 23:22:48 2019	(r495991)
@@ -0,0 +1,11 @@
+bin/xxh32sum
+bin/xxh64sum
+bin/xxhsum
+include/xxhash.h
+lib/libxxhash.a
+lib/libxxhash.so
+lib/libxxhash.so.0
+lib/libxxhash.so.0.7.0
+man/man1/xxh32sum.1.gz
+man/man1/xxh64sum.1.gz
+man/man1/xxhsum.1.gz


More information about the svn-ports-all mailing list