Ticket #56805: Portfile-mysql-proxy.diff
File Portfile-mysql-proxy.diff, 2.5 KB (added by mf2k (Frank Schima), 6 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 5 name mysql-proxy 6 version 0.8.2 7 revision 1 6 github.setup mysql mysql-proxy 0.8.5 8 7 categories databases 9 8 license GPL-2 9 platforms darwin 10 10 maintainers nomaintainer 11 11 12 description Proxy for MySQL-Server 12 13 long_description \ 13 14 MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. \ 14 15 Its flexibility allows for unlimited uses\; common ones include: load balancing\; failover\; query analysis\; query filtering and modification\; and many more. 15 16 16 homepage http://forge.mysql.com/wiki/MySQL_Proxy 17 platforms darwin 18 master_sites http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-Proxy/ \ 19 http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-Proxy/ \ 20 http://mysql.proserve.nl/Downloads/MySQL-Proxy/ \ 21 ftp://mirror.leaseweb.com/mysql/Downloads/MySQL-Proxy/ 22 23 checksums md5 b00784ddc5d28787fc99712d602a3614 \ 24 sha1 3ae4f2f68849cfd95eeaf033af8df78d643dbf4d \ 25 rmd160 02a46970d3d046da5f04159bf9266dd564ba9f55 26 27 depends_build port:pkgconfig 28 depends_lib port:lua \ 17 github.master_sites ${github.homepage}/archive/ 18 distname rel-${version} 19 worksrcdir ${name}-${distname} 20 21 checksums rmd160 d71b303b291b4d9d107592672d61e4b45def8dcf \ 22 sha256 8c6befab41a84f5c59d5f764ce1e5ffbceeea6fa92e71abad4e13f2cecc285b8 \ 23 size 473506 24 25 depends_build-append \ 26 port:pkgconfig 27 depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \ 29 28 port:libevent \ 30 path:bin/mysql_config5:mysql5 \ 31 path:lib/pkgconfig/glib-2.0.pc:glib2 29 port:lua \ 30 path:bin/mysql_config5:mysql57 \ 31 32 use_autoconf yes 33 autoconf.cmd ./autogen.sh 32 34 33 configure.args --with-mysql=${prefix}/lib/mysql5/bin/mysql_config \ 35 configure.env ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" 36 configure.args --with-mysql=${prefix}/lib/mysql57/bin/mysql_config \ 34 37 --with-lua