# 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 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 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