K 10 svn:author V 3 jgh K 8 svn:date V 27 2012-12-15T08:11:02.110878Z K 7 svn:log V 572 - add new port: devel/libslave This is a library that allows any arbitrary C++ application to connect to a Mysql replication master and read/parse the replication binary logs. In effect, any application can now act like a Mysql replication slave, without having to compile or link with any Mysql server code. One important use-case for this library is for receiving changes in the master database in real-time, without having the store the master's data on the client server. WWW: https://github.com/Begun/libslave PR: 174335 Submitted by: g.veniamin@googlemail.com END