Date: Sat, 13 Feb 2016 14:31:04 +0000 (UTC) From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408799 - in head/x11-toolkits: . osm-gps-map Message-ID: <201602131431.u1DEV4Od041210@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dumbbell (src committer) Date: Sat Feb 13 14:31:04 2016 New Revision: 408799 URL: https://svnweb.freebsd.org/changeset/ports/408799 Log: x11-toolkits/osm-gps-map: New port for a Gtk+ map widget Reviewed by: kwm Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4246 Added: head/x11-toolkits/osm-gps-map/ head/x11-toolkits/osm-gps-map/Makefile (contents, props changed) head/x11-toolkits/osm-gps-map/distinfo (contents, props changed) head/x11-toolkits/osm-gps-map/pkg-descr (contents, props changed) head/x11-toolkits/osm-gps-map/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sat Feb 13 14:13:55 2016 (r408798) +++ head/x11-toolkits/Makefile Sat Feb 13 14:31:04 2016 (r408799) @@ -125,6 +125,7 @@ SUBDIR += ocaml-lablgtk2 SUBDIR += ocaml-labltk SUBDIR += open-motif + SUBDIR += osm-gps-map SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Glade2 Added: head/x11-toolkits/osm-gps-map/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/Makefile Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,24 @@ +# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= osm-gps-map +PORTVERSION= 1.1.0 +CATEGORIES= x11-toolkits net +MASTER_SITES= https://github.com/nzjrs/${PORTNAME}/releases/download/${PORTVERSION}/ + +MAINTAINER= dumbbell@FreeBSD.org +COMMENT= Gtk+ 3.0 mapping widget + +LICENSE= GPLv2 + +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup + +USES= gmake gnome libtool pkgconfig +USE_GNOME= cairo gtk30 introspection:build +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> Added: head/x11-toolkits/osm-gps-map/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/distinfo Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,2 @@ +SHA256 (osm-gps-map-1.1.0.tar.gz) = 8f2ff865ed9ed9786cc5373c37b341b876958416139d0065ebb785cf88d33586 +SIZE (osm-gps-map-1.1.0.tar.gz) = 440480 Added: head/x11-toolkits/osm-gps-map/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/pkg-descr Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,9 @@ +osm-gps-map is a Gtk mapping widget (and Python bindings) that when +given GPS co-ordinates, draws a GPS track, and points of interest on a +moving map display. + +osm-gps-map downloads map data from a number of websites, including +openstreetmap.org, openaerialmap.org and others and can be used to build +desktop mapping or geolocation applications. + +WWW: http://nzjrs.github.io/osm-gps-map/ Added: head/x11-toolkits/osm-gps-map/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/osm-gps-map/pkg-plist Sat Feb 13 14:31:04 2016 (r408799) @@ -0,0 +1,44 @@ +include/osmgpsmap-1.0/osm-gps-map-compat.h +include/osmgpsmap-1.0/osm-gps-map-image.h +include/osmgpsmap-1.0/osm-gps-map-layer.h +include/osmgpsmap-1.0/osm-gps-map-osd.h +include/osmgpsmap-1.0/osm-gps-map-point.h +include/osmgpsmap-1.0/osm-gps-map-polygon.h +include/osmgpsmap-1.0/osm-gps-map-source.h +include/osmgpsmap-1.0/osm-gps-map-track.h +include/osmgpsmap-1.0/osm-gps-map-widget.h +include/osmgpsmap-1.0/osm-gps-map.h +lib/girepository-1.0/OsmGpsMap-1.0.typelib +lib/libosmgpsmap-1.0.a +lib/libosmgpsmap-1.0.so +lib/libosmgpsmap-1.0.so.1 +lib/libosmgpsmap-1.0.so.1.0.0 +libdata/pkgconfig/osmgpsmap-1.0.pc +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +share/gir-1.0/OsmGpsMap-1.0.gir +share/gtk-doc/html/libosmgpsmap/OsmGpsMap.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapImage.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapLayer.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapPoint.html +share/gtk-doc/html/libosmgpsmap/OsmGpsMapTrack.html +share/gtk-doc/html/libosmgpsmap/annotation-glossary.html +share/gtk-doc/html/libosmgpsmap/api-index-deprecated.html +share/gtk-doc/html/libosmgpsmap/api-index-full.html +share/gtk-doc/html/libosmgpsmap/api-reference-deprecated.html +share/gtk-doc/html/libosmgpsmap/api-reference.html +share/gtk-doc/html/libosmgpsmap/home.png +share/gtk-doc/html/libosmgpsmap/index.html +share/gtk-doc/html/libosmgpsmap/index.sgml +share/gtk-doc/html/libosmgpsmap/left-insensitive.png +share/gtk-doc/html/libosmgpsmap/left.png +share/gtk-doc/html/libosmgpsmap/libosmgpsmap-OsmGpsMap-Deprecated.html +share/gtk-doc/html/libosmgpsmap/libosmgpsmap.devhelp2 +share/gtk-doc/html/libosmgpsmap/right-insensitive.png +share/gtk-doc/html/libosmgpsmap/right.png +share/gtk-doc/html/libosmgpsmap/style.css +share/gtk-doc/html/libosmgpsmap/up-insensitive.png +share/gtk-doc/html/libosmgpsmap/up.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602131431.u1DEV4Od041210>