From owner-cvs-all@FreeBSD.ORG Sat Dec 2 19:41:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E237516A407; Sat, 2 Dec 2006 19:41:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A93643CAA; Sat, 2 Dec 2006 19:41:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB2JfcTT024079; Sat, 2 Dec 2006 19:41:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB2JfcLV024078; Sat, 2 Dec 2006 19:41:38 GMT (envelope-from pav) Message-Id: <200612021941.kB2JfcLV024078@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 2 Dec 2006 19:41:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/emma Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 19:41:44 -0000 pav 2006-12-02 19:41:38 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/emma Makefile distinfo pkg-descr pkg-plist Log: Emma is a graphical toolkit for MySQL database developers and administrators. 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 Revision Changes Path 1.567 +1 -0 ports/databases/Makefile 1.1 +25 -0 ports/databases/emma/Makefile (new) 1.1 +3 -0 ports/databases/emma/distinfo (new) 1.1 +10 -0 ports/databases/emma/pkg-descr (new) 1.1 +45 -0 ports/databases/emma/pkg-plist (new)