NOTICE: This package has been removed from pkgsrc

./wip/libunique3, Library for writing single instance applications

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


Branch: CURRENT, Version: 3.0.2, Package name: libunique3-3.0.2, Maintainer: ryoon

Unique is a library for writing single instance application. If
you launch a single instance application twice, the second instance
will either just quit or will send a message to the running instance.

Unique makes it easy to write this kind of applications, by providing
a base class, taking care of all the IPC machinery needed to send
messages to a running instance, and also handling the startup
notification side.

Unique aims to replace the BaconMessageConnection code that has
been copied by many projects and the code using Bonobo and D-Bus.


Required to run:
[x11/gtk3]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/xcb-proto]

Master sites: (Expand)

SHA1: 3ca7c702741e6fa39ceab364d69056633a326846
RMD160: d69b34ae74ddf2f88a1a91b05f8c62f9f1466502
Filesize: 334.744 KB

Version history: (Expand)


CVS history: (Expand)


   2011-08-07 00:25:08 by Ryo ONODERA | Files touched by this commit (5) | Package removed
Log message:
Already imported as x11/libunique3.
   2011-07-14 16:09:54 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Fix PKGNAME.
   2011-07-14 16:03:22 by Ryo ONODERA | Files touched by this commit (5) | Imported package
Log message:
Import libunique-3.0.2 as wip/libunique3.

Unique is a library for writing single instance application. If
you launch a single instance application twice, the second instance
will either just quit or will send a message to the running instance.

Unique makes it easy to write this kind of applications, by providing
a base class, taking care of all the IPC machinery needed to send
messages to a running instance, and also handling the startup
notification side.

Unique aims to replace the BaconMessageConnection code that has
been copied by many projects and the code using Bonobo and D-Bus.