mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
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>
This commit is contained in:
parent
e957482b61
commit
9a06b90e67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194594
@ -134,6 +134,7 @@
|
||||
SUBDIR += mysql-connector-odbc
|
||||
SUBDIR += mysql-editor
|
||||
SUBDIR += mysql-navigator
|
||||
SUBDIR += mysql-proxy
|
||||
SUBDIR += mysql-query-browser
|
||||
SUBDIR += mysql2odbc
|
||||
SUBDIR += mysql2pgsql
|
||||
|
33
databases/mysql-proxy/Makefile
Normal file
33
databases/mysql-proxy/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: mysql-proxy
|
||||
# Date created: 2007-06-25
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql-proxy
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_MYSQL}
|
||||
MASTER_SITE_SUBDIR= MySQL-Proxy
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Monitor, analyze or transform the communication of MySQL
|
||||
|
||||
LIB_DEPENDS= event:${PORTSDIR}/devel/libevent \
|
||||
glib:${PORTSDIR}/devel/glib20
|
||||
|
||||
CONFIGURE_ARGS+= --with-lua --with-mysql
|
||||
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \
|
||||
PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc"
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnometarget pkgconfig
|
||||
USE_ICONV= yes
|
||||
USE_LUA= 5.1+
|
||||
USE_MYSQL= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}r8
|
||||
|
||||
PLIST_FILES= sbin/mysql-proxy
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/mysql-proxy/distinfo
Normal file
3
databases/mysql-proxy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mysql-proxy-0.5.0.tar.gz) = f97aefed2fddd2353343a716d9c646c6
|
||||
SHA256 (mysql-proxy-0.5.0.tar.gz) = e1e1951d8bddfc0813aad1a3a93e63229dd9baa82833569cb44237cb769a2669
|
||||
SIZE (mysql-proxy-0.5.0.tar.gz) = 245007
|
7
databases/mysql-proxy/pkg-descr
Normal file
7
databases/mysql-proxy/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user