diff options
author | sem <sem@FreeBSD.org> | 2005-11-26 20:43:46 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-26 20:43:46 +0000 |
commit | c871077b6c8fed49aefec897a0f96c6569094210 (patch) | |
tree | 150cfa559e14da4f8467a60f7061ecedb4904692 /databases/kmysqladmin | |
parent | ccca1895b76d0254bf75c2c4d35b49edcefb7da3 (diff) | |
download | FreeBSD-ports-c871077b6c8fed49aefec897a0f96c6569094210.zip FreeBSD-ports-c871077b6c8fed49aefec897a0f96c6569094210.tar.gz |
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>
Diffstat (limited to 'databases/kmysqladmin')
-rw-r--r-- | databases/kmysqladmin/Makefile | 30 | ||||
-rw-r--r-- | databases/kmysqladmin/distinfo | 2 | ||||
-rw-r--r-- | databases/kmysqladmin/pkg-descr | 16 | ||||
-rw-r--r-- | databases/kmysqladmin/pkg-plist | 30 |
4 files changed, 78 insertions, 0 deletions
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile new file mode 100644 index 0000000..79b47e4 --- /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 0000000..e4ebf59 --- /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 0000000..6770699 --- /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 0000000..7a1a944 --- /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 |