diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-08-30 19:30:22 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-09-16 11:57:15 +0000 |
commit | 54074f4d3c413e584f20d06f4adfedb4fe8c2659 (patch) | |
tree | a23478e2a990cfa8bd951275c49954210fe7d1ca | |
parent | security/nss: update to 3.83 (diff) |
x11-toolkits/libshumate: add new port
libshumate is a C library providing a GtkWidget to display maps. It supports
numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap
and Maps for free.
https://wiki.gnome.org/Projects/libshumate
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libshumate/Makefile | 31 | ||||
-rw-r--r-- | x11-toolkits/libshumate/distinfo | 5 | ||||
-rw-r--r-- | x11-toolkits/libshumate/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/libshumate/pkg-plist | 420 |
5 files changed, 460 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index ccea60dcbd4c..b6a47e1e2f66 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -76,6 +76,7 @@ SUBDIR += libhandy SUBDIR += libhandy0 SUBDIR += libsexy + SUBDIR += libshumate SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck3 diff --git a/x11-toolkits/libshumate/Makefile b/x11-toolkits/libshumate/Makefile new file mode 100644 index 000000000000..b41644321659 --- /dev/null +++ b/x11-toolkits/libshumate/Makefile @@ -0,0 +1,31 @@ +PORTNAME= libshumate +DISTVERSION= 1.0.0.beta +CATEGORIES= x11-toolkits geography + +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= d4e23adc49e1.patch:-p1 # https://gitlab.gnome.org/GNOME/libshumate/-/merge_requests/136 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GTK4 widget to display maps +WWW= https://wiki.gnome.org/Projects/libshumate + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ + libgraphene-1.0.so:graphics/graphene + +USES= gettext gnome meson pkgconfig sqlite vala:build +USE_GITLAB= yes +USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build +USE_LDCONFIG= yes +GL_SITE= https://gitlab.gnome.org +GL_ACCOUNT= GNOME +GL_COMMIT= 290359fd6af168b3554c24298ba344eb88a2ed47 + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen +DOCS_MESON_TRUE= gtk_doc + +.include <bsd.port.mk> diff --git a/x11-toolkits/libshumate/distinfo b/x11-toolkits/libshumate/distinfo new file mode 100644 index 000000000000..2cf74502fad4 --- /dev/null +++ b/x11-toolkits/libshumate/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1661887822 +SHA256 (GNOME-libshumate-290359fd6af168b3554c24298ba344eb88a2ed47_GL0.tar.gz) = 43810eeb9f79d17e40bdc5f4ecaec0572a9357d708469c079e0537555778e073 +SIZE (GNOME-libshumate-290359fd6af168b3554c24298ba344eb88a2ed47_GL0.tar.gz) = 143301 +SHA256 (d4e23adc49e1.patch) = f28d49a919acb37bb2030dea2c3b8e38dafa03e36f923d73b9824443c086369d +SIZE (d4e23adc49e1.patch) = 3164 diff --git a/x11-toolkits/libshumate/pkg-descr b/x11-toolkits/libshumate/pkg-descr new file mode 100644 index 000000000000..8d21c1f4483e --- /dev/null +++ b/x11-toolkits/libshumate/pkg-descr @@ -0,0 +1,3 @@ +libshumate is a C library providing a GtkWidget to display maps. It supports +numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap +and Maps for free. diff --git a/x11-toolkits/libshumate/pkg-plist b/x11-toolkits/libshumate/pkg-plist new file mode 100644 index 000000000000..a8d650030217 --- /dev/null +++ b/x11-toolkits/libshumate/pkg-plist @@ -0,0 +1,420 @@ +include/shumate-1.0/shumate/shumate-compass.h +include/shumate-1.0/shumate/shumate-coordinate.h +include/shumate-1.0/shumate/shumate-data-source.h +include/shumate-1.0/shumate/shumate-enum-types.h +include/shumate-1.0/shumate/shumate-file-cache.h +include/shumate-1.0/shumate/shumate-layer.h +include/shumate-1.0/shumate/shumate-license.h +include/shumate-1.0/shumate/shumate-location.h +include/shumate-1.0/shumate/shumate-map-layer.h +include/shumate-1.0/shumate/shumate-map-source-registry.h +include/shumate-1.0/shumate/shumate-map-source.h +include/shumate-1.0/shumate/shumate-map.h +include/shumate-1.0/shumate/shumate-marker-layer.h +include/shumate-1.0/shumate/shumate-marker.h +include/shumate-1.0/shumate/shumate-marshal.h +include/shumate-1.0/shumate/shumate-path-layer.h +include/shumate-1.0/shumate/shumate-point.h +include/shumate-1.0/shumate/shumate-raster-renderer.h +include/shumate-1.0/shumate/shumate-scale.h +include/shumate-1.0/shumate/shumate-simple-map.h +include/shumate-1.0/shumate/shumate-tile-downloader.h +include/shumate-1.0/shumate/shumate-tile.h +include/shumate-1.0/shumate/shumate-user-agent.h +include/shumate-1.0/shumate/shumate-vector-renderer.h +include/shumate-1.0/shumate/shumate-version.h +include/shumate-1.0/shumate/shumate-viewport.h +include/shumate-1.0/shumate/shumate.h +lib/girepository-1.0/Shumate-1.0.typelib +lib/libshumate-1.0.so +lib/libshumate-1.0.so.1 +lib/libshumate-1.0.so.1.0 +libdata/pkgconfig/shumate-1.0.pc +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/RedHatText-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/SourceCodePro-It.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Compass.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Coordinate.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.DataSource.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.FileCache.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Layer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.License.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Map.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.MapLayer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.MapSource.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.MapSourceRegistry.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Marker.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.MarkerLayer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.PathLayer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Point.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.RasterRenderer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Scale.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.SimpleMap.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Tile.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.TileDownloader.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.VectorRenderer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/class.Viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/classes_hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAJOR_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_MFF_RELIEF.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OSM_CYCLE_MAP.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OSM_MAPNIK.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OSM_TRANSPORT_MAP.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OWM_CLOUDS.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OWM_PRECIPITATION.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OWM_PRESSURE.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OWM_TEMPERATURE.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAP_SOURCE_OWM_WIND.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAX_LATITUDE.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MAX_LONGITUDE.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MICRO_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MINOR_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MIN_LATITUDE.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/const.MIN_LONGITUDE.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Compass.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Coordinate.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Coordinate.new_full.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.FileCache.new_full.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.License.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Map.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Map.new_simple.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.MapLayer.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.MapSourceRegistry.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.MapSourceRegistry.new_with_defaults.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Marker.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.MarkerLayer.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.MarkerLayer.new_full.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.PathLayer.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Point.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.RasterRenderer.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.RasterRenderer.new_from_url.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.RasterRenderer.new_full.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.RasterRenderer.new_full_from_url.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Scale.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.SimpleMap.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Tile.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Tile.new_full.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.TileDownloader.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.VectorRenderer.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/ctor.Viewport.new.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/enum.MapProjection.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/enum.State.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/enum.Unit.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/error.FileCacheError.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/error.StyleError.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/error.TileDownloaderError.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/fonts.css +%%PORTDOCS%%%%DOCSDIR%%-1.0/func.CHECK_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/func.get_user_agent.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/func.set_user_agent.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/fzy.js +%%PORTDOCS%%%%DOCSDIR%%-1.0/go-up-symbolic.png +%%PORTDOCS%%%%DOCSDIR%%-1.0/iface.Location.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/index.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/index.json +%%PORTDOCS%%%%DOCSDIR%%-1.0/libshumate-1.0.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-1.0/libshumate-r.svg +%%PORTDOCS%%%%DOCSDIR%%-1.0/main.js +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Compass.get_viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Compass.set_viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.DataSource.get_tile_data_async.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.DataSource.get_tile_data_finish.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.get_cache_dir.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.get_cache_key.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.get_size_limit.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.get_tile_async.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.get_tile_finish.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.mark_up_to_date.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.purge_cache_async.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.purge_cache_finish.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.set_size_limit.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.store_tile_async.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.FileCache.store_tile_finish.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Layer.get_viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.License.append_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.License.get_extra_text.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.License.get_xalign.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.License.prepend_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.License.remove_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.License.set_extra_text.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.License.set_xalign.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Location.get_latitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Location.get_longitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Location.set_location.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.add_layer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.center_on.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.get_animate_zoom.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.get_go_to_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.get_state.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.get_viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.get_zoom_on_double_click.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.go_to.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.go_to_full.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.go_to_full_with_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.insert_layer_above.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.insert_layer_behind.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.remove_layer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.set_animate_zoom.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.set_go_to_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.set_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.set_zoom_on_double_click.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.stop_go_to.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.zoom_in.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Map.zoom_out.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.fill_tile_async.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.fill_tile_finish.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_column_count.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_id.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_latitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_license.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_license_uri.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_longitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_max_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_meters_per_pixel.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_min_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_projection.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_row_count.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_tile_size.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_tile_size_at_zoom.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_x.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.get_y.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_id.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_license.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_license_uri.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_max_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_min_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_name.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_projection.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSource.set_tile_size.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSourceRegistry.add.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSourceRegistry.get_by_id.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSourceRegistry.populate_defaults.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MapSourceRegistry.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.animate_in.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.animate_in_with_delay.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.animate_out.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.animate_out_with_delay.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.get_draggable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.get_selectable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.is_selected.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.set_child.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.set_draggable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Marker.set_selectable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.add_marker.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.get_markers.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.get_selected.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.get_selection_mode.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.remove_all.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.remove_marker.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.select_all_markers.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.select_marker.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.set_selection_mode.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.unselect_all_markers.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.MarkerLayer.unselect_marker.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.add_node.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_closed.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_dash.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_fill.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_fill_color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_nodes.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_outline_color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_outline_width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_stroke.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_stroke_color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.get_stroke_width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.insert_node.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.remove_all.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.remove_node.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_closed.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_dash.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_fill.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_fill_color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_outline_color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_outline_width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_stroke.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_stroke_color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.PathLayer.set_stroke_width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Scale.get_max_width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Scale.get_unit.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Scale.get_viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Scale.set_max_width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Scale.set_unit.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Scale.set_viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.add_overlay_layer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.get_compass.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.get_license.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.get_map.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.get_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.get_scale.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.get_show_zoom_buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.get_viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.insert_overlay_layer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.remove_overlay_layer.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.set_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.SimpleMap.set_show_zoom_buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_etag.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_fade_in.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_modified_time.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_paintable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_size.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_state.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_x.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_y.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.get_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_etag.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_fade_in.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_modified_time.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_paintable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_size.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_state.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_x.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_y.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Tile.set_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.VectorRenderer.set_sprite_sheet_data.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.get_max_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.get_min_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.get_reference_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.get_rotation.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.get_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.location_to_widget_coords.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.set_max_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.set_min_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.set_reference_map_source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.set_rotation.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.set_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/method.Viewport.widget_coords_to_location.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Compass.viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.FileCache.cache-dir.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.FileCache.cache-key.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.FileCache.size-limit.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Layer.viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.License.extra-text.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.License.xalign.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Location.latitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Location.longitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Map.animate-zoom.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Map.go-to-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Map.state.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Map.viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Map.zoom-on-double-click.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapLayer.map-source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.id.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.license-uri.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.license.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.max-zoom-level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.min-zoom-level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.name.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.projection.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MapSource.tile-size.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Marker.child.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Marker.selectable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.MarkerLayer.selection-mode.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.closed.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.fill-color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.fill.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.outline-color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.outline-width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.stroke-color.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.stroke-width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.PathLayer.stroke.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.RasterRenderer.data-source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Scale.max-width.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Scale.unit.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Scale.viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.SimpleMap.compass.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.SimpleMap.license.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.SimpleMap.map-source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.SimpleMap.map.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.SimpleMap.scale.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.SimpleMap.show-zoom-buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.SimpleMap.viewport.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Tile.fade-in.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Tile.paintable.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Tile.size.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Tile.state.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Tile.x.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Tile.y.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Tile.zoom-level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.TileDownloader.url-template.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.VectorRenderer.style-json.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Viewport.max-zoom-level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Viewport.min-zoom-level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Viewport.reference-map-source.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Viewport.rotation.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/property.Viewport.zoom-level.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/search.js +%%PORTDOCS%%%%DOCSDIR%%-1.0/signal.DataSource.received-data.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/signal.Map.animation-completed.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/signal.MarkerLayer.marker-selected.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/signal.MarkerLayer.marker-unselected.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/solarized-dark.css +%%PORTDOCS%%%%DOCSDIR%%-1.0/solarized-light.css +%%PORTDOCS%%%%DOCSDIR%%-1.0/style.css +%%PORTDOCS%%%%DOCSDIR%%-1.0/type_func.FileCacheError.quark.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/type_func.StyleError.quark.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/type_func.TileDownloaderError.quark.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/type_func.VectorRenderer.is_supported.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/urlmap.js +%%PORTDOCS%%%%DOCSDIR%%-1.0/vfunc.DataSource.get_tile_data_async.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/vfunc.DataSource.get_tile_data_finish.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/vfunc.Location.get_latitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/vfunc.Location.get_longitude.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/vfunc.Location.set_location.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/vfunc.MapSource.fill_tile_async.html +%%PORTDOCS%%%%DOCSDIR%%-1.0/vfunc.MapSource.fill_tile_finish.html +share/gir-1.0/Shumate-1.0.gir +share/locale/ab/LC_MESSAGES/shumate1.mo +share/locale/ca/LC_MESSAGES/shumate1.mo +share/locale/es/LC_MESSAGES/shumate1.mo +share/locale/eu/LC_MESSAGES/shumate1.mo +share/locale/fa/LC_MESSAGES/shumate1.mo +share/locale/fi/LC_MESSAGES/shumate1.mo +share/locale/fur/LC_MESSAGES/shumate1.mo +share/locale/gl/LC_MESSAGES/shumate1.mo +share/locale/he/LC_MESSAGES/shumate1.mo +share/locale/hr/LC_MESSAGES/shumate1.mo +share/locale/hu/LC_MESSAGES/shumate1.mo +share/locale/id/LC_MESSAGES/shumate1.mo +share/locale/ka/LC_MESSAGES/shumate1.mo +share/locale/nl/LC_MESSAGES/shumate1.mo +share/locale/oc/LC_MESSAGES/shumate1.mo +share/locale/pl/LC_MESSAGES/shumate1.mo +share/locale/pt/LC_MESSAGES/shumate1.mo +share/locale/ru/LC_MESSAGES/shumate1.mo +share/locale/sl/LC_MESSAGES/shumate1.mo +share/locale/sr/LC_MESSAGES/shumate1.mo +share/locale/tr/LC_MESSAGES/shumate1.mo +share/locale/uk/LC_MESSAGES/shumate1.mo +share/locale/zh_CN/LC_MESSAGES/shumate1.mo +share/vala/vapi/shumate-1.0.deps +share/vala/vapi/shumate-1.0.vapi |