Port details |
- libslave Mysql replication client library, embeddable into your C++ application
- 0.0.20121210_2 devel
=0 0.0.20121210_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-12-15 08:11:18
- Last Update: 2014-09-01 14:46:34
- SVN Revision: 366879
- Also Listed In: databases
- License: GPLv3
- WWW:
- https://github.com/Begun/libslave
- Description:
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libslave>0:devel/libslave
- No installation instructions:
- This port has been deleted.
- PKGNAME: libslave
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- Library dependencies:
-
- libboost_thread.so : devel/boost-libs
- libmysqlclient.so.18 : databases/mysql55-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libslave-0.0.20121210_2:
EXAMPLES=on: Build and/or install examples
STATIC=on: Build static lib
TEST=off: Build test binary
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.20121210_2 01 Sep 2014 14:46:34 |
bapt |
Remove non staged ports without pending PR from d* |
0.0.20121210_2 04 Jul 2014 12:06:07 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.0.20121210_2 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
0.0.20121210_1 12 Dec 2013 10:53:38 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
0.0.20121210_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.0.20121210_1 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
0.0.20121210_1 07 Jun 2013 22:29:02 |
bdrewery |
Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes.
With hat: portmgr |
0.0.20121210_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.0.20121210_1 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
0.0.20121210 15 Dec 2012 08:11:02 |
jgh |
- 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 |
Number of commits found: 10
|