Date: Tue, 26 Jun 2007 16:12:04 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/114030: [NEW PORT] databases/mysql-proxy: Monitor, analyze or transform the communication of MySQL Message-ID: <20070626081204.9829B5C1F@ccreader.NCTU.edu.tw> Resent-Message-ID: <200706260820.l5Q8K4pZ010158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114030 >Category: ports >Synopsis: [NEW PORT] databases/mysql-proxy: Monitor, analyze or transform the communication of MySQL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 26 08:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun 5 03:26:27 CST >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. WWW: http://forge.mysql.com/wiki/MySQL_Proxy Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mysql-proxy-0.5.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mysql-proxy # mysql-proxy/pkg-descr # mysql-proxy/Makefile # mysql-proxy/distinfo # echo c - mysql-proxy mkdir -p mysql-proxy > /dev/null 2>&1 echo x - mysql-proxy/pkg-descr sed 's/^X//' >mysql-proxy/pkg-descr << 'END-of-mysql-proxy/pkg-descr' XMySQL Proxy is a simple program that sits between your client and XMySQL server(s) that can monitor, analyze or transform their Xcommunication. Its flexibility allows for unlimited uses; common ones Xinclude: load balancing; failover; query analysis; query filtering and Xmodification; and many more. X XWWW: http://forge.mysql.com/wiki/MySQL_Proxy END-of-mysql-proxy/pkg-descr echo x - mysql-proxy/Makefile sed 's/^X//' >mysql-proxy/Makefile << 'END-of-mysql-proxy/Makefile' X# New ports collection makefile for: mysql-proxy X# Date created: 2007-06-25 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= mysql-proxy XPORTVERSION= 0.5.0 XCATEGORIES= databases XMASTER_SITES= ${MASTER_SITE_MYSQL} XMASTER_SITE_SUBDIR= MySQL-Proxy X XMAINTAINER= gslin@gslin.org XCOMMENT= Monitor, analyze or transform the communication of MySQL X XLIB_DEPENDS= event:${PORTSDIR}/devel/libevent \ X glib:${PORTSDIR}/devel/glib20 X XCONFIGURE_ARGS+= --with-lua --with-mysql XCONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \ X LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ X PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc" XGNU_CONFIGURE= yes XUSE_GNOME= gnometarget pkgconfig XUSE_ICONV= yes XUSE_LUA= 5.1+ XUSE_MYSQL= yes XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}r8 X XPLIST_FILES= sbin/mysql-proxy X X.include <bsd.port.mk> END-of-mysql-proxy/Makefile echo x - mysql-proxy/distinfo sed 's/^X//' >mysql-proxy/distinfo << 'END-of-mysql-proxy/distinfo' XMD5 (mysql-proxy-0.5.0.tar.gz) = f97aefed2fddd2353343a716d9c646c6 XSHA256 (mysql-proxy-0.5.0.tar.gz) = e1e1951d8bddfc0813aad1a3a93e63229dd9baa82833569cb44237cb769a2669 XSIZE (mysql-proxy-0.5.0.tar.gz) = 245007 END-of-mysql-proxy/distinfo exit --- mysql-proxy-0.5.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070626081204.9829B5C1F>