[52777] trunk/dports/databases
blb at macports.org
blb at macports.org
Mon Jun 22 19:38:05 PDT 2009
Revision: 52777
http://trac.macports.org/changeset/52777
Author: blb at macports.org
Date: 2009-06-22 19:38:05 -0700 (Mon, 22 Jun 2009)
Log Message:
-----------
New port - databases/mysql-proxy, Proxy for MySQL-Server; ticket #19317
Added Paths:
-----------
trunk/dports/databases/mysql-proxy/
trunk/dports/databases/mysql-proxy/Portfile
Added: trunk/dports/databases/mysql-proxy/Portfile
===================================================================
--- trunk/dports/databases/mysql-proxy/Portfile (rev 0)
+++ trunk/dports/databases/mysql-proxy/Portfile 2009-06-23 02:38:05 UTC (rev 52777)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+name mysql-proxy
+version 0.6.1
+categories databases
+maintainers naegler.org:michael
+description Proxy for MySQL-Server
+long_description \
+ 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.
+
+homepage http://forge.mysql.com/wiki/MySQL_Proxy
+platforms darwin
+master_sites http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-Proxy/ \
+ http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-Proxy/ \
+ http://mysql.proserve.nl/Downloads/MySQL-Proxy/ \
+ ftp://mirror.leaseweb.com/mysql/Downloads/MySQL-Proxy/
+
+checksums md5 f5b003f069c294002ae37c6df3a7a0a5 \
+ sha1 3e4184ea2b737e6c60c42e5817f93728e9d31c3d \
+ rmd160 05572c42ea2f736ef31477753d13fae6b49ba805
+
+depends_lib port:lua \
+ port:libevent \
+ port:mysql5 \
+ port:glib2
+
+configure.args --with-mysql=${prefix}/lib/mysql5/bin/mysql_config \
+ --with-lua
+
Property changes on: trunk/dports/databases/mysql-proxy/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090622/1724ae1d/attachment.html>
More information about the macports-changes
mailing list