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 | 7757d41155629019d63ce79362ed2d4ecf13e4e9 (patch) | |
tree | f71205f1683077b60b5690a9c2b591f7d3a20430 /x11/libunique/PLIST | |
parent | 2ba82de5d233676acc5d4abb9436f72270a06a9f (diff) | |
download | pkgsrc-7757d41155629019d63ce79362ed2d4ecf13e4e9.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/PLIST')
-rw-r--r-- | x11/libunique/PLIST | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/libunique/PLIST b/x11/libunique/PLIST new file mode 100644 index 00000000000..187e45c632a --- /dev/null +++ b/x11/libunique/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/18 00:32:14 ahoka Exp $ +include/unique-1.0/unique/unique.h +include/unique-1.0/unique/uniqueapp.h +include/unique-1.0/unique/uniquebackend.h +include/unique-1.0/unique/uniquemessage.h +include/unique-1.0/unique/uniqueversion.h +lib/libunique-1.0.la +lib/pkgconfig/unique-1.0.pc +share/gtk-doc/html/unique/UniqueApp.html +share/gtk-doc/html/unique/UniqueBackend.html +share/gtk-doc/html/unique/home.png +share/gtk-doc/html/unique/index.html +share/gtk-doc/html/unique/index.sgml +share/gtk-doc/html/unique/ix01.html +share/gtk-doc/html/unique/left.png +share/gtk-doc/html/unique/license.html +share/gtk-doc/html/unique/right.png +share/gtk-doc/html/unique/style.css +share/gtk-doc/html/unique/unique-Message-Data.html +share/gtk-doc/html/unique/unique-Versioning-Information.html +share/gtk-doc/html/unique/unique-overview.html +share/gtk-doc/html/unique/unique.devhelp +share/gtk-doc/html/unique/unique.devhelp2 +share/gtk-doc/html/unique/up.png +@dirrm share/gtk-doc/html/unique +@dirrm include/unique-1.0/unique +@dirrm include/unique-1.0 |