cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/unique Makefile distinfo pkg-descr pkg-plist

Koop Mast kwm at FreeBSD.org
Sun Feb 22 14:41:42 PST 2009


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)


More information about the cvs-ports mailing list