Wed Nov 6 11:26:49 2019 UTC ()
Add security/go-xxhash version 2.1.0

Go implementation of the 64-bit xxHash algorithm (XXH64).

This implementation provides a fast pure-Go implementation
and an even faster assembly implementation for amd64.


(ng0)
diff -r1.717 -r1.718 pkgsrc/security/Makefile
diff -r0 -r1.1 pkgsrc/security/go-xxhash/DESCR
diff -r0 -r1.1 pkgsrc/security/go-xxhash/Makefile
diff -r0 -r1.1 pkgsrc/security/go-xxhash/PLIST
diff -r0 -r1.1 pkgsrc/security/go-xxhash/buildlink3.mk
diff -r0 -r1.1 pkgsrc/security/go-xxhash/distinfo

cvs diff -r1.717 -r1.718 pkgsrc/security/Makefile (expand / switch to unified diff)

--- pkgsrc/security/Makefile 2019/11/06 10:15:32 1.717
+++ pkgsrc/security/Makefile 2019/11/06 11:26:49 1.718
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.717 2019/11/06 10:15:32 he Exp $ 1# $NetBSD: Makefile,v 1.718 2019/11/06 11:26:49 ng0 Exp $
2# 2#
3 3
4COMMENT= Security tools 4COMMENT= Security tools
5 5
6SUBDIR+= 2fa 6SUBDIR+= 2fa
7SUBDIR+= Bastille 7SUBDIR+= Bastille
8SUBDIR+= CSP 8SUBDIR+= CSP
9SUBDIR+= CoolKey 9SUBDIR+= CoolKey
10SUBDIR+= EasyPG 10SUBDIR+= EasyPG
11SUBDIR+= HElib 11SUBDIR+= HElib
12SUBDIR+= KeePass 12SUBDIR+= KeePass
13SUBDIR+= PACK 13SUBDIR+= PACK
14SUBDIR+= PortableSigner 14SUBDIR+= PortableSigner
@@ -95,26 +95,27 @@ SUBDIR+= gnome-keyring-manager @@ -95,26 +95,27 @@ SUBDIR+= gnome-keyring-manager
95SUBDIR+= gnome-keyring-sharp 95SUBDIR+= gnome-keyring-sharp
96SUBDIR+= gnu-crypto 96SUBDIR+= gnu-crypto
97SUBDIR+= gnu-pw-mgr 97SUBDIR+= gnu-pw-mgr
98SUBDIR+= gnupg 98SUBDIR+= gnupg
99SUBDIR+= gnupg-pkcs11-scd 99SUBDIR+= gnupg-pkcs11-scd
100SUBDIR+= gnupg2 100SUBDIR+= gnupg2
101SUBDIR+= gnutls 101SUBDIR+= gnutls
102SUBDIR+= go-asn1-ber 102SUBDIR+= go-asn1-ber
103SUBDIR+= go-crypt 103SUBDIR+= go-crypt
104SUBDIR+= go-crypto 104SUBDIR+= go-crypto
105SUBDIR+= go-mkcert 105SUBDIR+= go-mkcert
106SUBDIR+= go-oauth2 106SUBDIR+= go-oauth2
107SUBDIR+= go-sftp 107SUBDIR+= go-sftp
 108SUBDIR+= go-xxhash
108SUBDIR+= google-authenticator 109SUBDIR+= google-authenticator
109SUBDIR+= gpa 110SUBDIR+= gpa
110SUBDIR+= gpass 111SUBDIR+= gpass
111SUBDIR+= gpg2dot 112SUBDIR+= gpg2dot
112SUBDIR+= gpgme 113SUBDIR+= gpgme
113SUBDIR+= gpgmepp 114SUBDIR+= gpgmepp
114SUBDIR+= gpshell 115SUBDIR+= gpshell
115SUBDIR+= gsasl 116SUBDIR+= gsasl
116SUBDIR+= gss 117SUBDIR+= gss
117SUBDIR+= guardtime 118SUBDIR+= guardtime
118SUBDIR+= hackbot 119SUBDIR+= hackbot
119SUBDIR+= hashcash 120SUBDIR+= hashcash
120SUBDIR+= heimdal 121SUBDIR+= heimdal

File Added: pkgsrc/security/go-xxhash/Attic/DESCR
Go implementation of the 64-bit xxHash algorithm (XXH64).

This implementation provides a fast pure-Go implementation
and an even faster assembly implementation for amd64.

File Added: pkgsrc/security/go-xxhash/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2019/11/06 11:26:49 ng0 Exp $

GITHUB_TAG=		v${PKGVERSION_NOREV}
DISTNAME=		go-xxhash-2.1.0
CATEGORIES=		security
MASTER_SITES=		${MASTER_SITE_GITHUB:=cespare/}
GITHUB_PROJECT=		xxhash

MAINTAINER=		ng0@NetBSD.org
HOMEPAGE=		https://github.com/cespare/xxhash/
COMMENT=		Go implementation of the 64bit xxhash algorithm XXh64
LICENSE=		mit

GO_SRCPATH=		github.com/cespare/xxhash
GO_DIST_BASE=		xxhash-${PKGVERSION_NOREV}

.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/security/go-xxhash/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2019/11/06 11:26:49 ng0 Exp $
bin/xxhsum
gopkg/pkg/${GO_PLATFORM}/github.com/cespare/xxhash.a
gopkg/src/github.com/cespare/xxhash/LICENSE.txt
gopkg/src/github.com/cespare/xxhash/README.md
gopkg/src/github.com/cespare/xxhash/go.mod
gopkg/src/github.com/cespare/xxhash/go.sum
gopkg/src/github.com/cespare/xxhash/xxhash.go
gopkg/src/github.com/cespare/xxhash/xxhash_amd64.go
gopkg/src/github.com/cespare/xxhash/xxhash_amd64.s
gopkg/src/github.com/cespare/xxhash/xxhash_other.go
gopkg/src/github.com/cespare/xxhash/xxhash_safe.go
gopkg/src/github.com/cespare/xxhash/xxhash_test.go
gopkg/src/github.com/cespare/xxhash/xxhash_unsafe.go
gopkg/src/github.com/cespare/xxhash/xxhash_unsafe_test.go
gopkg/src/github.com/cespare/xxhash/xxhashbench/go.mod
gopkg/src/github.com/cespare/xxhash/xxhashbench/go.sum
gopkg/src/github.com/cespare/xxhash/xxhashbench/xxhashbench_test.go
gopkg/src/github.com/cespare/xxhash/xxhsum/.gitignore
gopkg/src/github.com/cespare/xxhash/xxhsum/xxhsum.go

File Added: pkgsrc/security/go-xxhash/Attic/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2019/11/06 11:26:49 ng0 Exp $

BUILDLINK_TREE+=	go-xxhash

.if !defined(GO_XXHASH_BUILDLINK3_MK)
GO_XXHASH_BUILDLINK3_MK:=

BUILDLINK_CONTENTS_FILTER.go-xxhash=	${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-xxhash?=		build

BUILDLINK_API_DEPENDS.go-xxhash+=	go-xxhash>=2.0.0
BUILDLINK_PKGSRCDIR.go-xxhash?=		../../security/go-xxhash
.endif	# GO_XXHASH_BUILDLINK3_MK

BUILDLINK_TREE+=	-go-xxhash

File Added: pkgsrc/security/go-xxhash/Attic/distinfo
$NetBSD: distinfo,v 1.1 2019/11/06 11:26:49 ng0 Exp $

SHA1 (go-xxhash-2.1.0.tar.gz) = 6d3fd375f297d4509337dbf58c006feae9537084
RMD160 (go-xxhash-2.1.0.tar.gz) = f3720a3d42e28c2c5a40b89dafe47924e983624e
SHA512 (go-xxhash-2.1.0.tar.gz) = 6a44b29efe90fda8cdb267d1419673a577e231398480add90e7afb7eab92ecb375c947ce68c2221ed94b1fc7032a497703ec8026bff62386f52d22cac89ae2ab
Size (go-xxhash-2.1.0.tar.gz) = 9198 bytes