From e71eed58589de544f88e381b559d25e05272cb11 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 29 Oct 2010 20:15:01 +0000 Subject: [PATCH] initial commit of HandlerSocket-Plugin-for-MySQL. FYI, pure python client is also under development: * http://pypi.python.org/pypi/handlersocket * https://code.launchpad.net/~songofacandy/+junk/pyhandlersocket git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39717 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/handlersocket.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 buildout/software-profiles/handlersocket.cfg diff --git a/buildout/software-profiles/handlersocket.cfg b/buildout/software-profiles/handlersocket.cfg new file mode 100644 index 0000000000..cc41005ab2 --- /dev/null +++ b/buildout/software-profiles/handlersocket.cfg @@ -0,0 +1,16 @@ +# Handlersocket - a NoSQL plugin for MySQL. +# http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL + +[buildout] +parts = + handlersocket + +[handlersocket] +recipe = hexagonit.recipe.cmmi +url = http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/tarball/1.0.6 +md5sum = 57f5c131e3d29701b01dd92c35ed25fd +pre-configure-hook = ${buildout:directory}/hooks/autogen-hooks.py:pre_configure_hook +configure-options = + --with-mysql-source=${mysql-5.1:location}__compile__/mysql-${mysql-5.1:version} + --with-mysql-bindir=${mysql-5.1:location}/bin + --with-mysql-plugindir=${mysql-5.1:location}/lib/mysql/plugin -- 2.30.9