diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-12-18 00:32:14 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-12-18 00:32:14 +0000 |
commit | d12302c17c999940dc67cfb16752a976384b6151 (patch) | |
tree | f71205f1683077b60b5690a9c2b591f7d3a20430 /x11/libunique/distinfo | |
parent | a7304d6ffe94834b0276bb7d24af6dbaeeb551fa (diff) | |
download | pkgsrc-d12302c17c999940dc67cfb16752a976384b6151.tar.gz |
Import libunique-1.0.4 as x11/libunique.
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.
Diffstat (limited to 'x11/libunique/distinfo')
-rw-r--r-- | x11/libunique/distinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/libunique/distinfo b/x11/libunique/distinfo new file mode 100644 index 00000000000..fffb1d84164 --- /dev/null +++ b/x11/libunique/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/18 00:32:14 ahoka Exp $ + +SHA1 (unique-1.0.4.tar.gz) = 79a9534507f8f3307561175e021c25214a3191a8 +RMD160 (unique-1.0.4.tar.gz) = ffe4a6b91bd1778662d7116c051f158be2b73f33 +Size (unique-1.0.4.tar.gz) = 448957 bytes |