Date: Mon, 16 Nov 1998 01:21:10 +0100 (CET) From: Dirk Froemberg <ibex@physik.TU-Berlin.DE> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8700: New port: gmysql Message-ID: <199811160021.BAA14625@emmi.physik.TU-Berlin.DE>
next in thread | raw e-mail | index | archive | help
>Number: 8700 >Category: ports >Synopsis: New port: gmysql >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 15 16:30:00 PST 1998 >Last-Modified: >Originator: Dirk Froemberg >Organization: >Release: FreeBSD 3.0-RELEASE i386 >Environment: >Description: I created a port for gmysql-0.3.1 - a graphical frontend to mysql using GTK+. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gmysql # gmysql/Makefile # gmysql/files # gmysql/files/md5 # gmysql/pkg # gmysql/pkg/COMMENT # gmysql/pkg/DESCR # gmysql/pkg/PLIST # echo c - gmysql mkdir -p gmysql > /dev/null 2>&1 echo x - gmysql/Makefile sed 's/^X//' >gmysql/Makefile << 'END-of-gmysql/Makefile' X# New ports collection makefile for: gmysql X# Version required: 0.3.1 X# Date created: Sun Nov 15 22:07:12 CET 1998 X# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> X# X# $Id$ X# X XDISTNAME= gmysql-0.3.1 XCATEGORIES= databases XMASTER_SITES= http://www.loth.demon.co.uk/gmysql/ X XMAINTAINER= ibex@physik.TU-Berlin.DE X XBUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321 XLIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 X XFETCH_BEFORE_ARGS= -b XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-mysql=${PREFIX} XCONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11-config X X.include <bsd.port.mk> END-of-gmysql/Makefile echo c - gmysql/files mkdir -p gmysql/files > /dev/null 2>&1 echo x - gmysql/files/md5 sed 's/^X//' >gmysql/files/md5 << 'END-of-gmysql/files/md5' XMD5 (gmysql-0.3.1.tar.gz) = 931a0233b0ff6e7050968d84dc9b2d88 END-of-gmysql/files/md5 echo c - gmysql/pkg mkdir -p gmysql/pkg > /dev/null 2>&1 echo x - gmysql/pkg/COMMENT sed 's/^X//' >gmysql/pkg/COMMENT << 'END-of-gmysql/pkg/COMMENT' XGTK+ frontend for mysql END-of-gmysql/pkg/COMMENT echo x - gmysql/pkg/DESCR sed 's/^X//' >gmysql/pkg/DESCR << 'END-of-gmysql/pkg/DESCR' XGeneral Information X=================== X Xgmysql is a graphical user interface to the mysqld SQL database Xserver. gmysql uses GTK+ for its widgets. X XThe gmysql web site is: X http://www.loth.demon.co.uk/gmysql/ X XThe GTK+ web site is: X http://www.gtk.org/ X XThe MySQL web site is: X http://www.tcx.se/ END-of-gmysql/pkg/DESCR echo x - gmysql/pkg/PLIST sed 's/^X//' >gmysql/pkg/PLIST << 'END-of-gmysql/pkg/PLIST' Xbin/gmysql END-of-gmysql/pkg/PLIST exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811160021.BAA14625>