aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gomysql
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gomysql')
-rw-r--r--databases/gomysql/Makefile25
-rw-r--r--databases/gomysql/distinfo2
-rw-r--r--databases/gomysql/pkg-descr6
3 files changed, 0 insertions, 33 deletions
diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile
deleted file mode 100644
index 44486dd644ad..000000000000
--- a/databases/gomysql/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Wen Heping <wen@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= gomysql
-PORTVERSION= 0.3.2
-PORTREVISION= 3
-CATEGORIES= databases
-MASTER_SITES= LOCAL/wen
-DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= A MySQL client library written in Go
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-BROKEN= Does not compile with go1
-
-WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa
-PLIST_FILES= ${GO_LIBDIR}/mysql.a
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
-.include <bsd.port.post.mk>
diff --git a/databases/gomysql/distinfo b/databases/gomysql/distinfo
deleted file mode 100644
index 2ad2ca6da669..000000000000
--- a/databases/gomysql/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Philio-GoMySQL-0.3.2-0-g3c1f411.tar.gz) = 104e80c397363079f79f45b42fd3c5c90cfc21047d7e9214f6f59313189be5a0
-SIZE (Philio-GoMySQL-0.3.2-0-g3c1f411.tar.gz) = 31928
diff --git a/databases/gomysql/pkg-descr b/databases/gomysql/pkg-descr
deleted file mode 100644
index d2071b792c95..000000000000
--- a/databases/gomysql/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-A MySQL client library written in Go. The aim of this project is to
-provide a library with a high level of usability, good interal error
-handling and to emulate similar libraries available for other languages
-to provide an easy migration of MySQL based systems into the Go language.
-
-WWW: https://github.com/Philio/GoMySQL