mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7075d30e01
It provides dialogs to create or modify MySQL databases, tables and associated indexes. It has a built-in syntax highlighting SQL editor with table- and fieldname tab-completion and automatic SQL statement formatting. The results of an executed query are displayed in a resultset where the record- data can be edited by the user, if the SQL statement allows for it. The SQL editor and resultset-view are grouped in tabs. Results can be exported to CSV files. Multiple simultaneously opened MySQL connections are possible. WWW: http://www.fastflo.de/projects/emma PR: ports/106229 Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com>
26 lines
593 B
Makefile
26 lines
593 B
Makefile
# New ports collection makefile for: emma
|
|
# Date created: 2 December 2006
|
|
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= emma
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.fastflo.de/files/emma/downloads/python_src/
|
|
|
|
MAINTAINER= jun-g@daemonfreaks.com
|
|
COMMENT= Extendable MySQL managing assistant
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
|
|
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|python2.4|env python|' ${WRKSRC}/emma
|
|
|
|
.include <bsd.port.mk>
|