It's a graphic frontend of mysql.

PR:		ports/8700
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
This commit is contained in:
Vanilla I. Shu 1998-11-16 15:43:35 +00:00
parent 99b45e0f47
commit e103c8a788
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14560
5 changed files with 39 additions and 0 deletions

22
databases/gmysql/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: gmysql
# Version required: 0.3.1
# Date created: Sun Nov 15 22:07:12 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $Id$
#
DISTNAME= gmysql-0.3.1
CATEGORIES= databases
MASTER_SITES= http://www.loth.demon.co.uk/gmysql/
MAINTAINER= ibex@physik.TU-Berlin.DE
BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11-config
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gmysql-0.3.1.tar.gz) = 931a0233b0ff6e7050968d84dc9b2d88

View File

@ -0,0 +1 @@
GTK+ frontend for mysql

View File

@ -0,0 +1,14 @@
General Information
===================
gmysql is a graphical user interface to the mysqld SQL database
server. gmysql uses GTK+ for its widgets.
The gmysql web site is:
http://www.loth.demon.co.uk/gmysql/
The GTK+ web site is:
http://www.gtk.org/
The MySQL web site is:
http://www.tcx.se/

View File

@ -0,0 +1 @@
bin/gmysql