mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
bab7883f0b
commit
c0f64f7502
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149612
5 changed files with 79 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
SUBDIR += jdbc-oracle9i
|
||||
SUBDIR += kbibtex
|
||||
SUBDIR += kinterbasdb
|
||||
SUBDIR += kmysqladmin
|
||||
SUBDIR += knoda
|
||||
SUBDIR += ksqlanalyzer
|
||||
SUBDIR += ksqlshell
|
||||
|
|
30
databases/kmysqladmin/Makefile
Normal file
30
databases/kmysqladmin/Makefile
Normal file
|
@ -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>
|
2
databases/kmysqladmin/distinfo
Normal file
2
databases/kmysqladmin/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (kmysqladmin-0.7.2.tar.gz) = c6af7299749e7138838e5728f1a74f72
|
||||
SIZE (kmysqladmin-0.7.2.tar.gz) = 1294472
|
16
databases/kmysqladmin/pkg-descr
Normal file
16
databases/kmysqladmin/pkg-descr
Normal file
|
@ -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/
|
30
databases/kmysqladmin/pkg-plist
Normal file
30
databases/kmysqladmin/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue