diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 9029135f750c..984c6a67fa79 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -1,140 +1,142 @@ PORTNAME= mapnik DISTVERSIONPREFIX= v -DISTVERSION= 4.0.3 -PORTREVISION= 5 +DISTVERSION= 4.0.6 CATEGORIES= graphics geography +PATCH_SITES= https://github.com/mapnik/mapnik/commit/ +PATCHFILES= 102cf2b2c4b58d3540b3ff15c65ad90335f3a80d.patch:-p1 + MAINTAINER= hummeltech@sherpaguru.com COMMENT= Free Toolkit For Developing Mapping Applications WWW= http://www.mapnik.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu \ protozero>0:devel/protozero LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libicuuc.so:devel/icu RUN_DEPENDS= dejavu>0:x11-fonts/dejavu USE_GITHUB= yes GH_ACCOUNT= mapnik GH_PROJECT= mapnik GH_TUPLE= mapbox:geometry.hpp:c83a2ab:geometry_hpp/deps/mapbox/geometry \ mapbox:polylabel:51f09d0:polylabel/deps/mapbox/polylabel \ mapbox:variant:a2a4858:variant/deps/mapbox/variant \ catchorg:Catch2:v2.13.10:catch2/test/catch2 \ - mapnik:test-data:fd9ab43:test_data/test/data + mapnik:test-data:41c4cee:test_data/test/data -USES= compiler:c++17-lang cmake:testing gnome pkgconfig +USES= compiler:c++20-lang cmake:testing gnome pkgconfig USE_GNOME= libxml2 USE_LDCONFIG= yes CMAKE_ARGS= -DFONTS_INSTALL_DIR:PATH=share/fonts/dejavu CMAKE_ON= USE_EXTERNAL_MAPBOX_PROTOZERO OPTIONS_DEFINE= CAIRO DOCS JPEG PNG PROJ TIFF WEBP OPTIONS_DEFAULT= CAIRO JPEG PNG PROJ TIFF WEBP \ GDAL OGR PGRASTER POSTGIS SQLITE3 \ TESTING \ GEOMETRY_TO_WKB MAPNIK_INDEX MAPNIK_RENDER PGSQL2SQLITE SHAPEINDEX SVG2PNG OPTIONS_GROUP= INPUT TESTS UTILS OPTIONS_GROUP_INPUT= GDAL OGR PGRASTER POSTGIS SQLITE3 OPTIONS_GROUP_TESTS= BENCHMARK DEMO_CPP DEMO_VIEWER TESTING OPTIONS_GROUP_UTILS= GEOMETRY_TO_WKB MAPNIK_INDEX MAPNIK_RENDER OGRINDEX PGSQL2SQLITE SHAPEINDEX SVG2PNG OPTIONS_SUB= yes JPEG_CMAKE_BOOL= USE_JPEG JPEG_USES= jpeg PNG_CMAKE_BOOL= USE_PNG PNG_LIB_DEPENDS= libpng.so:graphics/png TIFF_CMAKE_BOOL= USE_TIFF TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff WEBP_CMAKE_BOOL= USE_WEBP WEBP_LIB_DEPENDS= libwebp.so:graphics/webp CAIRO_DESC= Enable cairo rendering PROJ_DESC= Enable PROJ support INPUT_DESC= Input plugins GDAL_DESC= GDAL input plugin OGR_DESC= OGR input plugin PGRASTER_DESC= PGraster input plugin POSTGIS_DESC= PostGIS input plugin SQLITE3_DESC= SQLite input plugin TESTS_DESC= Tests & Demos, etc. BENCHMARK_DESC= Benchmark project DEMO_CPP_DESC= Demo c++ application DEMO_VIEWER_DESC= Demo viewer TESTING_DESC= Tests UTILS_DESC= Utilities GEOMETRY_TO_WKB_DESC= geometry_to_wkb utility MAPNIK_INDEX_DESC= mapnik_index utility MAPNIK_RENDER_DESC= mapnik_render utility OGRINDEX_DESC= ogrindex utility (currently doesn't build) PGSQL2SQLITE_DESC= pgsql2sqlite utility SHAPEINDEX_DESC= shapeindex utility SVG2PNG_DESC= svg2png utility CAIRO_CMAKE_BOOL= USE_CAIRO CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo PROJ_CMAKE_BOOL= USE_PROJ PROJ_LIB_DEPENDS= libproj.so:graphics/proj GDAL_CMAKE_BOOL= USE_PLUGIN_INPUT_GDAL GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal OGR_CMAKE_BOOL= USE_PLUGIN_INPUT_OGR OGR_LIB_DEPENDS= libgdal.so:graphics/gdal PGRASTER_CMAKE_BOOL= USE_PLUGIN_INPUT_PGRASTER PGRASTER_USES= pgsql POSTGIS_CMAKE_BOOL= USE_PLUGIN_INPUT_POSTGIS POSTGIS_USES= pgsql SQLITE3_CMAKE_BOOL= USE_PLUGIN_INPUT_SQLITE SQLITE3_USES= sqlite:3 BENCHMARK_CMAKE_BOOL= BUILD_BENCHMARK DEMO_CPP_CMAKE_BOOL= BUILD_DEMO_CPP DEMO_VIEWER_CMAKE_BOOL= BUILD_DEMO_VIEWER TESTING_CMAKE_BOOL= BUILD_TESTING GEOMETRY_TO_WKB_CMAKE_BOOL= BUILD_UTILITY_GEOMETRY_TO_WKB MAPNIK_INDEX_CMAKE_BOOL= BUILD_UTILITY_MAPNIK_INDEX MAPNIK_RENDER_CMAKE_BOOL= BUILD_UTILITY_MAPNIK_RENDER OGRINDEX_CMAKE_BOOL= BUILD_UTILITY_OGRINDEX PGSQL2SQLITE_CMAKE_BOOL= BUILD_UTILITY_PGSQL2SQLITE SHAPEINDEX_CMAKE_BOOL= BUILD_UTILITY_SHAPEINDEX SVG2PNG_CMAKE_BOOL= BUILD_UTILITY_SVG2PNG pre-configure-SQLITE3-on: @if ! ${LOCALBASE}/bin/sqlite3 :memory: 'create virtual table foo using rtree(pkid, xmin, xmax, ymin, ymax)' > /dev/null 2>&1; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "The SQLite plugin requires libsqlite3 built with RTREE support"; \ ${ECHO_MSG} "Please, reinstall 'databases/sqlite3' port with R*Tree module enabled"; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi post-patch: @${REINPLACE_CMD} -e 's#GIT_REPOSITORY https://github.com/catchorg/Catch2.git#SOURCE_DIR ${WRKSRC}/test/catch2)#g' \ -e 's#GIT_TAG v2.13.7)##g' \ ${WRKSRC}/test/CMakeLists.txt post-install: @${RM} -r ${STAGEDIR}${PREFIX}/share/fonts @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mapnik/input/*.input post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS.md CHANGELOG.md CODE_OF_CONDUCT.md INSTALL.md README.md ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/docs @cd ${WRKSRC} && ${INSTALL_DATA} docs/* ${STAGEDIR}${DOCSDIR}/docs .include diff --git a/graphics/mapnik/distinfo b/graphics/mapnik/distinfo index 4cae4d89ff97..5a53ab9081a8 100644 --- a/graphics/mapnik/distinfo +++ b/graphics/mapnik/distinfo @@ -1,13 +1,15 @@ -TIMESTAMP = 1731379430 -SHA256 (mapnik-mapnik-v4.0.3_GH0.tar.gz) = 01d825c2b2b5829d95b308245771d41302ad23523a14a57d073c9f64934548de -SIZE (mapnik-mapnik-v4.0.3_GH0.tar.gz) = 13234370 +TIMESTAMP = 1743580226 +SHA256 (mapnik-mapnik-v4.0.6_GH0.tar.gz) = 436093fa46e5c183f7e3c5f0bdf3b852055a7b0932aafda641e8791d19115acf +SIZE (mapnik-mapnik-v4.0.6_GH0.tar.gz) = 13234643 SHA256 (mapbox-geometry.hpp-c83a2ab_GH0.tar.gz) = 676c7490fa7cdba26f45fc6b3932dc04bec110f75d660493a7c31d5b0d86e923 SIZE (mapbox-geometry.hpp-c83a2ab_GH0.tar.gz) = 17450 SHA256 (mapbox-polylabel-51f09d0_GH0.tar.gz) = f060f7bce356379137cc9f9a7f3f94a00c3b456f8da4e230933bcfcd2f8210a3 SIZE (mapbox-polylabel-51f09d0_GH0.tar.gz) = 43435 SHA256 (mapbox-variant-a2a4858_GH0.tar.gz) = e999758dd6f01bf15d176e5781aef17beb729e732559d67d0dac198858b657ed SIZE (mapbox-variant-a2a4858_GH0.tar.gz) = 128909 SHA256 (catchorg-Catch2-v2.13.10_GH0.tar.gz) = d54a712b7b1d7708bc7a819a8e6e47b2fde9536f487b89ccbca295072a7d9943 SIZE (catchorg-Catch2-v2.13.10_GH0.tar.gz) = 662225 -SHA256 (mapnik-test-data-fd9ab43_GH0.tar.gz) = cb1d5add7a7a83eef5f3e54781bd889afc24c44a5abf77cc421cab3530968ba8 -SIZE (mapnik-test-data-fd9ab43_GH0.tar.gz) = 14062753 +SHA256 (mapnik-test-data-41c4cee_GH0.tar.gz) = 17f5645fad13b8d3296cae50caca9907effefccb1d5d335c446a5d2a55f99c04 +SIZE (mapnik-test-data-41c4cee_GH0.tar.gz) = 14062987 +SHA256 (102cf2b2c4b58d3540b3ff15c65ad90335f3a80d.patch) = bd2a12e6c67e3c0eda145c198d7a9ce6b18e4b88774a6edb6dc323a326227c66 +SIZE (102cf2b2c4b58d3540b3ff15c65ad90335f3a80d.patch) = 1801 diff --git a/graphics/mapnik/pkg-plist b/graphics/mapnik/pkg-plist index 38c003c36ab4..4f03b0420dd7 100644 --- a/graphics/mapnik/pkg-plist +++ b/graphics/mapnik/pkg-plist @@ -1,576 +1,576 @@ bin/geometry_to_wkb bin/mapnik-index bin/mapnik-render bin/pgsql2sqlite bin/shapeindex bin/svg2png include/mapbox/feature.hpp include/mapbox/geometry.hpp include/mapbox/geometry/box.hpp include/mapbox/geometry/empty.hpp include/mapbox/geometry/envelope.hpp include/mapbox/geometry/for_each_point.hpp include/mapbox/geometry/geometry.hpp include/mapbox/geometry/line_string.hpp include/mapbox/geometry/multi_line_string.hpp include/mapbox/geometry/multi_point.hpp include/mapbox/geometry/multi_polygon.hpp include/mapbox/geometry/point.hpp include/mapbox/geometry/point_arithmetic.hpp include/mapbox/geometry/polygon.hpp include/mapbox/geometry_io.hpp include/mapbox/optional.hpp include/mapbox/polylabel.hpp include/mapbox/recursive_wrapper.hpp include/mapbox/variant.hpp include/mapbox/variant_cast.hpp include/mapbox/variant_io.hpp include/mapbox/variant_visitor.hpp include/mapnik/adaptive_smooth.hpp include/mapnik/agg/agg_alpha_mask_u8.h include/mapnik/agg/agg_arc.h include/mapnik/agg/agg_array.h include/mapnik/agg/agg_arrowhead.h include/mapnik/agg/agg_basics.h include/mapnik/agg/agg_bezier_arc.h include/mapnik/agg/agg_bitset_iterator.h include/mapnik/agg/agg_blur.h include/mapnik/agg/agg_bounding_rect.h include/mapnik/agg/agg_bspline.h include/mapnik/agg/agg_clip_liang_barsky.h include/mapnik/agg/agg_color_gray.h include/mapnik/agg/agg_color_rgba.h include/mapnik/agg/agg_config.h include/mapnik/agg/agg_conv_adaptor_vcgen.h include/mapnik/agg/agg_conv_adaptor_vpgen.h include/mapnik/agg/agg_conv_bspline.h include/mapnik/agg/agg_conv_clip_polygon.h include/mapnik/agg/agg_conv_clip_polyline.h include/mapnik/agg/agg_conv_close_polygon.h include/mapnik/agg/agg_conv_concat.h include/mapnik/agg/agg_conv_contour.h include/mapnik/agg/agg_conv_curve.h include/mapnik/agg/agg_conv_dash.h include/mapnik/agg/agg_conv_gpc.h include/mapnik/agg/agg_conv_marker.h include/mapnik/agg/agg_conv_marker_adaptor.h include/mapnik/agg/agg_conv_offset.h include/mapnik/agg/agg_conv_segmentator.h include/mapnik/agg/agg_conv_shorten_path.h include/mapnik/agg/agg_conv_smooth_poly1.h include/mapnik/agg/agg_conv_stroke.h include/mapnik/agg/agg_conv_transform.h include/mapnik/agg/agg_conv_unclose_polygon.h include/mapnik/agg/agg_curves.h include/mapnik/agg/agg_dda_line.h include/mapnik/agg/agg_ellipse.h include/mapnik/agg/agg_ellipse_bresenham.h include/mapnik/agg/agg_embedded_raster_fonts.h include/mapnik/agg/agg_font_cache_manager.h include/mapnik/agg/agg_gamma_functions.h include/mapnik/agg/agg_gamma_lut.h include/mapnik/agg/agg_glyph_raster_bin.h include/mapnik/agg/agg_gradient_lut.h include/mapnik/agg/agg_gsv_text.h include/mapnik/agg/agg_image_accessors.h include/mapnik/agg/agg_image_filters.h include/mapnik/agg/agg_line_aa_basics.h include/mapnik/agg/agg_math.h include/mapnik/agg/agg_math_stroke.h include/mapnik/agg/agg_path_length.h include/mapnik/agg/agg_path_storage.h include/mapnik/agg/agg_path_storage_integer.h include/mapnik/agg/agg_pattern_filters_rgba.h include/mapnik/agg/agg_pixfmt_amask_adaptor.h include/mapnik/agg/agg_pixfmt_base.h include/mapnik/agg/agg_pixfmt_gray.h include/mapnik/agg/agg_pixfmt_rgb.h include/mapnik/agg/agg_pixfmt_rgb_packed.h include/mapnik/agg/agg_pixfmt_rgba.h include/mapnik/agg/agg_pixfmt_transposer.h include/mapnik/agg/agg_rasterizer_cells_aa.h include/mapnik/agg/agg_rasterizer_compound_aa.h include/mapnik/agg/agg_rasterizer_outline.h include/mapnik/agg/agg_rasterizer_outline_aa.h include/mapnik/agg/agg_rasterizer_scanline_aa.h include/mapnik/agg/agg_rasterizer_sl_clip.h include/mapnik/agg/agg_renderer_base.h include/mapnik/agg/agg_renderer_markers.h include/mapnik/agg/agg_renderer_mclip.h include/mapnik/agg/agg_renderer_outline_aa.h include/mapnik/agg/agg_renderer_outline_image.h include/mapnik/agg/agg_renderer_primitives.h include/mapnik/agg/agg_renderer_raster_text.h include/mapnik/agg/agg_renderer_scanline.h include/mapnik/agg/agg_rendering_buffer.h include/mapnik/agg/agg_rendering_buffer_dynarow.h include/mapnik/agg/agg_rounded_rect.h include/mapnik/agg/agg_scanline_bin.h include/mapnik/agg/agg_scanline_boolean_algebra.h include/mapnik/agg/agg_scanline_p.h include/mapnik/agg/agg_scanline_storage_aa.h include/mapnik/agg/agg_scanline_storage_bin.h include/mapnik/agg/agg_scanline_u.h include/mapnik/agg/agg_shorten_path.h include/mapnik/agg/agg_simul_eq.h include/mapnik/agg/agg_span_allocator.h include/mapnik/agg/agg_span_converter.h include/mapnik/agg/agg_span_gouraud.h include/mapnik/agg/agg_span_gouraud_gray.h include/mapnik/agg/agg_span_gouraud_rgba.h include/mapnik/agg/agg_span_gradient.h include/mapnik/agg/agg_span_gradient_alpha.h include/mapnik/agg/agg_span_image_filter.h include/mapnik/agg/agg_span_image_filter_gray.h include/mapnik/agg/agg_span_image_filter_rgb.h include/mapnik/agg/agg_span_image_filter_rgba.h include/mapnik/agg/agg_span_interpolator_adaptor.h include/mapnik/agg/agg_span_interpolator_linear.h include/mapnik/agg/agg_span_interpolator_persp.h include/mapnik/agg/agg_span_interpolator_trans.h include/mapnik/agg/agg_span_pattern_gray.h include/mapnik/agg/agg_span_pattern_rgb.h include/mapnik/agg/agg_span_pattern_rgba.h include/mapnik/agg/agg_span_solid.h include/mapnik/agg/agg_span_subdiv_adaptor.h include/mapnik/agg/agg_trans_affine.h include/mapnik/agg/agg_trans_bilinear.h include/mapnik/agg/agg_trans_double_path.h include/mapnik/agg/agg_trans_lens.h include/mapnik/agg/agg_trans_perspective.h include/mapnik/agg/agg_trans_single_path.h include/mapnik/agg/agg_trans_viewport.h include/mapnik/agg/agg_trans_warp_magnifier.h include/mapnik/agg/agg_vcgen_bspline.h include/mapnik/agg/agg_vcgen_contour.h include/mapnik/agg/agg_vcgen_dash.h include/mapnik/agg/agg_vcgen_markers_term.h include/mapnik/agg/agg_vcgen_smooth_poly1.h include/mapnik/agg/agg_vcgen_stroke.h include/mapnik/agg/agg_vcgen_vertex_sequence.h include/mapnik/agg/agg_vertex_sequence.h include/mapnik/agg/agg_vpgen_clip_polygon.h include/mapnik/agg/agg_vpgen_clip_polyline.h include/mapnik/agg/agg_vpgen_segmentator.h include/mapnik/agg/render_polygon_pattern.hpp include/mapnik/agg_helpers.hpp include/mapnik/agg_pattern_source.hpp include/mapnik/agg_rasterizer.hpp include/mapnik/agg_render_marker.hpp include/mapnik/agg_renderer.hpp include/mapnik/attribute.hpp include/mapnik/attribute_collector.hpp include/mapnik/attribute_descriptor.hpp include/mapnik/boolean.hpp include/mapnik/boost_spirit_instantiate.hpp include/mapnik/cairo/cairo_context.hpp include/mapnik/cairo/cairo_image_util.hpp include/mapnik/cairo/cairo_render_vector.hpp include/mapnik/cairo/cairo_renderer.hpp include/mapnik/cairo/render_polygon_pattern.hpp include/mapnik/cairo_io.hpp include/mapnik/color.hpp include/mapnik/color_factory.hpp include/mapnik/config.hpp include/mapnik/config_error.hpp include/mapnik/coord.hpp include/mapnik/css/css_color_grammar_x3.hpp include/mapnik/css/css_color_grammar_x3_def.hpp include/mapnik/css/css_grammar_x3.hpp include/mapnik/css/css_grammar_x3_def.hpp include/mapnik/css/css_unit_value.hpp include/mapnik/csv/csv_grammar_x3.hpp include/mapnik/csv/csv_grammar_x3_def.hpp include/mapnik/csv/csv_types.hpp include/mapnik/datasource.hpp include/mapnik/datasource_cache.hpp include/mapnik/datasource_geometry_type.hpp include/mapnik/datasource_plugin.hpp include/mapnik/debug.hpp include/mapnik/enumeration.hpp include/mapnik/evaluate_global_attributes.hpp include/mapnik/expression.hpp include/mapnik/expression_evaluator.hpp include/mapnik/expression_grammar_x3.hpp include/mapnik/expression_grammar_x3_config.hpp include/mapnik/expression_grammar_x3_def.hpp include/mapnik/expression_node.hpp include/mapnik/expression_node_types.hpp include/mapnik/expression_string.hpp include/mapnik/extend_converter.hpp include/mapnik/factory.hpp include/mapnik/feature.hpp include/mapnik/feature_factory.hpp include/mapnik/feature_kv_iterator.hpp include/mapnik/feature_layer_desc.hpp include/mapnik/feature_style_processor.hpp include/mapnik/feature_style_processor_context.hpp include/mapnik/feature_style_processor_impl.hpp include/mapnik/feature_type_style.hpp include/mapnik/featureset.hpp include/mapnik/filesystem.hpp include/mapnik/filter_featureset.hpp include/mapnik/font_engine_freetype.hpp include/mapnik/font_set.hpp include/mapnik/function_call.hpp include/mapnik/geom_util.hpp include/mapnik/geometry.hpp include/mapnik/geometry/boost_adapters.hpp include/mapnik/geometry/boost_spirit_karma_adapter.hpp include/mapnik/geometry/box2d.hpp include/mapnik/geometry/box2d_impl.hpp include/mapnik/geometry/centroid.hpp include/mapnik/geometry/closest_point.hpp include/mapnik/geometry/correct.hpp include/mapnik/geometry/envelope.hpp include/mapnik/geometry/envelope_impl.hpp include/mapnik/geometry/fusion_adapted.hpp include/mapnik/geometry/geometry_type.hpp include/mapnik/geometry/geometry_types.hpp include/mapnik/geometry/interior.hpp include/mapnik/geometry/is_empty.hpp include/mapnik/geometry/is_simple.hpp include/mapnik/geometry/is_valid.hpp include/mapnik/geometry/line_string.hpp include/mapnik/geometry/multi_line_string.hpp include/mapnik/geometry/multi_point.hpp include/mapnik/geometry/multi_polygon.hpp include/mapnik/geometry/point.hpp include/mapnik/geometry/polygon.hpp include/mapnik/geometry/polygon_vertex_processor.hpp include/mapnik/geometry/polylabel.hpp include/mapnik/geometry/remove_empty.hpp include/mapnik/geometry/reprojection.hpp include/mapnik/geometry/reprojection_impl.hpp include/mapnik/geometry/strategy.hpp include/mapnik/geometry/to_path.hpp include/mapnik/geometry/transform.hpp include/mapnik/global.hpp include/mapnik/gradient.hpp include/mapnik/grid/grid.hpp include/mapnik/grid/grid_pixel.hpp include/mapnik/grid/grid_pixfmt.hpp include/mapnik/grid/grid_rasterizer.hpp include/mapnik/grid/grid_render_marker.hpp include/mapnik/grid/grid_renderer.hpp include/mapnik/grid/grid_renderer_base.hpp include/mapnik/grid/grid_rendering_buffer.hpp include/mapnik/grid/grid_view.hpp include/mapnik/grid_vertex_converter.hpp include/mapnik/group/group_layout.hpp include/mapnik/group/group_layout_manager.hpp include/mapnik/group/group_rule.hpp include/mapnik/group/group_symbolizer_helper.hpp include/mapnik/group/group_symbolizer_properties.hpp include/mapnik/hextree.hpp include/mapnik/hit_test_filter.hpp include/mapnik/image.hpp include/mapnik/image_any.hpp include/mapnik/image_compositing.hpp include/mapnik/image_copy.hpp include/mapnik/image_filter.hpp include/mapnik/image_filter_grammar_x3.hpp include/mapnik/image_filter_grammar_x3_def.hpp include/mapnik/image_filter_types.hpp include/mapnik/image_impl.hpp include/mapnik/image_null.hpp include/mapnik/image_options.hpp include/mapnik/image_reader.hpp include/mapnik/image_scaling.hpp include/mapnik/image_scaling_traits.hpp include/mapnik/image_util.hpp include/mapnik/image_util_jpeg.hpp include/mapnik/image_util_png.hpp include/mapnik/image_util_tiff.hpp include/mapnik/image_util_webp.hpp include/mapnik/image_view.hpp include/mapnik/image_view_any.hpp include/mapnik/image_view_impl.hpp include/mapnik/image_view_null.hpp include/mapnik/jpeg_io.hpp include/mapnik/json/attribute_value_visitor.hpp include/mapnik/json/create_feature.hpp include/mapnik/json/create_geometry.hpp include/mapnik/json/extract_bounding_boxes_x3.hpp include/mapnik/json/extract_bounding_boxes_x3_config.hpp include/mapnik/json/feature_generator_grammar.hpp include/mapnik/json/feature_generator_grammar_impl.hpp include/mapnik/json/feature_grammar_x3.hpp include/mapnik/json/feature_grammar_x3_def.hpp include/mapnik/json/feature_parser.hpp include/mapnik/json/generic_json_grammar_x3.hpp include/mapnik/json/generic_json_grammar_x3_def.hpp include/mapnik/json/geojson_grammar_x3.hpp include/mapnik/json/geojson_grammar_x3_def.hpp include/mapnik/json/geometry_generator_grammar.hpp include/mapnik/json/geometry_generator_grammar_impl.hpp include/mapnik/json/geometry_parser.hpp include/mapnik/json/json_grammar_config.hpp include/mapnik/json/json_value.hpp include/mapnik/json/parse_feature.hpp include/mapnik/json/positions_grammar_x3.hpp include/mapnik/json/positions_grammar_x3_def.hpp include/mapnik/json/positions_x3.hpp include/mapnik/json/properties_generator_grammar.hpp include/mapnik/json/properties_generator_grammar_impl.hpp include/mapnik/json/stringifier.hpp include/mapnik/json/topojson_grammar_x3.hpp include/mapnik/json/topojson_grammar_x3_def.hpp include/mapnik/json/topojson_utils.hpp include/mapnik/json/topology.hpp include/mapnik/json/unicode_string_grammar_x3.hpp include/mapnik/json/unicode_string_grammar_x3_def.hpp include/mapnik/json/value_converters.hpp include/mapnik/label_collision_detector.hpp include/mapnik/layer.hpp include/mapnik/load_map.hpp include/mapnik/map.hpp include/mapnik/mapnik.hpp include/mapnik/mapped_memory_cache.hpp include/mapnik/marker.hpp include/mapnik/marker_cache.hpp include/mapnik/marker_helpers.hpp include/mapnik/markers_placement.hpp include/mapnik/markers_placements/basic.hpp include/mapnik/markers_placements/interior.hpp include/mapnik/markers_placements/line.hpp include/mapnik/markers_placements/point.hpp include/mapnik/markers_placements/polylabel.hpp include/mapnik/markers_placements/vertex_first.hpp include/mapnik/markers_placements/vertex_last.hpp include/mapnik/memory_datasource.hpp include/mapnik/memory_featureset.hpp include/mapnik/octree.hpp include/mapnik/offset_converter.hpp include/mapnik/palette.hpp include/mapnik/params.hpp include/mapnik/params_impl.hpp include/mapnik/parse_path.hpp include/mapnik/path.hpp include/mapnik/path_expression.hpp include/mapnik/path_expression_grammar_x3.hpp include/mapnik/path_expression_grammar_x3_def.hpp include/mapnik/pixel_position.hpp include/mapnik/pixel_types.hpp include/mapnik/plugin.hpp include/mapnik/png_io.hpp include/mapnik/pool.hpp include/mapnik/proj_strategy.hpp include/mapnik/proj_transform.hpp include/mapnik/proj_transform_cache.hpp include/mapnik/projection.hpp include/mapnik/ptree_helpers.hpp include/mapnik/quad_tree.hpp include/mapnik/query.hpp include/mapnik/raster.hpp include/mapnik/raster_colorizer.hpp include/mapnik/renderer_common.hpp include/mapnik/renderer_common/apply_vertex_converter.hpp include/mapnik/renderer_common/clipping_extent.hpp include/mapnik/renderer_common/pattern_alignment.hpp include/mapnik/renderer_common/process_building_symbolizer.hpp include/mapnik/renderer_common/process_point_symbolizer.hpp include/mapnik/renderer_common/process_polygon_symbolizer.hpp include/mapnik/renderer_common/process_raster_symbolizer.hpp include/mapnik/renderer_common/render_group_symbolizer.hpp include/mapnik/renderer_common/render_markers_symbolizer.hpp include/mapnik/renderer_common/render_pattern.hpp include/mapnik/renderer_common/render_thunk.hpp include/mapnik/renderer_common/render_thunk_extractor.hpp include/mapnik/request.hpp include/mapnik/rule.hpp include/mapnik/rule_cache.hpp include/mapnik/safe_cast.hpp include/mapnik/save_map.hpp include/mapnik/scale_denominator.hpp include/mapnik/simplify.hpp include/mapnik/simplify_converter.hpp include/mapnik/span_image_filter.hpp include/mapnik/sparsehash/dense_hash_map include/mapnik/sparsehash/internal/densehashtable.h include/mapnik/sparsehash/internal/hashtable-common.h include/mapnik/sparsehash/internal/libc_allocator_with_realloc.h include/mapnik/sparsehash/internal/sparseconfig.h include/mapnik/sparsehash/template_util.h include/mapnik/sparsehash/type_traits.h include/mapnik/sql_utils.hpp include/mapnik/sse.hpp include/mapnik/stringify_macro.hpp include/mapnik/svg/geometry_svg_generator.hpp include/mapnik/svg/geometry_svg_generator_impl.hpp include/mapnik/svg/output/svg_generator.hpp include/mapnik/svg/output/svg_output_attributes.hpp include/mapnik/svg/output/svg_output_grammars.hpp include/mapnik/svg/output/svg_output_grammars_impl.hpp include/mapnik/svg/output/svg_path_iterator.hpp include/mapnik/svg/output/svg_renderer.hpp include/mapnik/svg/svg_bounding_box.hpp include/mapnik/svg/svg_converter.hpp include/mapnik/svg/svg_grammar_config_x3.hpp include/mapnik/svg/svg_group.hpp include/mapnik/svg/svg_parser.hpp include/mapnik/svg/svg_parser_exception.hpp include/mapnik/svg/svg_path_adapter.hpp include/mapnik/svg/svg_path_attributes.hpp include/mapnik/svg/svg_path_commands.hpp include/mapnik/svg/svg_path_grammar_x3.hpp include/mapnik/svg/svg_path_grammar_x3_def.hpp include/mapnik/svg/svg_path_parser.hpp include/mapnik/svg/svg_renderer_agg.hpp include/mapnik/svg/svg_storage.hpp include/mapnik/svg/svg_transform_grammar_x3.hpp include/mapnik/svg/svg_transform_grammar_x3_def.hpp include/mapnik/symbolizer.hpp include/mapnik/symbolizer_base.hpp include/mapnik/symbolizer_default_values.hpp include/mapnik/symbolizer_dispatch.hpp include/mapnik/symbolizer_enumerations.hpp include/mapnik/symbolizer_hash.hpp include/mapnik/symbolizer_keys.hpp include/mapnik/symbolizer_utils.hpp include/mapnik/text/color_font_renderer.hpp include/mapnik/text/evaluated_format_properties_ptr.hpp include/mapnik/text/face.hpp include/mapnik/text/font_feature_settings.hpp include/mapnik/text/font_library.hpp include/mapnik/text/formatting/base.hpp include/mapnik/text/formatting/format.hpp include/mapnik/text/formatting/layout.hpp include/mapnik/text/formatting/list.hpp include/mapnik/text/formatting/registry.hpp include/mapnik/text/formatting/text.hpp include/mapnik/text/glyph_info.hpp include/mapnik/text/glyph_positions.hpp include/mapnik/text/harfbuzz_shaper.hpp include/mapnik/text/icu_shaper.hpp include/mapnik/text/itemizer.hpp include/mapnik/text/placement_finder.hpp include/mapnik/text/placement_finder_impl.hpp include/mapnik/text/placements/base.hpp include/mapnik/text/placements/dummy.hpp include/mapnik/text/placements/list.hpp include/mapnik/text/placements/registry.hpp include/mapnik/text/placements/simple.hpp include/mapnik/text/properties_util.hpp include/mapnik/text/renderer.hpp include/mapnik/text/scrptrun.hpp include/mapnik/text/symbolizer_helpers.hpp include/mapnik/text/text_layout.hpp include/mapnik/text/text_line.hpp include/mapnik/text/text_properties.hpp include/mapnik/tiff_io.hpp include/mapnik/timer.hpp include/mapnik/tolerance_iterator.hpp include/mapnik/transform/parse_transform.hpp include/mapnik/transform/transform_expression.hpp include/mapnik/transform/transform_expression_grammar_x3.hpp include/mapnik/transform/transform_expression_grammar_x3_def.hpp include/mapnik/transform/transform_processor.hpp include/mapnik/transform_path_adapter.hpp include/mapnik/unicode.hpp include/mapnik/util/char_array_buffer.hpp include/mapnik/util/const_rendering_buffer.hpp include/mapnik/util/container_adapter.hpp include/mapnik/util/conversions.hpp include/mapnik/util/dasharray_parser.hpp include/mapnik/util/feature_to_geojson.hpp include/mapnik/util/featureset_buffer.hpp include/mapnik/util/file_io.hpp include/mapnik/util/from_u8string.hpp include/mapnik/util/fs.hpp include/mapnik/util/geometry_to_ds_type.hpp include/mapnik/util/geometry_to_geojson.hpp include/mapnik/util/geometry_to_svg.hpp include/mapnik/util/geometry_to_wkb.hpp include/mapnik/util/geometry_to_wkt.hpp include/mapnik/util/hsl.hpp include/mapnik/util/is_clockwise.hpp include/mapnik/util/mapped_memory_file.hpp include/mapnik/util/math.hpp include/mapnik/util/name_to_int.hpp include/mapnik/util/noncopyable.hpp include/mapnik/util/path_iterator.hpp include/mapnik/util/rounding_cast.hpp include/mapnik/util/singleton.hpp include/mapnik/util/spatial_index.hpp include/mapnik/util/timer.hpp include/mapnik/util/trim.hpp include/mapnik/util/utf_conv_win.hpp include/mapnik/util/variant.hpp include/mapnik/util/variant_io.hpp include/mapnik/value.hpp include/mapnik/value/error.hpp include/mapnik/value/hash.hpp include/mapnik/value/types.hpp include/mapnik/version.hpp include/mapnik/vertex.hpp include/mapnik/vertex_adapters.hpp include/mapnik/vertex_cache.hpp include/mapnik/vertex_converters.hpp include/mapnik/vertex_processor.hpp include/mapnik/vertex_vector.hpp include/mapnik/view_strategy.hpp include/mapnik/view_transform.hpp include/mapnik/warning.hpp include/mapnik/warning_ignore.hpp include/mapnik/warning_ignore_agg.hpp include/mapnik/warp.hpp include/mapnik/webp_io.hpp include/mapnik/well_known_srs.hpp include/mapnik/wkb.hpp include/mapnik/wkt/wkt_factory.hpp include/mapnik/wkt/wkt_generator_grammar.hpp include/mapnik/wkt/wkt_generator_grammar_impl.hpp include/mapnik/wkt/wkt_grammar_x3.hpp include/mapnik/wkt/wkt_grammar_x3_def.hpp include/mapnik/xml_attribute_cast.hpp include/mapnik/xml_loader.hpp include/mapnik/xml_node.hpp include/mapnik/xml_tree.hpp lib/cmake/mapnik/mapnikConfig.cmake lib/cmake/mapnik/mapnikConfigVersion.cmake lib/cmake/mapnik/mapnikPlugins-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikTargets.cmake lib/cmake/mapnik/mapnikUtilityTargets_geometry_to_wkb-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikUtilityTargets_geometry_to_wkb.cmake lib/cmake/mapnik/mapnikUtilityTargets_mapnik-index-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikUtilityTargets_mapnik-index.cmake lib/cmake/mapnik/mapnikUtilityTargets_mapnik-render-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikUtilityTargets_mapnik-render.cmake lib/cmake/mapnik/mapnikUtilityTargets_pgsql2sqlite-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikUtilityTargets_pgsql2sqlite.cmake lib/cmake/mapnik/mapnikUtilityTargets_shapeindex-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikUtilityTargets_shapeindex.cmake lib/cmake/mapnik/mapnikUtilityTargets_svg2png-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mapnik/mapnikUtilityTargets_svg2png.cmake lib/libmapnik.so lib/libmapnik.so.4.0 -lib/libmapnik.so.4.0.3 +lib/libmapnik.so.4.0.6 lib/libmapnikjson.a lib/libmapnikwkt.a lib/mapnik/input/csv.input lib/mapnik/input/gdal.input lib/mapnik/input/geobuf.input lib/mapnik/input/geojson.input lib/mapnik/input/ogr.input lib/mapnik/input/pgraster.input lib/mapnik/input/postgis.input lib/mapnik/input/raster.input lib/mapnik/input/shape.input lib/mapnik/input/sqlite.input lib/mapnik/input/topojson.input libdata/pkgconfig/libmapnik.pc libdata/pkgconfig/libmapnikjson.pc libdata/pkgconfig/libmapnikwkt.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md %%PORTDOCS%%%%DOCSDIR%%/CODE_OF_CONDUCT.md %%PORTDOCS%%%%DOCSDIR%%/INSTALL.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/docs/cmake-usage.md %%PORTDOCS%%%%DOCSDIR%%/docs/contributing.md %%PORTDOCS%%%%DOCSDIR%%/docs/design.md %%PORTDOCS%%%%DOCSDIR%%/docs/textrendering.gv %%PORTDOCS%%%%DOCSDIR%%/docs/textrendering.png %%PORTDOCS%%%%DOCSDIR%%/docs/textrendering.svg