[47365] trunk/dports/gnome
devans at macports.org
devans at macports.org
Thu Feb 26 17:37:32 PST 2009
Revision: 47365
http://trac.macports.org/changeset/47365
Author: devans at macports.org
Date: 2009-02-26 17:37:31 -0800 (Thu, 26 Feb 2009)
Log Message:
-----------
new port unique: a library for writing single instance applications.
Added Paths:
-----------
trunk/dports/gnome/unique/
trunk/dports/gnome/unique/Portfile
Added: trunk/dports/gnome/unique/Portfile
===================================================================
--- trunk/dports/gnome/unique/Portfile (rev 0)
+++ trunk/dports/gnome/unique/Portfile 2009-02-27 01:37:31 UTC (rev 47365)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name unique
+version 1.0.6
+description Unique is a library for writing single instance applications.
+long_description \
+ Unique is a library for writing single instance applications. \
+ If you launch a single instance application twice, the second \
+ instance will either just quit or will send a message to the \
+ running instance.
+maintainers devans openmaintainer
+categories gnome devel
+platforms darwin
+homepage http://live.gnome.org/LibUnique
+master_sites http://www.gnome.org/~ebassi/source/
+
+checksums md5 90eccdb97722d53f872a8fbdc8255ebb \
+ sha1 c68d1a47e9c2326a671f054c5373d41fc296f2d6 \
+ rmd160 c2f9d24030625d6887d839aaeff4ac5f35d3a98e
+
+depends_build port:pkgconfig
+
+depends_lib port:gtk2 \
+ port:dbus-glib
+
+livecheck.check regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/gnome/unique/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090226/91531210/attachment-0001.html>
More information about the macports-changes
mailing list