[115173] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Fri Dec 27 10:48:19 PST 2013


Revision: 115173
          https://trac.macports.org/changeset/115173
Author:   jeremyhu at macports.org
Date:     2013-12-27 10:48:18 -0800 (Fri, 27 Dec 2013)
Log Message:
-----------
geoclue2: New port (#41559)

Added Paths:
-----------
    trunk/dports/devel/geoclue2/
    trunk/dports/devel/geoclue2/Portfile

Added: trunk/dports/devel/geoclue2/Portfile
===================================================================
--- trunk/dports/devel/geoclue2/Portfile	                        (rev 0)
+++ trunk/dports/devel/geoclue2/Portfile	2013-12-27 18:48:18 UTC (rev 115173)
@@ -0,0 +1,45 @@
+# -*- 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                geoclue2
+set gname           geoclue
+version             2.0.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          devel net
+license             LGPL-2.1+
+platforms           darwin
+maintainers         nomaintainer
+description         Geolocation library
+long_description    Geoclue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the Geoclue project is to make creating location-aware applications as simple as possible.
+
+homepage            http://www.freedesktop.org/wiki/Software/GeoClue
+master_sites        http://www.freedesktop.org/software/geoclue/releases/${branch}
+
+distname            ${gname}-${version}
+
+use_xz              yes
+
+checksums           rmd160  19fee4e09a1999f0a9e63d35cf3aa149772523ea \
+                    sha256  4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda8c67a1
+
+depends_build   \
+        port:pkgconfig
+
+depends_lib     \
+        port:gpsd \
+        port:gtk2 \
+        port:dbus-glib \
+        port:libsoup
+
+configure.args      --disable-schemas-compile
+
+post-activate {
+	system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" 
+}
+
+livecheck.type      regex
+livecheck.name      ${gname}
+livecheck.url       ${master_sites}
+livecheck.regex     ${gname}-(\[\\d.\]+)${extract.suffix}


Property changes on: trunk/dports/devel/geoclue2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131227/ae7852b5/attachment.html>


More information about the macports-changes mailing list