Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183382 - Add mysql-proxy to the tree
Summary: Add mysql-proxy to the tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://forge.mysql.com/wiki/MySQL_Proxy
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-27 09:53 UTC by Wolfram Schlich (RETIRED)
Modified: 2007-10-03 18:57 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mysql-proxy/mysql-proxy-0.5.1.ebuild (mysql-proxy-0.5.1.ebuild,911 bytes, text/plain)
2007-08-26 11:25 UTC, steveb
Details
mysql-proxy conf.d file (mysql-proxy,248 bytes, text/plain)
2007-09-18 11:15 UTC, damage
Details
mysql-proxy init.d file (mysql-proxy,322 bytes, text/plain)
2007-09-18 11:16 UTC, damage
Details
mysql-proxy/mysql-proxy-0.6.0.ebuild (mysql-proxy-0.6.0.ebuild,911 bytes, text/plain)
2007-09-18 11:18 UTC, damage
Details
mysql-proxy/mysql-proxy-0.6.0.ebuild (mysql-proxy-0.6.0.ebuild,989 bytes, text/plain)
2007-09-18 11:41 UTC, damage
Details
bundle of ebuild, conf.d file and init.d file (mysql-proxy-0.6.0.tbz2,2.04 KB, application/x-bzip2)
2007-09-18 11:46 UTC, damage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schlich (RETIRED) gentoo-dev 2007-06-27 09:53:06 UTC
--8<--
MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for unlimited uses; common ones include: load balancing; failover; query analysis; query filtering and modification; and many more.
--8<--
Comment 1 steveb 2007-08-26 11:25:34 UTC
Created attachment 129220 [details]
mysql-proxy/mysql-proxy-0.5.1.ebuild

ebuild for MySQL-Proxy 0.5.1 ALPHA

It just compiles the binary and installs documentation (no init.d script, no conf.d script).
Comment 2 damage 2007-09-18 11:15:43 UTC
Created attachment 131199 [details]
mysql-proxy conf.d file

used by init.d script
Comment 3 damage 2007-09-18 11:16:20 UTC
Created attachment 131200 [details]
mysql-proxy init.d file
Comment 4 damage 2007-09-18 11:18:01 UTC
Created attachment 131201 [details]
mysql-proxy/mysql-proxy-0.6.0.ebuild

just renamed ebuild for 0.5.1 ;-)
Comment 5 damage 2007-09-18 11:31:52 UTC
arghs, I forgot to include init.d and conf.d file in ebuild. will fix soon
Comment 6 damage 2007-09-18 11:41:37 UTC
Created attachment 131205 [details]
mysql-proxy/mysql-proxy-0.6.0.ebuild   	

added init.d and conf.d file installation

just copy mysql-proxy conf.d file and mysql-proxy init.d file into the files directory of the package with following names:

conf.d-mysql-proxy-0.6.0
init.d-mysql-proxy-0.6.0
Comment 7 damage 2007-09-18 11:46:24 UTC
Created attachment 131207 [details]
bundle of ebuild, conf.d file and init.d file

This package includes the ebuild, conf.d and init.d files. The ebuild is allready digest'ed and ready for emerging!
Comment 8 Wolfram Schlich (RETIRED) gentoo-dev 2007-10-03 18:57:31 UTC
In CVS.