pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/go-xxhash: Added to pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Wed Nov 6 11:28:09 2019 +0000
Changeset:	ba552c91eeeb1770225b9dc66172e9b5601a1d3d

Removed Files:
	go-xxhash/DESCR
	go-xxhash/Makefile
	go-xxhash/PLIST
	go-xxhash/buildlink3.mk
	go-xxhash/distinfo

Log Message:
wip/go-xxhash: Added to pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba552c91eeeb1770225b9dc66172e9b5601a1d3d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-xxhash/DESCR         |  4 ----
 go-xxhash/Makefile      | 18 ------------------
 go-xxhash/PLIST         | 20 --------------------
 go-xxhash/buildlink3.mk | 15 ---------------
 go-xxhash/distinfo      |  6 ------
 5 files changed, 63 deletions(-)

diffs:
diff --git a/go-xxhash/DESCR b/go-xxhash/DESCR
deleted file mode 100644
index f659be2f3b..0000000000
--- a/go-xxhash/DESCR
+++ /dev/null
@@ -1,4 +0,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.
diff --git a/go-xxhash/Makefile b/go-xxhash/Makefile
deleted file mode 100644
index 1c27eba532..0000000000
--- a/go-xxhash/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG=		v${PKGVERSION_NOREV}
-DISTNAME=		go-xxhash-2.1.0
-CATEGORIES=		devel
-MASTER_SITES=		${MASTER_SITE_GITHUB:=cespare/}
-GITHUB_PROJECT=		xxhash
-
-MAINTAINER=		ng0%NetBSD.org@localhost
-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"
diff --git a/go-xxhash/PLIST b/go-xxhash/PLIST
deleted file mode 100644
index f1a3e9f0b8..0000000000
--- a/go-xxhash/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD$
-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
diff --git a/go-xxhash/buildlink3.mk b/go-xxhash/buildlink3.mk
deleted file mode 100644
index b56dfd0324..0000000000
--- a/go-xxhash/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-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?=		../../wip/go-xxhash
-.endif	# GO_XXHASH_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-go-xxhash
diff --git a/go-xxhash/distinfo b/go-xxhash/distinfo
deleted file mode 100644
index 724d4f260a..0000000000
--- a/go-xxhash/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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


Home | Main Index | Thread Index | Old Index