Date: Sun, 22 Feb 2009 22:41:40 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/unique Makefile distinfo pkg-descr pkg-plist Message-ID: <200902222241.n1MMfepw010762@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kwm 2009-02-22 22:41:40 UTC
FreeBSD ports repository
Modified files:
x11-toolkits Makefile
Added files:
x11-toolkits/unique Makefile distinfo pkg-descr pkg-plist
Log:
Add unique.
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.
Revision Changes Path
1.503 +1 -0 ports/x11-toolkits/Makefile
1.1 +32 -0 ports/x11-toolkits/unique/Makefile (new)
1.1 +3 -0 ports/x11-toolkits/unique/distinfo (new)
1.1 +12 -0 ports/x11-toolkits/unique/pkg-descr (new)
1.1 +29 -0 ports/x11-toolkits/unique/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902222241.n1MMfepw010762>
