aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gomysql
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-18 21:54:17 +0800
committerRene Ladan <rene@FreeBSD.org>2013-11-18 21:54:17 +0800
commitdc20ad9d059926bc7a99b642fdabd40165f7821e (patch)
tree8bbe6309fbfd817c5f4e580937a797191f79eb88 /databases/gomysql
parent096910598200334a7a523321dde44db04eb9aac8 (diff)
downloadfreebsd-ports-gnome-dc20ad9d059926bc7a99b642fdabd40165f7821e.tar.gz
freebsd-ports-gnome-dc20ad9d059926bc7a99b642fdabd40165f7821e.tar.zst
freebsd-ports-gnome-dc20ad9d059926bc7a99b642fdabd40165f7821e.zip
Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month 2013-11-18 deskutils/google-gadgets: Broken for more than 6 month 2013-11-18 palm/synce-trayicon: Broken for more than 6 month 2013-11-18 security/linux-pam-docs: Broken for more than 6 month 2013-11-18 net-p2p/mooseekd: Broken for more than 6 month 2013-11-18 textproc/p5-Lucene: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month 2013-11-18 x11-wm/fbpager: BRoken for more than 6 month 2013-11-18 net/hf6to4: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month 2013-11-18 security/dissembler: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month 2013-11-18 textproc/rst.el: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month 2013-11-18 databases/drizzle: Broken for more than 6 month 2013-11-18 devel/p5-File-Lock: Broken for more than 6 month 2013-11-18 devel/valide: Broken for more than 6 month 2013-11-18 databases/gomysql: Broken for more than 6 month 2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month 2013-11-18 devel/monodevelop-vala: Broken for more than 6 month 2013-11-18 devel/gonzui: Broken for more than 6 month 2013-11-18 devel/monodevelop-java: Broken for more than 6 month 2013-11-18 lang/objc: Broken for more than 6 month 2013-11-18 devel/klee: Broken for more than 6 month 2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month 2013-11-18 devel/simulavr: Broken for more than 6 month 2013-11-18 japanese/mobileimap: Broken for more than 6 month 2013-11-18 devel/libYGP: Broken for more than 6 month 2013-11-18 devel/monodevelop-python: Broken for more than 6 month
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