[Erp5-report] r39717 kazuhiko - /erp5/trunk/buildout/software-profiles/handlersocket.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 29 22:15:01 CEST 2010


Author: kazuhiko
Date: Fri Oct 29 22:15:01 2010
New Revision: 39717

URL: http://svn.erp5.org?rev=39717&view=rev
Log:
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

Added:
    erp5/trunk/buildout/software-profiles/handlersocket.cfg

Added: erp5/trunk/buildout/software-profiles/handlersocket.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/handlersocket.cfg?rev=39717&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/handlersocket.cfg (added)
+++ erp5/trunk/buildout/software-profiles/handlersocket.cfg [utf8] Fri Oct 29 22:15:01 2010
@@ -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




More information about the Erp5-report mailing list