Index: head/astro/libosmium/Makefile =================================================================== --- head/astro/libosmium/Makefile (revision 436587) +++ head/astro/libosmium/Makefile (revision 436588) @@ -1,51 +1,51 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= libosmium -PORTVERSION= 2.11.1 +PORTVERSION= 2.12.0 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast and flexible C++ library for working with OpenStreetMap data LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgdal.so:graphics/gdal \ libboost_regex.so:devel/boost-libs \ libgeos.so:graphics/geos \ libexpat.so:textproc/expat2 BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ ${LOCALBASE}/include/utf8.h:devel/utf8cpp RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp USE_GITHUB= yes GH_ACCOUNT= osmcode USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF # if/when corresponding ports appear in the tree, these will need to # be turned from depends CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON \ -DINSTALL_PROTOZERO:BOOL=ON # though it builds tests, the library itself is header-only NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= TEST DOCS OPTIONS_DEFAULT= TEST TEST_TEST_TARGET= test TEST_CMAKE_BOOL= BUILD_TESTING post-extract: @${RM} -rf ${WRKSRC}/include/utf8* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/astro/libosmium/distinfo =================================================================== --- head/astro/libosmium/distinfo (revision 436587) +++ head/astro/libosmium/distinfo (revision 436588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489141925 -SHA256 (osmcode-libosmium-v2.11.1_GH0.tar.gz) = 9b96166530b7b56787cc49be1a91c6f8724538b59f362a2870e99ccfa261c43f -SIZE (osmcode-libosmium-v2.11.1_GH0.tar.gz) = 436725 +TIMESTAMP = 1490016141 +SHA256 (osmcode-libosmium-v2.12.0_GH0.tar.gz) = 6fd6812939c80bf1ab58d160e20202f400b26a36941f1e5c939a0a8f3a03af92 +SIZE (osmcode-libosmium-v2.12.0_GH0.tar.gz) = 452240 Index: head/astro/libosmium/pkg-plist =================================================================== --- head/astro/libosmium/pkg-plist (revision 436587) +++ head/astro/libosmium/pkg-plist (revision 436588) @@ -1,190 +1,197 @@ include/gdalcpp.hpp include/osmium/area/assembler.hpp +include/osmium/area/assembler_config.hpp +include/osmium/area/detail/basic_assembler.hpp include/osmium/area/detail/node_ref_segment.hpp include/osmium/area/detail/proto_ring.hpp include/osmium/area/detail/segment_list.hpp include/osmium/area/detail/vector.hpp +include/osmium/area/geom_assembler.hpp include/osmium/area/multipolygon_collector.hpp include/osmium/area/problem_reporter.hpp include/osmium/area/problem_reporter_exception.hpp include/osmium/area/problem_reporter_ogr.hpp include/osmium/area/problem_reporter_stream.hpp include/osmium/area/stats.hpp include/osmium/builder/attr.hpp include/osmium/builder/builder.hpp include/osmium/builder/builder_helper.hpp include/osmium/builder/osm_object_builder.hpp include/osmium/diff_handler.hpp include/osmium/diff_iterator.hpp include/osmium/diff_visitor.hpp include/osmium/dynamic_handler.hpp include/osmium/experimental/flex_reader.hpp include/osmium/fwd.hpp include/osmium/geom/coordinates.hpp include/osmium/geom/factory.hpp include/osmium/geom/geojson.hpp include/osmium/geom/geos.hpp include/osmium/geom/haversine.hpp include/osmium/geom/mercator_projection.hpp include/osmium/geom/ogr.hpp include/osmium/geom/projection.hpp include/osmium/geom/rapid_geojson.hpp include/osmium/geom/relations.hpp include/osmium/geom/tile.hpp include/osmium/geom/util.hpp include/osmium/geom/wkb.hpp include/osmium/geom/wkt.hpp include/osmium/handler.hpp include/osmium/handler/chain.hpp include/osmium/handler/check_order.hpp include/osmium/handler/disk_store.hpp include/osmium/handler/dump.hpp include/osmium/handler/node_locations_for_ways.hpp include/osmium/handler/object_relations.hpp include/osmium/index/bool_vector.hpp include/osmium/index/detail/create_map_with_fd.hpp include/osmium/index/detail/mmap_vector_anon.hpp include/osmium/index/detail/mmap_vector_base.hpp include/osmium/index/detail/mmap_vector_file.hpp include/osmium/index/detail/tmpfile.hpp include/osmium/index/detail/vector_map.hpp include/osmium/index/detail/vector_multimap.hpp include/osmium/index/id_set.hpp include/osmium/index/index.hpp include/osmium/index/map.hpp include/osmium/index/map/all.hpp include/osmium/index/map/dense_file_array.hpp include/osmium/index/map/dense_mem_array.hpp include/osmium/index/map/dense_mmap_array.hpp include/osmium/index/map/dummy.hpp include/osmium/index/map/sparse_file_array.hpp include/osmium/index/map/sparse_mem_array.hpp include/osmium/index/map/sparse_mem_map.hpp include/osmium/index/map/sparse_mem_table.hpp include/osmium/index/map/sparse_mmap_array.hpp include/osmium/index/multimap.hpp include/osmium/index/multimap/all.hpp include/osmium/index/multimap/hybrid.hpp include/osmium/index/multimap/sparse_file_array.hpp include/osmium/index/multimap/sparse_mem_array.hpp include/osmium/index/multimap/sparse_mem_multimap.hpp include/osmium/index/multimap/sparse_mmap_array.hpp include/osmium/index/node_locations_map.hpp +include/osmium/index/nwr_array.hpp include/osmium/index/relations_map.hpp include/osmium/io/any_compression.hpp include/osmium/io/any_input.hpp include/osmium/io/any_output.hpp include/osmium/io/bzip2_compression.hpp include/osmium/io/compression.hpp include/osmium/io/debug_output.hpp include/osmium/io/detail/debug_output_format.hpp include/osmium/io/detail/input_format.hpp include/osmium/io/detail/o5m_input_format.hpp include/osmium/io/detail/opl_input_format.hpp include/osmium/io/detail/opl_output_format.hpp include/osmium/io/detail/opl_parser_functions.hpp include/osmium/io/detail/output_format.hpp include/osmium/io/detail/pbf.hpp include/osmium/io/detail/pbf_decoder.hpp include/osmium/io/detail/pbf_input_format.hpp include/osmium/io/detail/pbf_output_format.hpp include/osmium/io/detail/protobuf_tags.hpp include/osmium/io/detail/queue_util.hpp include/osmium/io/detail/read_thread.hpp include/osmium/io/detail/read_write.hpp include/osmium/io/detail/string_table.hpp include/osmium/io/detail/string_util.hpp include/osmium/io/detail/write_thread.hpp include/osmium/io/detail/xml_input_format.hpp include/osmium/io/detail/xml_output_format.hpp include/osmium/io/detail/zlib.hpp include/osmium/io/error.hpp include/osmium/io/file.hpp include/osmium/io/file_compression.hpp include/osmium/io/file_format.hpp include/osmium/io/gzip_compression.hpp include/osmium/io/header.hpp include/osmium/io/input_iterator.hpp include/osmium/io/o5m_input.hpp include/osmium/io/opl_input.hpp include/osmium/io/opl_output.hpp include/osmium/io/output_iterator.hpp include/osmium/io/overwrite.hpp include/osmium/io/pbf_input.hpp include/osmium/io/pbf_output.hpp include/osmium/io/reader.hpp include/osmium/io/reader_iterator.hpp include/osmium/io/writer.hpp include/osmium/io/writer_options.hpp include/osmium/io/xml_input.hpp include/osmium/io/xml_output.hpp include/osmium/memory/buffer.hpp include/osmium/memory/collection.hpp include/osmium/memory/item.hpp include/osmium/memory/item_iterator.hpp include/osmium/object_pointer_collection.hpp include/osmium/opl.hpp include/osmium/osm.hpp include/osmium/osm/area.hpp include/osmium/osm/box.hpp include/osmium/osm/changeset.hpp include/osmium/osm/crc.hpp include/osmium/osm/diff_object.hpp include/osmium/osm/entity.hpp include/osmium/osm/entity_bits.hpp include/osmium/osm/item_type.hpp include/osmium/osm/location.hpp include/osmium/osm/node.hpp include/osmium/osm/node_ref.hpp include/osmium/osm/node_ref_list.hpp include/osmium/osm/object.hpp include/osmium/osm/object_comparisons.hpp include/osmium/osm/relation.hpp include/osmium/osm/segment.hpp include/osmium/osm/tag.hpp include/osmium/osm/timestamp.hpp include/osmium/osm/types.hpp include/osmium/osm/types_from_string.hpp include/osmium/osm/undirected_segment.hpp include/osmium/osm/way.hpp include/osmium/relations/collector.hpp include/osmium/relations/detail/member_meta.hpp include/osmium/relations/detail/relation_meta.hpp include/osmium/tags/filter.hpp +include/osmium/tags/matcher.hpp include/osmium/tags/regex_filter.hpp include/osmium/tags/taglist.hpp +include/osmium/tags/tags_filter.hpp include/osmium/thread/function_wrapper.hpp include/osmium/thread/pool.hpp include/osmium/thread/queue.hpp include/osmium/thread/util.hpp include/osmium/util/cast.hpp include/osmium/util/compatibility.hpp include/osmium/util/config.hpp include/osmium/util/delta.hpp include/osmium/util/double.hpp include/osmium/util/endian.hpp include/osmium/util/endian.hpp.orig include/osmium/util/file.hpp include/osmium/util/iterator.hpp include/osmium/util/memory.hpp include/osmium/util/memory_mapping.hpp include/osmium/util/minmax.hpp include/osmium/util/misc.hpp include/osmium/util/options.hpp include/osmium/util/progress_bar.hpp include/osmium/util/string.hpp +include/osmium/util/string_matcher.hpp include/osmium/util/timer.hpp include/osmium/util/verbose_output.hpp include/osmium/version.hpp include/osmium/visitor.hpp include/protozero/byteswap.hpp include/protozero/config.hpp include/protozero/exception.hpp include/protozero/iterators.hpp include/protozero/pbf_builder.hpp include/protozero/pbf_message.hpp include/protozero/pbf_reader.hpp include/protozero/pbf_writer.hpp include/protozero/types.hpp include/protozero/varint.hpp include/protozero/version.hpp