diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-04-10 17:11:46 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-04-10 17:11:46 +0000 |
commit | dff653b3759ce5fe8efc5bf470f43b66d46b7be3 (patch) | |
tree | f4ecc75655ff9e57958f13098f941bed314069f3 /databases/godis | |
parent | 8081d5c1218d790066d6856299868c1d4737d21f (diff) |
Notes
Diffstat (limited to 'databases/godis')
-rw-r--r-- | databases/godis/Makefile | 22 | ||||
-rw-r--r-- | databases/godis/distinfo | 2 | ||||
-rw-r--r-- | databases/godis/pkg-descr | 4 | ||||
-rw-r--r-- | databases/godis/pkg-plist | 14 |
4 files changed, 0 insertions, 42 deletions
diff --git a/databases/godis/Makefile b/databases/godis/Makefile deleted file mode 100644 index fcb8161ec381..000000000000 --- a/databases/godis/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Grzegorz Blach <gblach@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= godis -PORTVERSION= 20120405 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= LOCAL/jlaffaye - -MAINTAINER= ports@FreeBSD.org -COMMENT= Redis client library written in Go - -USES= go -GO_PKGNAME= github.com/simonz05/${PORTNAME} - -DEPRECATED= Go libraries should not be packaged -EXPIRATION_DATE= 2017-04-08 - -pre-install: - @${RM} ${WRKSRC}/fmt.sh - -.include <bsd.port.mk> diff --git a/databases/godis/distinfo b/databases/godis/distinfo deleted file mode 100644 index 3a16816c0db6..000000000000 --- a/databases/godis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (godis-20120405.tar.gz) = 5be02502b07386085ac4ba6d92b749a7829fd694ad8bfee0d15b0960074b44b2 -SIZE (godis-20120405.tar.gz) = 17712 diff --git a/databases/godis/pkg-descr b/databases/godis/pkg-descr deleted file mode 100644 index b5396f24c623..000000000000 --- a/databases/godis/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Redis client for Go. It supports all Redis commands and common features such -as pipelines and pubsub. - -WWW: https://github.com/simonz05/godis diff --git a/databases/godis/pkg-plist b/databases/godis/pkg-plist deleted file mode 100644 index b24bde9c5087..000000000000 --- a/databases/godis/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%GO_LIBDIR%%/%%GO_PKGNAME%%.a -%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE -%%GO_SRCDIR%%/%%GO_PKGNAME%%/commands.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/commands_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/conn.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/.gitignore -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/Makefile -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/list.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/string.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/example/transaction.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/godis.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/godis_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/pool_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/readme.md |