Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2008 21:05:10 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/126588: [NEW PORT] databases/sqlbuddy: Web based MySQL administration
Message-ID:  <200808171305.m7HD5AV1049396@host-1.pixnet.tw>
Resent-Message-ID: <200808171310.m7HDA0eZ063704@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126588
>Category:       ports
>Synopsis:       [NEW PORT] databases/sqlbuddy: Web based MySQL administration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 13:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008
>Description:
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.

WWW:	http://www.sqlbuddy.com/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- sqlbuddy-1.2.8.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sqlbuddy
#	sqlbuddy/pkg-descr
#	sqlbuddy/Makefile
#	sqlbuddy/pkg-plist
#	sqlbuddy/distinfo
#
echo c - sqlbuddy
mkdir -p sqlbuddy > /dev/null 2>&1
echo x - sqlbuddy/pkg-descr
sed 's/^X//' >sqlbuddy/pkg-descr << '99df1f8c60f14f211a0e7b9a856c030d'
XLet's be honest - managing a database isn't terribly exciting. But you
Xstill want to use a product that looks half-decent and is intuitive to
Xuse. SQL Buddy was designed to meet the demands of modern web
Xdevelopers. Oh, and did I mention that its completely open source and
Xfree for everyone to use?
X
XSome applications look great in a screenshot, but deliver
Xdisappointing results when they are actually used. The driving force
Xbehind the development of SQL Buddy was not to produce a great-looking
Xscreenshot but rather to create a product that would enable developers
Xto enjoy their work and get more done in less time.
X
XWWW:	http://www.sqlbuddy.com/
99df1f8c60f14f211a0e7b9a856c030d
echo x - sqlbuddy/Makefile
sed 's/^X//' >sqlbuddy/Makefile << '794abd73ae315ac74a1aa8ec63244ddb'
X# New ports collection makefile for:	sqlbuddy
X# Date created:		2008-08-17
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sqlbuddy
XPORTVERSION=	1.2.8
XCATEGORIES=	databases
XMASTER_SITES=	http://www.sqlbuddy.com/download/
XDISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Web based MySQL administration
X
XNO_BUILD=	yes
XUSE_PHP=	mysql pcre
XUSE_ZIP=	yes
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
Xpost-patch:
X	${MV} ${WRKSRC}/config.php ${WRKSRC}/config.sample.php
X
Xdo-install:
X	${MKDIR} ${WWWDIR}
X	${CP} -R ${WRKSRC}/ ${WWWDIR}/
X
X.include <bsd.port.mk>
794abd73ae315ac74a1aa8ec63244ddb
echo x - sqlbuddy/pkg-plist
sed 's/^X//' >sqlbuddy/pkg-plist << '2a821039ceea3f21f0fbad488038c7d0'
X@comment $FreeBSD$
X%%WWWDIR%%/LICENSE
X%%WWWDIR%%/README
X%%WWWDIR%%/ajaxcreatetable.php
X%%WWWDIR%%/ajaxfulltext.php
X%%WWWDIR%%/ajaximportfile.php
X%%WWWDIR%%/ajaxquery.php
X%%WWWDIR%%/ajaxsavecolumnedit.php
X%%WWWDIR%%/ajaxsaveedit.php
X%%WWWDIR%%/ajaxsaveuseredit.php
X%%WWWDIR%%/browse.php
X%%WWWDIR%%/config.sample.php
X%%WWWDIR%%/css/common.css
X%%WWWDIR%%/css/navigation.css
X%%WWWDIR%%/dboverview.php
X%%WWWDIR%%/edit.php
X%%WWWDIR%%/editcolumn.php
X%%WWWDIR%%/edituser.php
X%%WWWDIR%%/export.php
X%%WWWDIR%%/functions.php
X%%WWWDIR%%/home.php
X%%WWWDIR%%/images/button.png
X%%WWWDIR%%/images/close.png
X%%WWWDIR%%/images/closeHover.png
X%%WWWDIR%%/images/closedArrow.png
X%%WWWDIR%%/images/goto.png
X%%WWWDIR%%/images/info.png
X%%WWWDIR%%/images/infoHover.png
X%%WWWDIR%%/images/initLoad.png
X%%WWWDIR%%/images/loading.gif
X%%WWWDIR%%/images/logo.png
X%%WWWDIR%%/images/openArrow.png
X%%WWWDIR%%/images/schemaHeader.png
X%%WWWDIR%%/images/sortasc.gif
X%%WWWDIR%%/images/sortdesc.gif
X%%WWWDIR%%/images/transparent.png
X%%WWWDIR%%/images/window-button.png
X%%WWWDIR%%/images/window-center.png
X%%WWWDIR%%/images/window-close.png
X%%WWWDIR%%/images/window-header-center.png
X%%WWWDIR%%/images/window-header-left.png
X%%WWWDIR%%/images/window-header-right.png
X%%WWWDIR%%/images/window-resize.png
X%%WWWDIR%%/images/window-shadow-bottom-left.png
X%%WWWDIR%%/images/window-shadow-bottom-right.png
X%%WWWDIR%%/images/window-shadow-bottom.png
X%%WWWDIR%%/images/window-shadow-left.png
X%%WWWDIR%%/images/window-shadow-right.png
X%%WWWDIR%%/import.php
X%%WWWDIR%%/includes/browse.php
X%%WWWDIR%%/includes/gettextreader.php
X%%WWWDIR%%/includes/types.php
X%%WWWDIR%%/index.php
X%%WWWDIR%%/insert.php
X%%WWWDIR%%/js/animation.js
X%%WWWDIR%%/js/columnsize.js
X%%WWWDIR%%/js/core.js
X%%WWWDIR%%/js/drag.js
X%%WWWDIR%%/js/helpers.js
X%%WWWDIR%%/js/mootools-1.2-core.js
X%%WWWDIR%%/js/resize.js
X%%WWWDIR%%/locale/de_DE.pot
X%%WWWDIR%%/locale/en_US.pot
X%%WWWDIR%%/locale/pl_PL.pot
X%%WWWDIR%%/locale/sv_SE.pot
X%%WWWDIR%%/locale/tl_PH.pot
X%%WWWDIR%%/login.php
X%%WWWDIR%%/logout.php
X%%WWWDIR%%/query.php
X%%WWWDIR%%/structure.php
X%%WWWDIR%%/themes/bittersweet/css/ie.css
X%%WWWDIR%%/themes/bittersweet/css/main.css
X%%WWWDIR%%/themes/bittersweet/images/header.png
X%%WWWDIR%%/themes/bittersweet/images/initLoad-dark.png
X%%WWWDIR%%/themes/classic/css/ie.css
X%%WWWDIR%%/themes/classic/css/main.css
X%%WWWDIR%%/themes/classic/images/corner-bl.png
X%%WWWDIR%%/themes/classic/images/corner-br.png
X%%WWWDIR%%/themes/classic/images/corner-tl.png
X%%WWWDIR%%/themes/classic/images/corner-tr.png
X%%WWWDIR%%/themes/classic/images/header.png
X%%WWWDIR%%/themes/classic/images/shading.png
X%%WWWDIR%%/users.php
X@dirrm %%WWWDIR%%/themes/classic/images
X@dirrm %%WWWDIR%%/themes/classic/css
X@dirrm %%WWWDIR%%/themes/classic
X@dirrm %%WWWDIR%%/themes/bittersweet/images
X@dirrm %%WWWDIR%%/themes/bittersweet/css
X@dirrm %%WWWDIR%%/themes/bittersweet
X@dirrm %%WWWDIR%%/themes
X@dirrm %%WWWDIR%%/locale
X@dirrm %%WWWDIR%%/js
X@dirrm %%WWWDIR%%/includes
X@dirrm %%WWWDIR%%/images
X@dirrm %%WWWDIR%%/exports
X@dirrm %%WWWDIR%%/css
X@dirrmtry %%WWWDIR%%
2a821039ceea3f21f0fbad488038c7d0
echo x - sqlbuddy/distinfo
sed 's/^X//' >sqlbuddy/distinfo << '7d6cfde4bef5f2b5aa9a82e99753cd20'
XMD5 (sqlbuddy_1_2_8.zip) = 7bfd16330055780cd211bf050b040a27
XSHA256 (sqlbuddy_1_2_8.zip) = b95fa1a9147425183d0acb6fca510dd2a5665e91d2a7ef69f540497bc7e42784
XSIZE (sqlbuddy_1_2_8.zip) = 137734
7d6cfde4bef5f2b5aa9a82e99753cd20
exit
--- sqlbuddy-1.2.8.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808171305.m7HD5AV1049396>