From c0f64f75024f98ca44ceb9f7331cb70eec6dcda2 Mon Sep 17 00:00:00 2001
From: Sergey Matveychuk <sem@FreeBSD.org>
Date: Sat, 26 Nov 2005 20:43:46 +0000
Subject: Kmysqladmin is a graphical frontend for administration of mysql
 servers.

WWW: http://www.alwins-world.de/programs/kmysqladmin/

PR:		ports/84775
Submitted by:	Igor Leonenko <bananaz_at_bk_dot_ru>
---
 databases/Makefile              |  1 +
 databases/kmysqladmin/Makefile  | 30 ++++++++++++++++++++++++++++++
 databases/kmysqladmin/distinfo  |  2 ++
 databases/kmysqladmin/pkg-descr | 16 ++++++++++++++++
 databases/kmysqladmin/pkg-plist | 30 ++++++++++++++++++++++++++++++
 5 files changed, 79 insertions(+)
 create mode 100644 databases/kmysqladmin/Makefile
 create mode 100644 databases/kmysqladmin/distinfo
 create mode 100644 databases/kmysqladmin/pkg-descr
 create mode 100644 databases/kmysqladmin/pkg-plist

diff --git a/databases/Makefile b/databases/Makefile
index ca06037f61bd..ed6909843689 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -75,6 +75,7 @@
     SUBDIR += jdbc-oracle9i
     SUBDIR += kbibtex
     SUBDIR += kinterbasdb
+    SUBDIR += kmysqladmin
     SUBDIR += knoda
     SUBDIR += ksqlanalyzer
     SUBDIR += ksqlshell
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile
new file mode 100644
index 000000000000..79b47e473fb7
--- /dev/null
+++ b/databases/kmysqladmin/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for:	kmysqladmin
+# Date created:			Aug 12, 2005
+# Whom:				Igor Leonenko <bananaz@bk.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	kmysqladmin
+PORTVERSION=	0.7.2
+CATEGORIES=	databases
+MASTER_SITES=	http://www.alwins-world.de/programs/download/kmysqladmin/
+
+MAINTAINER=	bananaz@bk.ru
+COMMENT=	A graphical frontend for administration of mysql servers
+
+GNU_CONFIGURE=	yes
+USE_MYSQL=	yes
+USE_XLIB=	yes
+USE_QT_VER=	3
+USE_KDELIBS_VER=3
+
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		"don't build on 4.x"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/databases/kmysqladmin/distinfo b/databases/kmysqladmin/distinfo
new file mode 100644
index 000000000000..e4ebf599cc21
--- /dev/null
+++ b/databases/kmysqladmin/distinfo
@@ -0,0 +1,2 @@
+MD5 (kmysqladmin-0.7.2.tar.gz) = c6af7299749e7138838e5728f1a74f72
+SIZE (kmysqladmin-0.7.2.tar.gz) = 1294472
diff --git a/databases/kmysqladmin/pkg-descr b/databases/kmysqladmin/pkg-descr
new file mode 100644
index 000000000000..677069920927
--- /dev/null
+++ b/databases/kmysqladmin/pkg-descr
@@ -0,0 +1,16 @@
+Kmysqladmin is a graphical frontend for administration of mysql servers.
+
+It can:
+- Displaying and edit the contents of 
+tables within a separate view. 
+- export results of a query into 
+another format (ASCII, Latex, HTML) 
+- Edit user rights 
+- Creating databases and tables 
+- watching status and threads 
+continuously 
+- alter tables and keys
+- execute sql scripts
+- generate sql scripts from search results
+
+WWW: http://www.alwins-world.de/programs/kmysqladmin/
diff --git a/databases/kmysqladmin/pkg-plist b/databases/kmysqladmin/pkg-plist
new file mode 100644
index 000000000000..7a1a9448a61e
--- /dev/null
+++ b/databases/kmysqladmin/pkg-plist
@@ -0,0 +1,30 @@
+bin/kmysqladmin
+share/applnk/Database/kmysqladmin.desktop
+share/apps/kmysqladmin/kmysqladminui.rc
+share/apps/kmysqladmin/toolbar/access_rights.xpm
+share/apps/kmysqladmin/toolbar/altertab.xpm
+share/apps/kmysqladmin/toolbar/connect.xpm
+share/apps/kmysqladmin/toolbar/newdb.xpm
+share/apps/kmysqladmin/toolbar/newtab.xpm
+share/apps/kmysqladmin/toolbar/status.xpm
+share/apps/kmysqladmin/toolbar/threads.xpm
+share/apps/kmysqladmin/toolbar/viewtab.xpm
+share/doc/HTML/en/kmysqladmin/Logo.png
+share/doc/HTML/en/kmysqladmin/index.cache.bz2
+share/doc/HTML/en/kmysqladmin/index.docbook
+share/doc/HTML/en/kmysqladmin/snapshot1.png
+share/doc/HTML/en/kmysqladmin/snapshot2.png
+share/doc/HTML/en/kmysqladmin/snapshot3.png
+share/doc/HTML/en/kmysqladmin/snapshot4.png
+share/icons/hicolor/16x16/apps/kmysqladmin.png
+share/icons/hicolor/32x32/apps/kmysqladmin.png
+share/icons/hicolor/48x48/apps/kmysqladmin.png
+share/icons/locolor/16x16/apps/kmysqladmin.png
+share/icons/locolor/32x32/apps/kmysqladmin.png
+share/locale/de/LC_MESSAGES/kmysqladmin.mo
+share/locale/hu/LC_MESSAGES/kmysqladmin.mo
+@dirrm share/doc/HTML/en/kmysqladmin/common
+@dirrm share/doc/HTML/en/kmysqladmin
+@dirrm share/apps/kmysqladmin/toolbar
+@dirrm share/apps/kmysqladmin
+@dirrm share/applnk/Database
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0