mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
SQL Buddy - Web based MySQL administration
PR: ports/126646 Submitted by: ChenGuang LI <horus.li@gmail.com>
This commit is contained in:
parent
9d04503ce0
commit
bb8cc298ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219626
6 changed files with 187 additions and 0 deletions
|
@ -568,6 +568,7 @@
|
|||
SUBDIR += skytools
|
||||
SUBDIR += slony1
|
||||
SUBDIR += spatialite
|
||||
SUBDIR += sqlbuddy
|
||||
SUBDIR += sqlcached
|
||||
SUBDIR += sqlclient
|
||||
SUBDIR += sqldeveloper
|
||||
|
|
44
databases/sqlbuddy/Makefile
Normal file
44
databases/sqlbuddy/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# New ports collection makefile for: SQL Buddy
|
||||
# Date created: 17 August 2008
|
||||
# Whom: Chenguang LI
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sqlbuddy
|
||||
PORTVERSION= 1.2.9
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= http://www.sqlbuddy.com/download/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= horus.li@gmail.com
|
||||
COMMENT= Web based MySQL administration with a set of PHP scripts
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PHP= ctype mysql pcre session
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "NOTE:"
|
||||
@${ECHO_MSG} "This port suppose you have already installed MySQL, "
|
||||
@${ECHO_MSG} "and you want to use SQL Buddy to manage the server."
|
||||
@${ECHO_MSG} "If you are planning to install MySQL on this machine later, "
|
||||
@${ECHO_MSG} "you can find it at ${PORTSDIR}/databases."
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Installing SQL Buddy under ${WWWDIR}/"
|
||||
@${MKDIR} ${WWWDIR}
|
||||
@cd ${WRKSRC} && ${CP} -R * ${WWWDIR}
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
databases/sqlbuddy/distinfo
Normal file
3
databases/sqlbuddy/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (sqlbuddy.zip) = 17f42033a1855ed710ef23ed045d45e1
|
||||
SHA256 (sqlbuddy.zip) = c94f59092a7fbc78a5a1ba838b0fadc02c0220f71ed823fd0a5fc80dae65023d
|
||||
SIZE (sqlbuddy.zip) = 171454
|
13
databases/sqlbuddy/files/pkg-message.in
Normal file
13
databases/sqlbuddy/files/pkg-message.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
Congratulations!
|
||||
Now you have SQL Buddy installed.
|
||||
The configuration file is placed at:
|
||||
|
||||
%%WWWDIR%%/config.php
|
||||
|
||||
Edit it to suit your needs. Add the following
|
||||
line to your httpd.conf for apache:
|
||||
|
||||
Alias /${PORTNAME} "%%WWWDIR%%"
|
||||
|
||||
Open the login page and start using SQL Buddy.
|
||||
|
23
databases/sqlbuddy/pkg-descr
Normal file
23
databases/sqlbuddy/pkg-descr
Normal file
|
@ -0,0 +1,23 @@
|
|||
Let's be honest - managing a database isn't terribly exciting.
|
||||
But you still want to use a product that looks half-decent and is
|
||||
intuitive to use. SQL Buddy was designed to meet the demands of
|
||||
modern web developers. Oh, and did I mention that its completely
|
||||
open source and free for everyone to use?
|
||||
|
||||
Some applications look great in a screenshot, but deliver disappointing
|
||||
results when they are actually used. The driving force behind the
|
||||
development of SQL Buddy was not to produce a great-looking screenshot
|
||||
but rather to create a product that would enable developers to enjoy their
|
||||
work and get more done in less time.
|
||||
|
||||
Features:
|
||||
|
||||
* No setup
|
||||
* Complete control of users
|
||||
* Easy to browse
|
||||
* Reduced load times
|
||||
* Bookmark to your hearts content
|
||||
* Import and export
|
||||
* Multilanguage
|
||||
|
||||
WWW: http://www.sqlbuddy.com/
|
103
databases/sqlbuddy/pkg-plist
Normal file
103
databases/sqlbuddy/pkg-plist
Normal file
|
@ -0,0 +1,103 @@
|
|||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/README
|
||||
%%WWWDIR%%/ajaxcreatetable.php
|
||||
%%WWWDIR%%/ajaxfulltext.php
|
||||
%%WWWDIR%%/ajaximportfile.php
|
||||
%%WWWDIR%%/ajaxquery.php
|
||||
%%WWWDIR%%/ajaxsavecolumnedit.php
|
||||
%%WWWDIR%%/ajaxsaveedit.php
|
||||
%%WWWDIR%%/ajaxsaveuseredit.php
|
||||
%%WWWDIR%%/browse.php
|
||||
%%WWWDIR%%/config.php
|
||||
%%WWWDIR%%/css/common.css
|
||||
%%WWWDIR%%/css/navigation.css
|
||||
%%WWWDIR%%/dboverview.php
|
||||
%%WWWDIR%%/edit.php
|
||||
%%WWWDIR%%/editcolumn.php
|
||||
%%WWWDIR%%/edituser.php
|
||||
%%WWWDIR%%/export.php
|
||||
%%WWWDIR%%/functions.php
|
||||
%%WWWDIR%%/home.php
|
||||
%%WWWDIR%%/images/button.png
|
||||
%%WWWDIR%%/images/close.png
|
||||
%%WWWDIR%%/images/closeHover.png
|
||||
%%WWWDIR%%/images/closedArrow.png
|
||||
%%WWWDIR%%/images/goto.png
|
||||
%%WWWDIR%%/images/info.png
|
||||
%%WWWDIR%%/images/infoHover.png
|
||||
%%WWWDIR%%/images/initLoad.png
|
||||
%%WWWDIR%%/images/loading.gif
|
||||
%%WWWDIR%%/images/logo.png
|
||||
%%WWWDIR%%/images/openArrow.png
|
||||
%%WWWDIR%%/images/schemaHeader.png
|
||||
%%WWWDIR%%/images/sortasc.gif
|
||||
%%WWWDIR%%/images/sortdesc.gif
|
||||
%%WWWDIR%%/images/transparent.png
|
||||
%%WWWDIR%%/images/window-button.png
|
||||
%%WWWDIR%%/images/window-center.png
|
||||
%%WWWDIR%%/images/window-close.png
|
||||
%%WWWDIR%%/images/window-header-center.png
|
||||
%%WWWDIR%%/images/window-header-left.png
|
||||
%%WWWDIR%%/images/window-header-right.png
|
||||
%%WWWDIR%%/images/window-resize.png
|
||||
%%WWWDIR%%/images/window-shadow-bottom-left.png
|
||||
%%WWWDIR%%/images/window-shadow-bottom-right.png
|
||||
%%WWWDIR%%/images/window-shadow-bottom.png
|
||||
%%WWWDIR%%/images/window-shadow-left.png
|
||||
%%WWWDIR%%/images/window-shadow-right.png
|
||||
%%WWWDIR%%/import.php
|
||||
%%WWWDIR%%/includes/browse.php
|
||||
%%WWWDIR%%/includes/gettextreader.php
|
||||
%%WWWDIR%%/includes/types.php
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/insert.php
|
||||
%%WWWDIR%%/js/animation.js
|
||||
%%WWWDIR%%/js/columnsize.js
|
||||
%%WWWDIR%%/js/core.js
|
||||
%%WWWDIR%%/js/drag.js
|
||||
%%WWWDIR%%/js/helpers.js
|
||||
%%WWWDIR%%/js/mootools-1.2-core.js
|
||||
%%WWWDIR%%/js/resize.js
|
||||
%%WWWDIR%%/locale/de_DE.pot
|
||||
%%WWWDIR%%/locale/en_US.pot
|
||||
%%WWWDIR%%/locale/es_ES.pot
|
||||
%%WWWDIR%%/locale/it_IT.pot
|
||||
%%WWWDIR%%/locale/nl_NL.pot
|
||||
%%WWWDIR%%/locale/pl_PL.pot
|
||||
%%WWWDIR%%/locale/pt_BR.pot
|
||||
%%WWWDIR%%/locale/ru_RU.pot
|
||||
%%WWWDIR%%/locale/sv_SE.pot
|
||||
%%WWWDIR%%/locale/tl_PH.pot
|
||||
%%WWWDIR%%/locale/zh_CN.pot
|
||||
%%WWWDIR%%/locale/zh_TW.pot
|
||||
%%WWWDIR%%/login.php
|
||||
%%WWWDIR%%/logout.php
|
||||
%%WWWDIR%%/query.php
|
||||
%%WWWDIR%%/structure.php
|
||||
%%WWWDIR%%/themes/bittersweet/css/ie.css
|
||||
%%WWWDIR%%/themes/bittersweet/css/main.css
|
||||
%%WWWDIR%%/themes/bittersweet/images/header.png
|
||||
%%WWWDIR%%/themes/bittersweet/images/initLoad-dark.png
|
||||
%%WWWDIR%%/themes/classic/css/ie.css
|
||||
%%WWWDIR%%/themes/classic/css/main.css
|
||||
%%WWWDIR%%/themes/classic/images/corner-bl.png
|
||||
%%WWWDIR%%/themes/classic/images/corner-br.png
|
||||
%%WWWDIR%%/themes/classic/images/corner-tl.png
|
||||
%%WWWDIR%%/themes/classic/images/corner-tr.png
|
||||
%%WWWDIR%%/themes/classic/images/header.png
|
||||
%%WWWDIR%%/themes/classic/images/shading.png
|
||||
%%WWWDIR%%/users.php
|
||||
@dirrm %%WWWDIR%%/themes/classic/images
|
||||
@dirrm %%WWWDIR%%/themes/classic/css
|
||||
@dirrm %%WWWDIR%%/themes/classic
|
||||
@dirrm %%WWWDIR%%/themes/bittersweet/images
|
||||
@dirrm %%WWWDIR%%/themes/bittersweet/css
|
||||
@dirrm %%WWWDIR%%/themes/bittersweet
|
||||
@dirrm %%WWWDIR%%/themes
|
||||
@dirrm %%WWWDIR%%/locale
|
||||
@dirrm %%WWWDIR%%/js
|
||||
@dirrm %%WWWDIR%%/includes
|
||||
@dirrm %%WWWDIR%%/images
|
||||
@dirrm %%WWWDIR%%/exports
|
||||
@dirrm %%WWWDIR%%/css
|
||||
@dirrmtry %%WWWDIR%%
|
Loading…
Add table
Reference in a new issue