Bug 174335

Summary: [new port]: devel/libslave Mysql replication client library, embeddable into your C++ application
Product: Ports & Packages Reporter: Veniamin <g.veniamin>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
libslave.shar none

Description Veniamin 2012-12-10 16:30:01 UTC
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.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-12-10 19:31:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-12-15 08:11:21 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!