[97450] trunk/dports/graphics

devans at macports.org devans at macports.org
Thu Sep 6 07:54:38 PDT 2012


Revision: 97450
          https://trac.macports.org/changeset/97450
Author:   devans at macports.org
Date:     2012-09-06 07:54:35 -0700 (Thu, 06 Sep 2012)
Log Message:
-----------
osm-gps-map: new port, a gtk+ widget for displaying OpenStreetMap tiles.

Added Paths:
-----------
    trunk/dports/graphics/osm-gps-map/
    trunk/dports/graphics/osm-gps-map/Portfile
    trunk/dports/graphics/osm-gps-map/files/
    trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff

Added: trunk/dports/graphics/osm-gps-map/Portfile
===================================================================
--- trunk/dports/graphics/osm-gps-map/Portfile	                        (rev 0)
+++ trunk/dports/graphics/osm-gps-map/Portfile	2012-09-06 14:54:35 UTC (rev 97450)
@@ -0,0 +1,37 @@
+# -*- 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            osm-gps-map
+version         0.7.3
+license         GPL-3
+categories      graphics
+maintainers     devans openmaintainer
+platforms       darwin
+homepage        http://nzjrs.github.com/${name}/
+master_sites    http://www.johnstowers.co.nz/files/${name}
+
+description \
+    A Gtk+ widget for displaying OpenStreetMap tiles.
+
+long_description \
+    A Gtk+ widget (and Python bindings) that when given GPS co-ordinates, \
+    draws a GPS track, and points of interest on a moving map display. \
+    Downloads map data from a number of websites, including openstreetmap.org.
+
+checksums       rmd160  98b275f255f763eaf5f3591a4e4b47a4495714ab \
+                sha256  5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8
+
+depends_build   port:pkgconfig
+
+depends_lib     port:libsoup \
+                port:gtk2
+
+patchfiles      patch-Makefile.in.diff
+
+configure.args  --enable-introspection=no \
+                --disable-silent-rules
+
+livecheck.type  regex
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/graphics/osm-gps-map/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/graphics/osm-gps-map/files/patch-Makefile.in.diff	2012-09-06 14:54:35 UTC (rev 97450)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2012-03-18 14:30:10.000000000 -0700
++++ Makefile.in	2012-03-18 14:30:43.000000000 -0700
+@@ -288,7 +288,7 @@
+     --enable-maintainer-flags
+ 
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+-osm_gps_mapdocdir = ${prefix}/doc/osm-gps-map
++osm_gps_mapdocdir = ${prefix}/share/doc/osm-gps-map
+ osm_gps_mapdoc_DATA = \
+ 	README                                      \
+ 	COPYING                                     \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120906/ec5212c1/attachment.html>


More information about the macports-changes mailing list