1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Radix is a minimalistic Redis client for Go. It is broken up into small,

single-purpose packages for ease of use.

WWW: http://godoc.org/github.com/mediocregopher/radix.v2
This commit is contained in:
Carlo Strub 2016-07-10 20:42:11 +00:00
parent 99d0137832
commit 78492366e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418344
5 changed files with 55 additions and 0 deletions

View File

@ -828,6 +828,7 @@
SUBDIR += qt5-sqldrivers-sqlite2
SUBDIR += qt5-sqldrivers-sqlite3
SUBDIR += qt5-sqldrivers-tds
SUBDIR += radix.v2
SUBDIR += rdb
SUBDIR += rdfdb
SUBDIR += recutils

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= radix.v2
PORTVERSION= 20160530
CATEGORIES= databases
MAINTAINER= cs@FreeBSD.org
COMMENT= Redis client for Go
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= mediocregopher
GH_TAGNAME= ae04b3eb3731f94789205d1268e0759371166605
USES= go
GO_PKGNAME= github.com/mediocregopher/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1468183124
SHA256 (mediocregopher-radix.v2-20160530-ae04b3eb3731f94789205d1268e0759371166605_GH0.tar.gz) = f58f68024ee684ad57570d37c6018e777088fccb68104a4fb67494389f350ae7
SIZE (mediocregopher-radix.v2-20160530-ae04b3eb3731f94789205d1268e0759371166605_GH0.tar.gz) = 34225

View File

@ -0,0 +1,4 @@
Radix is a minimalistic Redis client for Go. It is broken up into small,
single-purpose packages for ease of use.
WWW: http://godoc.org/github.com/mediocregopher/radix.v2

View File

@ -0,0 +1,29 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/CONTRIBUTING.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/Makefile
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cluster/cluster.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cluster/cluster_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cluster/crc16.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cluster/crc16_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cluster/loadtest/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cluster/loadtest/loadtest.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pool/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pool/pool.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pool/pool_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pubsub/sub.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/pubsub/sub_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/radix.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/client.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/client_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/resp.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/resp_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sentinel/sentinel.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sentinel/sentinel_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/lua.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/lua_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/scan.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/scan_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/util.go