dc1c FreshPorts -- databases/mysql-proxy
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
mysql-proxy 0.8.3 databases on this many watch lists=4 search for ports that depend on this port
Monitor, analyze, or transform the communication of MySQL
Maintained by: swills@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Jul 2007 02:52:54
License: not specified in port


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.

WWW:	http://forge.mysql.com/wiki/MySQL_Proxy
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
Required Libraries:
  1. devel/libevent
  2. devel/glib20
  3. converters/libiconv
  4. databases/mysql55-client
  5. lang/lua
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/mysql-proxy/ && make install clean
To add the package: pkg_add -r mysql-proxy


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.cbn.net.id/mirror/mysql/Downloads/MySQL-Proxy/
  3. ftp://ftp.easynet.be/mysql/Downloads/MySQL-Proxy/
  4. ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/MySQL-Proxy/
  5. ftp://ftp.fi.muni.cz/pub/mysql/Downloads/MySQL-Proxy/
  6. ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-Proxy/
  7. ftp://ftp.linorg.usp.br/mysql/Downloads/MySQL-Proxy/
  8. ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/MySQL-Proxy/
  9. ftp://ftp.rhnet.is/pub/mysql/Downloads/MySQL-Proxy/
  10. ftp://mirror.services.wisc.edu/mirrors/mysql/Downloads/MySQL-Proxy/
  11. ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-Proxy/
  12. ftp://mirror.widexs.nl/pub/mysql/Downloads/MySQL-Proxy/
  13. ftp://netmirror.org/mysql.com/Downloads/MySQL-Proxy/
  14. http://download.softagency.net/MySQL/Downloads/MySQL-Proxy/
  15. http://mirrors.ntua.gr/MySQL/Downloads/MySQL-Proxy/
  16. http://mysql.dp.ua/Downloads/MySQL-Proxy/
  17. http://mysql.mirrored.ca/Downloads/MySQL-Proxy/
  18. http://mysql.mirrors.cybercity.dk/Downloads/MySQL-Proxy/
  19. http://mysql.mirrors.pair.com/Downloads/MySQL-Proxy/
  20. http://mysql.sote.hu/Downloads/MySQL-Proxy/
  21. http://netmirror.org/mirror/mysql.com/Downloads/MySQL-Proxy/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-12-11
    Affects: users of databases/mysql-proxy
    Author: Florian Smeets <flo@smeets.im>
    Reason: 
      The parameters --admin-username and --admin-password are mandatory now.
      Add something like the following to rc.conf
    
      mysql_proxy_args="--admin-username admin --admin-password somepassword"
    
    

Number of commits found: 38

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 08:50:47
Original commit files touched by this commit  0.8.3
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
02 Sep 2012 15:09:20
Original commit files touched by this commit  0.8.3
swills search for other commits by this committer
- Update to 0.8.3
25 Jul 2012 06:32:08
Original commit files touched by this commit  0.8.2
cs search for other commits by this committer
Fix typos in COMMENT
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.8.2
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
17 Oct 2011 04:35:02
Original commit files touched by this commit  0.8.2
dougb search for other commits by this committer
Remove references to mysql 323 and 40, most commonly of the form:

IGNORE_WITH_MYSQL=     323 40
27 Sep 2011 13:42:12
Original commit files touched by this commit  0.8.2
swills search for other commits by this committer
- Improve rc script so that it only checks mysql_proxy_backend_addresses
  on startup
- Various other rc cleanups

Submitted by:   dougb
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.8.2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
18 Sep 2011 19:58:15
Original commit files touched by this commit  0.8.2
swills search for other commits by this committer
- Update to 0.8.2
- Sort plist
- Adjust rc script to removal of admin plugin from default list of loaded
  plugins. Note: If you wish to load it at startup, you can do so via
  mysql_proxy_flags in rc.conf.

Changes:       
http://dev.mysql.com/doc/refman/5.5/en/mysql-proxy-news-0-8-2.html
11 Aug 2011 19:20:17
Original commit files touched by this commit  0.8.1_2
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
29 May 2011 21:54:14
Original commit files touched by this commit  0.8.1_2
swills search for other commits by this committer
- Fix rc script

PR:             ports/157332
Submitted by:   Andrei Lavreniyuk <andy.lavr@gmail.com>
15 May 2011 02:49:17
Original commit files touched by this commit  0.8.1_1
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
19 Mar 2011 13:15:34
Original commit files touched by this commit  0.8.1_1
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
12 Dec 2010 04:33:28
Original commit files touched by this commit  0.8.1
swills search for other commits by this committer
- Update to 0.8.1 [1]
- Rename rc script
- Add path to mysql_config

PR:             ports/152368 [1]
Submitted by:   Florian Smeets <flo at smeets.im> [1]
Approved by:    pgollucci (mentor)
12 Dec 2010 00:55:06
Original commit files touched by this commit  0.8.0_1
swills search for other commits by this committer
- Remove support for building with MySQL 4.1 since it is broken

PR:             ports/138533
Approved by:    pgollucci (mentor)
09 Dec 2010 02:36:55
Original commit files touched by this commit  0.8.0_1
swills search for other commits by this committer
- Takeover some of clsung's ports

Approved by:    pgollucci (mentor)
25 Jul 2010 15:39:20
Original commit files touched by this commit  0.8.0_1
mm search for other commits by this committer
Update libevent to 1.4.14b

PR:             ports/147723
Approved by:    maintainer (timeout)
27 Apr 2010 07:24:17
Original commit files touched by this commit  0.8.0
clsung search for other commits by this committer
- Update to 0.8.0

PR:             ports/143255
Submitted by:   Florian Smeets <flo_AT_kasimir dot com>
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.7.2_4
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
03 Dec 2009 09:22:27
Original commit files touched by this commit  0.7.2_4
clsung search for other commits by this committer
- fix rw-splitting.
  - See full description at http://bugs.mysql.com/bug.php?id=46141
- bump PORTREVISION

PR:             ports/140695
Submitted by:   Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
28 Oct 2009 06:35:35
Original commit files touched by this commit  0.7.2_3
clsung search for other commits by this committer
- fix broken rw-spliting
- bump PORTREVISION

PR:             ports/140039
Submitted by:   Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
28 Oct 2009 01:38:01
Original commit files touched by this commit  0.7.2_2
clsung search for other commits by this committer
- fix broken rw-spliting
- bump PORTREVISION

PR:             ports/139792
Submitted by:   Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
27 Oct 2009 12:31:22
Original commit files touched by this commit  0.7.2_1
clsung search for other commits by this committer
- allow multiple backend addresses with mysql-proxy startup script
- bump PORTREVISION

PR:             ports/136028
Submitted by:   Alexey V dot Degtyarev <alexey_AT_renatasystems dot org>
17 Aug 2009 08:44:51
Original commit files touched by this commit  0.7.2
clsung search for other commits by this committer
- Update to 0.7.2
09 Jul 2009 02:49:52
Original commit files touched by this commit  0.7.1
clsung search for other commits by this committer
- Update to 0.7.1

PR:             ports/134042
19 Aug 2008 16:40:17
Original commit files touched by this commit  0.6.1_3
mnag search for other commits by this committer
- Update libevent dependency and bump PORTREVISION
06 Jun 2008 13:17:10
Original commit files touched by this commit  0.6.1_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
27 Mar 2008 02:05:18
Original commit files touched by this commit  0.6.1_1
clsung search for other commits by this committer
- Startup script to mysql-proxy

Changes:
PR:             ports/120183
Submitted by:   <bartlomiej dot syryjczyk_AT_expro dot pl>
Reviewed by:    clsung
22 Mar 2008 02:57:04
Original commit files touched by this commit  0.6.1
vanilla search for other commits by this committer
Fix build (was due to lua's upgrade).

Submitted by:   pav@ via email
Approved by:    clsung@ (maintainer)
30 Jan 2008 10:11:27
Original commit files touched by this commit  0.6.1
clsung search for other commits by this committer
- Update to 0.6.1

Changes:
29 Jan 2008 07:33:05
Original commit files touched by this commit  0.6.0_2
clsung search for other commits by this committer
- builds on mysql 4.1

Changes:
Submitted by:   bartlomiej dot syryjczyk_AT_expro dot pl
02 Jan 2008 23:43:03
Original commit files touched by this commit  0.6.0_2
mnag search for other commits by this committer
- Bump PORTREVISION since devel/libevent are updated.
15 Oct 2007 03:16:13
Original commit files touched by this commit  0.6.0_1
clsung search for other commits by this committer
- fix install error
04 Oct 2007 06:26:55
Original commit files touched by this commit  0.6.0
clsung search for other commits by this committer
- Update to 0.6.0
- Reset maintainership

PR:             ports/116527
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
21 Sep 2007 20:21:30
Original commit files touched by this commit  0.5.1_1
mnag search for other commits by this committer
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
28 Jul 2007 19:48:24
Original commit files touched by this commit  0.5.1
pav search for other commits by this committer
- Does not build with MySQL < 5.0

PR:             ports/114285
Reported by:    Bartomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl>
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
09 Jul 2007 01:42:00
Original commit files touched by this commit  0.5.1
clsung search for other commits by this committer
- forgot to add pkg-plist

PR:             ports/114348
09 Jul 2007 01:41:26
Original commit files touched by this commit  0.5.1
clsung search for other commits by this committer
- Update to 0.5.1

PR:             ports/114348
Submitted by:   maintainer (Gea-Suan Lin)
02 Jul 2007 02:51:29
Original commit files touched by this commit  0.5.0
clsung search for other commits by this committer
Add mysql-proxy 0.5.0, monitor, analyze or transform the communication
of MySQL.

PR:             ports/114030
Submitted by:   Gea-Suan Lin <gslin at gslin.org>

Number of commits found: 38

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days25
new fortnight57
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0