NOTICE: This package has been removed from pkgsrc

./wip/libdoozer, C++ Client Library for the Doozer Locking Service

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1, Package name: libdoozer-0.1, Maintainer: tonnerre

libdoozer is a C++ client library for the Doozer lock service. It implements
all the client functions the Go library has. It can be used for:

- Synchronized configuration update,
- Optimistic resource locking,
- Master election and
- Service autodiscovery.

It supports multiple master processes in multiple locations while still
guaranteeing a globally consistent state.


Required to run:
[x11/qt4-libs] [devel/protobuf]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: d3f2280dc8889be8ca9c21b1a5bab6a54eb7b0cf
Filesize: 260.45 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-18 01:31:27 by Aleksej Saushev | Files touched by this commit (5)
Log message:
Remove (again!) superfluous PKG_DESTDIR_SUPPORT.
   2013-02-08 21:45:28 by Tonnerre | Files touched by this commit (5) | Package updated
Log message:
Import libdoozer-0.1 as wip/libdoozer.

libdoozer is a C++ client library for the Doozer lock service. It implements
all the client functions the Go library has. It can be used for:

 - Synchronized configuration update,
 - Optimistic resource locking,
 - Master election and
 - Service autodiscovery.

It supports multiple master processes in multiple locations while still
guaranteeing a globally consistent state.