View | Details | Raw Unified | Return to bug 237016
Collapse All | Expand All

(-)b/graphics/mapnik/Makefile (-12 / +11 lines)
Lines 2-16 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mapnik
4
PORTNAME=	mapnik
5
PORTVERSION=	3.0.9
6
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
7
PORTREVISION=	30
6
DISTVERSION=	3.0.12-1078
7
DISTVERSIONSUFFIX=	-g538eb2026
8
CATEGORIES=	graphics geography
8
CATEGORIES=	graphics geography
9
MASTER_SITES=	http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/
10
11
PATCH_SITES=	https://github.com/mapnik/mapnik/commit/
12
PATCHFILES=	1ddfe6c31548.patch:-p1
13
PATCHFILES+=	c067eb7eec32.patch:-p1
14
9
15
MAINTAINER=	littlesavage@rambler.ru
10
MAINTAINER=	littlesavage@rambler.ru
16
COMMENT=	Free Toolkit For Developing Mapping Applications
11
COMMENT=	Free Toolkit For Developing Mapping Applications
Lines 18-26 COMMENT= Free Toolkit For Developing Mapping Applications Link Here
18
LICENSE=	LGPL21+
13
LICENSE=	LGPL21+
19
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
20
15
21
BROKEN=		fails to build with boost 1.70, see bug 237016
22
DEPRECATED=	Broken for more than 8 months
23
EXPIRATION_DATE=	2020-01-10
24
BROKEN_powerpc=		fails to install: runs out of virtual memory
16
BROKEN_powerpc=		fails to install: runs out of virtual memory
25
17
26
LIB_DEPENDS=	libicuuc.so:devel/icu \
18
LIB_DEPENDS=	libicuuc.so:devel/icu \
Lines 28-43 LIB_DEPENDS= libicuuc.so:devel/icu \ Link Here
28
		libfreetype.so:print/freetype2 \
20
		libfreetype.so:print/freetype2 \
29
		libharfbuzz.so:print/harfbuzz
21
		libharfbuzz.so:print/harfbuzz
30
22
31
USES=		compiler:c++11-lib gnome pkgconfig python scons tar:bzip2
23
USES=		compiler:c++14-lang gnome pkgconfig python scons tar:bzip2
24
USE_GITHUB=	yes
32
USE_GNOME=	libxml2
25
USE_GNOME=	libxml2
33
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
GH_TUPLE=	mapnik:test-data:v3.0.13-28-gc3982b7:test_data/test/data \
28
		mapnik:test-data-visual:v3.0.13-90-g901ee22:test_data_visual/test/data-visual \
29
		mapbox:variant:v1.1.5-55-g0f734f0:variant/deps/mapbox/variant \
30
		mapbox:geometry.hpp:v1.0.0:geometry/deps/mapbox/geometry \
31
		mapbox:protozero:v1.6.4:protozero/deps/mapbox/protozero \
32
		mapbox:polylabel:v1.0.3-4-g23f6a76:polylabel/deps/mapbox/polylabel
34
MAKE_ARGS=	INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" \
33
MAKE_ARGS=	INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" \
35
		CUSTOM_CFLAGS="${CFLAGS}" CUSTOM_CXXFLAGS="${CXXFLAGS}" \
34
		CUSTOM_CFLAGS="${CFLAGS}" CUSTOM_CXXFLAGS="${CXXFLAGS}" \
36
		CUSTOM_LDFLAGS="${LDFLAGS}"
35
		CUSTOM_LDFLAGS="${LDFLAGS}"
37
36
38
PORTDOCS=	*
37
PORTDOCS=	*
39
38
40
INPUT_PLUGINS=	csv raster shape geojson topojson
39
INPUT_PLUGINS=	csv raster shape geobuf geojson topojson
41
40
42
OPTIONS_DEFINE=	DOCS CAIRO JPEG PNG TIFF WEBP PROJ
41
OPTIONS_DEFINE=	DOCS CAIRO JPEG PNG TIFF WEBP PROJ
43
OPTIONS_DEFAULT=CAIRO GDAL OGR POSTGIS PGRASTER SQLITE3 JPEG PNG TIFF PROJ WEBP
42
OPTIONS_DEFAULT=CAIRO GDAL OGR POSTGIS PGRASTER SQLITE3 JPEG PNG TIFF PROJ WEBP
(-)b/graphics/mapnik/distinfo (-7 / +15 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1448548335
1
TIMESTAMP = 1576256861
2
SHA256 (mapnik-v3.0.9.tar.bz2) = 3a3f67532b05f8a527a5bab32effd7dd5aa59165c7e24505268f6d827955d3da
2
SHA256 (mapnik-mapnik-v3.0.12-1078-g538eb2026_GH0.tar.gz) = 9915b452832464f79fbd0d5a6f628b0d4194fae2d49983173f29bb2fcb2a3a43
3
SIZE (mapnik-v3.0.9.tar.bz2) = 75213927
3
SIZE (mapnik-mapnik-v3.0.12-1078-g538eb2026_GH0.tar.gz) = 10518098
4
SHA256 (1ddfe6c31548.patch) = fab754996485dc607108a4fd69d0df82414928eb5a210b329a84f47e90da0c8a
4
SHA256 (mapnik-test-data-v3.0.13-28-gc3982b7_GH0.tar.gz) = ba40463362981d27d181367372201a5d80388488a6c7c4b9684d29ca5ce45a9b
5
SIZE (1ddfe6c31548.patch) = 2148
5
SIZE (mapnik-test-data-v3.0.13-28-gc3982b7_GH0.tar.gz) = 13926749
6
SHA256 (c067eb7eec32.patch) = ac00d86197bba3ea5d6f72d23ea336412effd29ce779cedd8acafbcc563b81dc
6
SHA256 (mapnik-test-data-visual-v3.0.13-90-g901ee22_GH0.tar.gz) = 08b38f2534f4322647250fa813c473c21d616868ae901c8374f7bd668f789c1e
7
SIZE (c067eb7eec32.patch) = 2405
7
SIZE (mapnik-test-data-visual-v3.0.13-90-g901ee22_GH0.tar.gz) = 142327876
8
SHA256 (mapbox-variant-v1.1.5-55-g0f734f0_GH0.tar.gz) = e198efd6851a4e4eae0cbc4fda4677030490d91e4e54af4c1c2cbacb01e7439e
9
SIZE (mapbox-variant-v1.1.5-55-g0f734f0_GH0.tar.gz) = 124752
10
SHA256 (mapbox-geometry.hpp-v1.0.0_GH0.tar.gz) = d871630f4ebe7b4270fa074d4a22213cad05d9fca79491dbf5a8fef5bb34893b
11
SIZE (mapbox-geometry.hpp-v1.0.0_GH0.tar.gz) = 17449
12
SHA256 (mapbox-protozero-v1.6.4_GH0.tar.gz) = 604456a979a0311b95c9e49c10e110f51ab58765bb9a77b0c67defe28fbe1402
13
SIZE (mapbox-protozero-v1.6.4_GH0.tar.gz) = 1064871
14
SHA256 (mapbox-polylabel-v1.0.3-4-g23f6a76_GH0.tar.gz) = 2379f9806c2461e87190f02679d4e60f0780103487f979bf7c314f5f857f8b77
15
SIZE (mapbox-polylabel-v1.0.3-4-g23f6a76_GH0.tar.gz) = 43555
(-)b/graphics/mapnik/files/patch-SConstruct (-7 / +5 lines)
Lines 1-13 Link Here
1
--- SConstruct.orig	2016-02-15 15:52:54 UTC
1
--- SConstruct.orig	2019-10-22 08:47:07 UTC
2
+++ SConstruct
2
+++ SConstruct
3
@@ -1789,10 +1789,6 @@ if not preconfigured:
3
@@ -2044,8 +2044,6 @@ if not preconfigured:
4
 
4
             common_cxx_flags += ' -Wno-unsequenced  -Wtautological-compare -Wheader-hygiene '
5
         if env['DEBUG']:
5
         if env['DEBUG']:
6
             env.Append(CXXFLAGS = common_cxx_flags + '-O0')
6
             env.Append(CXXFLAGS = common_cxx_flags + '-O0')
7
-        else:
7
-        else:
8
-            # TODO - add back -fvisibility-inlines-hidden
9
-            # https://github.com/mapnik/mapnik/issues/1863
10
-            env.Append(CXXFLAGS = common_cxx_flags + '-O%s' % (env['OPTIMIZATION']))
8
-            env.Append(CXXFLAGS = common_cxx_flags + '-O%s' % (env['OPTIMIZATION']))
11
         if env['DEBUG_UNDEFINED']:
12
             env.Append(CXXFLAGS = '-fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv -fwrapv')
13
 
9
 
10
 
11
         # if requested, sort LIBPATH and CPPPATH one last time before saving...
(-)a/graphics/mapnik/files/patch-boost-1.69 (-62 lines)
Removed Link Here
1
https://github.com/mapnik/mapnik/issues/4000
2
3
--- deps/agg/src/agg_pixfmt_rgba.cpp.orig	2015-11-26 14:32:15 UTC
4
+++ deps/agg/src/agg_pixfmt_rgba.cpp
5
@@ -3,7 +3,12 @@
6
 
7
 #pragma GCC diagnostic push
8
 #include <mapnik/warning_ignore.hpp>
9
+#include <boost/version.hpp>
10
+#if BOOST_VERSION >= 106900
11
+#include <boost/gil.hpp>
12
+#else
13
 #include <boost/gil/gil_all.hpp>
14
+#endif
15
 #include <boost/gil/extension/toolbox/hsv.hpp>
16
 #include <boost/gil/extension/toolbox/hsl.hpp>
17
 #pragma GCC diagnostic pop
18
--- deps/boost/gil/extension/toolbox/hsl.hpp.orig	2015-11-26 14:32:15 UTC
19
+++ deps/boost/gil/extension/toolbox/hsl.hpp
20
@@ -16,7 +16,12 @@
21
 
22
 #pragma GCC diagnostic push
23
 #include <mapnik/warning_ignore.hpp>
24
+#include <boost/version.hpp>
25
+#if BOOST_VERSION >= 106900
26
+#include <boost/gil.hpp>
27
+#else
28
 #include <boost/gil/gil_all.hpp>
29
+#endif
30
 #pragma GCC diagnostic pop
31
 
32
 namespace boost { namespace gil {
33
--- deps/boost/gil/extension/toolbox/hsv.hpp.orig	2015-11-26 14:32:15 UTC
34
+++ deps/boost/gil/extension/toolbox/hsv.hpp
35
@@ -16,7 +16,12 @@
36
 
37
 #pragma GCC diagnostic push
38
 #include <mapnik/warning_ignore.hpp>
39
+#include <boost/version.hpp>
40
+#if BOOST_VERSION >= 106900
41
+#include <boost/gil.hpp>
42
+#else
43
 #include <boost/gil/gil_all.hpp>
44
+#endif
45
 #pragma GCC diagnostic pop
46
 
47
 namespace boost { namespace gil {
48
--- include/mapnik/image_filter.hpp.orig	2015-11-26 14:32:15 UTC
49
+++ include/mapnik/image_filter.hpp
50
@@ -31,7 +31,12 @@
51
 
52
 #pragma GCC diagnostic push
53
 #include <mapnik/warning_ignore.hpp>
54
+#include <boost/version.hpp>
55
+#if BOOST_VERSION >= 106900
56
+#include <boost/gil.hpp>
57
+#else
58
 #include <boost/gil/gil_all.hpp>
59
+#endif
60
 #pragma GCC diagnostic pop
61
 
62
 // agg
(-)a/graphics/mapnik/files/patch-icu59 (-39 lines)
Removed Link Here
1
https://github.com/mapnik/mapnik/commit/9e58c890430d
2
https://github.com/mapnik/mapnik/commit/093fcee6d1ba
3
4
--- include/mapnik/text/harfbuzz_shaper.hpp.orig	2015-11-26 14:32:15 UTC
5
+++ include/mapnik/text/harfbuzz_shaper.hpp
6
@@ -41,6 +41,7 @@
7
 #include <harfbuzz/hb-ft.h>
8
 
9
 // icu
10
+#include <unicode/uvernum.h>
11
 #include <unicode/uscript.h>
12
 
13
 namespace mapnik
14
@@ -55,7 +56,8 @@ static inline hb_script_t _icu_script_to_script(UScrip
15
 static inline const uint16_t * uchar_to_utf16(const UChar* src)
16
 {
17
    static_assert(sizeof(UChar) == sizeof(uint16_t),"UChar is eq size to uint16_t");
18
-#if defined(_MSC_VER)
19
+#if defined(_MSC_VER) || (U_ICU_VERSION_MAJOR_NUM >= 59)
20
+   // ^^ http://site.icu-project.org/download/59#TOC-ICU4C-char16_t1
21
    return reinterpret_cast<const uint16_t *>(src);
22
 #else
23
    return src;
24
--- include/mapnik/unicode.hpp.orig	2015-11-26 14:32:15 UTC
25
+++ include/mapnik/unicode.hpp
26
@@ -31,6 +31,13 @@
27
 // std
28
 #include <cstdint>
29
 #include <string>
30
+// icu
31
+#if (U_ICU_VERSION_MAJOR_NUM >= 59)
32
+#pragma GCC diagnostic push
33
+#include <mapnik/warning_ignore.hpp>
34
+#include <unicode/unistr.h>
35
+#pragma GCC diagnostic pop
36
+#endif
37
 
38
 struct UConverter;
39
 
(-)b/graphics/mapnik/pkg-plist (-72 / +135 lines)
Lines 2-7 bin/mapnik-config Link Here
2
bin/mapnik-index
2
bin/mapnik-index
3
bin/mapnik-render
3
bin/mapnik-render
4
bin/shapeindex
4
bin/shapeindex
5
include/mapnik/adaptive_smooth.hpp
5
include/mapnik/agg/agg_alpha_mask_u8.h
6
include/mapnik/agg/agg_alpha_mask_u8.h
6
include/mapnik/agg/agg_arc.h
7
include/mapnik/agg/agg_arc.h
7
include/mapnik/agg/agg_array.h
8
include/mapnik/agg/agg_array.h
Lines 136-169 include/mapnik/attribute.hpp Link Here
136
include/mapnik/attribute_collector.hpp
137
include/mapnik/attribute_collector.hpp
137
include/mapnik/attribute_descriptor.hpp
138
include/mapnik/attribute_descriptor.hpp
138
include/mapnik/boolean.hpp
139
include/mapnik/boolean.hpp
139
include/mapnik/box2d.hpp
140
include/mapnik/boost_spirit_instantiate.hpp
140
include/mapnik/cairo/cairo_context.hpp
141
include/mapnik/cairo/cairo_context.hpp
141
include/mapnik/cairo/cairo_image_util.hpp
142
include/mapnik/cairo/cairo_image_util.hpp
142
include/mapnik/cairo/cairo_render_vector.hpp
143
include/mapnik/cairo/cairo_render_vector.hpp
143
include/mapnik/cairo/cairo_renderer.hpp
144
include/mapnik/cairo/cairo_renderer.hpp
145
include/mapnik/cairo/render_polygon_pattern.hpp
144
include/mapnik/cairo_io.hpp
146
include/mapnik/cairo_io.hpp
145
include/mapnik/color.hpp
147
include/mapnik/color.hpp
146
include/mapnik/color_factory.hpp
148
include/mapnik/color_factory.hpp
147
include/mapnik/config.hpp
149
include/mapnik/config.hpp
148
include/mapnik/config_error.hpp
150
include/mapnik/config_error.hpp
149
include/mapnik/coord.hpp
151
include/mapnik/coord.hpp
150
include/mapnik/css_color_grammar.hpp
152
include/mapnik/css_color_grammar_x3.hpp
151
include/mapnik/css_color_grammar_impl.hpp
153
include/mapnik/css_color_grammar_x3_def.hpp
152
include/mapnik/csv/csv_grammar.hpp
154
include/mapnik/csv/csv_grammar_x3.hpp
155
include/mapnik/csv/csv_grammar_x3_def.hpp
156
include/mapnik/csv/csv_types.hpp
157
include/mapnik/cxx11_support.hpp
153
include/mapnik/datasource.hpp
158
include/mapnik/datasource.hpp
154
include/mapnik/datasource_cache.hpp
159
include/mapnik/datasource_cache.hpp
155
include/mapnik/datasource_geometry_type.hpp
160
include/mapnik/datasource_geometry_type.hpp
156
include/mapnik/debug.hpp
161
include/mapnik/debug.hpp
157
include/mapnik/ellipsoid.hpp
162
include/mapnik/deps/mapbox/feature.hpp
163
include/mapnik/deps/mapbox/geometry.hpp
164
include/mapnik/deps/mapbox/geometry/box.hpp
165
include/mapnik/deps/mapbox/geometry/empty.hpp
166
include/mapnik/deps/mapbox/geometry/envelope.hpp
167
include/mapnik/deps/mapbox/geometry/for_each_point.hpp
168
include/mapnik/deps/mapbox/geometry/geometry.hpp
169
include/mapnik/deps/mapbox/geometry/line_string.hpp
170
include/mapnik/deps/mapbox/geometry/multi_line_string.hpp
171
include/mapnik/deps/mapbox/geometry/multi_point.hpp
172
include/mapnik/deps/mapbox/geometry/multi_polygon.hpp
173
include/mapnik/deps/mapbox/geometry/point.hpp
174
include/mapnik/deps/mapbox/geometry/point_arithmetic.hpp
175
include/mapnik/deps/mapbox/geometry/polygon.hpp
176
include/mapnik/deps/mapbox/geometry_io.hpp
177
include/mapnik/deps/mapbox/optional.hpp
178
include/mapnik/deps/mapbox/recursive_wrapper.hpp
179
include/mapnik/deps/mapbox/variant.hpp
180
include/mapnik/deps/mapbox/variant_cast.hpp
181
include/mapnik/deps/mapbox/variant_io.hpp
182
include/mapnik/deps/mapbox/variant_visitor.hpp
158
include/mapnik/enumeration.hpp
183
include/mapnik/enumeration.hpp
159
include/mapnik/evaluate_global_attributes.hpp
184
include/mapnik/evaluate_global_attributes.hpp
160
include/mapnik/expression.hpp
185
include/mapnik/expression.hpp
161
include/mapnik/expression_evaluator.hpp
186
include/mapnik/expression_evaluator.hpp
162
include/mapnik/expression_grammar.hpp
187
include/mapnik/expression_grammar_x3.hpp
163
include/mapnik/expression_grammar_impl.hpp
188
include/mapnik/expression_grammar_x3_config.hpp
189
include/mapnik/expression_grammar_x3_def.hpp
164
include/mapnik/expression_node.hpp
190
include/mapnik/expression_node.hpp
165
include/mapnik/expression_node_types.hpp
191
include/mapnik/expression_node_types.hpp
166
include/mapnik/expression_string.hpp
192
include/mapnik/expression_string.hpp
193
include/mapnik/extend_converter.hpp
167
include/mapnik/factory.hpp
194
include/mapnik/factory.hpp
168
include/mapnik/feature.hpp
195
include/mapnik/feature.hpp
169
include/mapnik/feature_factory.hpp
196
include/mapnik/feature_factory.hpp
Lines 174-204 include/mapnik/feature_style_processor_context.hpp Link Here
174
include/mapnik/feature_style_processor_impl.hpp
201
include/mapnik/feature_style_processor_impl.hpp
175
include/mapnik/feature_type_style.hpp
202
include/mapnik/feature_type_style.hpp
176
include/mapnik/featureset.hpp
203
include/mapnik/featureset.hpp
177
include/mapnik/filter_factory.hpp
178
include/mapnik/filter_featureset.hpp
204
include/mapnik/filter_featureset.hpp
179
include/mapnik/font_engine_freetype.hpp
205
include/mapnik/font_engine_freetype.hpp
180
include/mapnik/font_set.hpp
206
include/mapnik/font_set.hpp
181
include/mapnik/function_call.hpp
207
include/mapnik/function_call.hpp
182
include/mapnik/geom_util.hpp
208
include/mapnik/geom_util.hpp
183
include/mapnik/geometry.hpp
209
include/mapnik/geometry.hpp
184
include/mapnik/geometry_adapters.hpp
210
include/mapnik/geometry/boost_adapters.hpp
185
include/mapnik/geometry_centroid.hpp
211
include/mapnik/geometry/boost_spirit_karma_adapter.hpp
186
include/mapnik/geometry_correct.hpp
212
include/mapnik/geometry/box2d.hpp
187
include/mapnik/geometry_envelope.hpp
213
include/mapnik/geometry/box2d_impl.hpp
188
include/mapnik/geometry_envelope_impl.hpp
214
include/mapnik/geometry/centroid.hpp
189
include/mapnik/geometry_fusion_adapted.hpp
215
include/mapnik/geometry/closest_point.hpp
190
include/mapnik/geometry_is_empty.hpp
216
include/mapnik/geometry/correct.hpp
191
include/mapnik/geometry_is_simple.hpp
217
include/mapnik/geometry/envelope.hpp
192
include/mapnik/geometry_is_valid.hpp
218
include/mapnik/geometry/envelope_impl.hpp
193
include/mapnik/geometry_remove_empty.hpp
219
include/mapnik/geometry/fusion_adapted.hpp
194
include/mapnik/geometry_reprojection.hpp
220
include/mapnik/geometry/geometry_type.hpp
195
include/mapnik/geometry_reprojection_impl.hpp
221
include/mapnik/geometry/geometry_types.hpp
196
include/mapnik/geometry_strategy.hpp
222
include/mapnik/geometry/interior.hpp
197
include/mapnik/geometry_to_path.hpp
223
include/mapnik/geometry/is_empty.hpp
198
include/mapnik/geometry_transform.hpp
224
include/mapnik/geometry/is_simple.hpp
199
include/mapnik/geometry_type.hpp
225
include/mapnik/geometry/is_valid.hpp
200
include/mapnik/geometry_types.hpp
226
include/mapnik/geometry/line_string.hpp
201
include/mapnik/geometry_unique.hpp
227
include/mapnik/geometry/multi_line_string.hpp
228
include/mapnik/geometry/multi_point.hpp
229
include/mapnik/geometry/multi_polygon.hpp
230
include/mapnik/geometry/point.hpp
231
include/mapnik/geometry/polygon.hpp
232
include/mapnik/geometry/polygon_vertex_processor.hpp
233
include/mapnik/geometry/polylabel.hpp
234
include/mapnik/geometry/remove_empty.hpp
235
include/mapnik/geometry/reprojection.hpp
236
include/mapnik/geometry/reprojection_impl.hpp
237
include/mapnik/geometry/strategy.hpp
238
include/mapnik/geometry/to_path.hpp
239
include/mapnik/geometry/transform.hpp
202
include/mapnik/global.hpp
240
include/mapnik/global.hpp
203
include/mapnik/gradient.hpp
241
include/mapnik/gradient.hpp
204
include/mapnik/grid/grid.hpp
242
include/mapnik/grid/grid.hpp
Lines 210-215 include/mapnik/grid/grid_renderer.hpp Link Here
210
include/mapnik/grid/grid_renderer_base.hpp
248
include/mapnik/grid/grid_renderer_base.hpp
211
include/mapnik/grid/grid_rendering_buffer.hpp
249
include/mapnik/grid/grid_rendering_buffer.hpp
212
include/mapnik/grid/grid_view.hpp
250
include/mapnik/grid/grid_view.hpp
251
include/mapnik/grid_vertex_converter.hpp
213
include/mapnik/group/group_layout.hpp
252
include/mapnik/group/group_layout.hpp
214
include/mapnik/group/group_layout_manager.hpp
253
include/mapnik/group/group_layout_manager.hpp
215
include/mapnik/group/group_rule.hpp
254
include/mapnik/group/group_rule.hpp
Lines 222-229 include/mapnik/image_any.hpp Link Here
222
include/mapnik/image_compositing.hpp
261
include/mapnik/image_compositing.hpp
223
include/mapnik/image_copy.hpp
262
include/mapnik/image_copy.hpp
224
include/mapnik/image_filter.hpp
263
include/mapnik/image_filter.hpp
225
include/mapnik/image_filter_grammar.hpp
264
include/mapnik/image_filter_grammar_x3.hpp
226
include/mapnik/image_filter_grammar_impl.hpp
265
include/mapnik/image_filter_grammar_x3_def.hpp
227
include/mapnik/image_filter_types.hpp
266
include/mapnik/image_filter_types.hpp
228
include/mapnik/image_impl.hpp
267
include/mapnik/image_impl.hpp
229
include/mapnik/image_null.hpp
268
include/mapnik/image_null.hpp
Lines 241-273 include/mapnik/image_view_any.hpp Link Here
241
include/mapnik/image_view_impl.hpp
280
include/mapnik/image_view_impl.hpp
242
include/mapnik/image_view_null.hpp
281
include/mapnik/image_view_null.hpp
243
include/mapnik/jpeg_io.hpp
282
include/mapnik/jpeg_io.hpp
244
include/mapnik/json/error_handler.hpp
283
include/mapnik/json/attribute_value_visitor.hpp
245
include/mapnik/json/extract_bounding_box_grammar.hpp
284
include/mapnik/json/create_feature.hpp
246
include/mapnik/json/extract_bounding_box_grammar_impl.hpp
285
include/mapnik/json/create_geometry.hpp
247
include/mapnik/json/feature_collection_grammar.hpp
286
include/mapnik/json/extract_bounding_boxes_x3.hpp
248
include/mapnik/json/feature_collection_grammar_impl.hpp
287
include/mapnik/json/extract_bounding_boxes_x3_config.hpp
249
include/mapnik/json/feature_generator.hpp
250
include/mapnik/json/feature_generator_grammar.hpp
288
include/mapnik/json/feature_generator_grammar.hpp
251
include/mapnik/json/feature_generator_grammar_impl.hpp
289
include/mapnik/json/feature_generator_grammar_impl.hpp
252
include/mapnik/json/feature_grammar.hpp
290
include/mapnik/json/feature_grammar_x3.hpp
253
include/mapnik/json/feature_grammar_impl.hpp
291
include/mapnik/json/feature_grammar_x3_def.hpp
254
include/mapnik/json/feature_parser.hpp
292
include/mapnik/json/feature_parser.hpp
255
include/mapnik/json/generic_json.hpp
293
include/mapnik/json/generic_json_grammar_x3.hpp
294
include/mapnik/json/generic_json_grammar_x3_def.hpp
295
include/mapnik/json/geojson_grammar_x3.hpp
296
include/mapnik/json/geojson_grammar_x3_def.hpp
256
include/mapnik/json/geometry_generator_grammar.hpp
297
include/mapnik/json/geometry_generator_grammar.hpp
257
include/mapnik/json/geometry_generator_grammar_impl.hpp
298
include/mapnik/json/geometry_generator_grammar_impl.hpp
258
include/mapnik/json/geometry_grammar.hpp
259
include/mapnik/json/geometry_grammar_impl.hpp
260
include/mapnik/json/geometry_parser.hpp
299
include/mapnik/json/geometry_parser.hpp
261
include/mapnik/json/geometry_util.hpp
300
include/mapnik/json/json_grammar_config.hpp
262
include/mapnik/json/positions_grammar.hpp
301
include/mapnik/json/json_value.hpp
263
include/mapnik/json/positions_grammar_impl.hpp
302
include/mapnik/json/parse_feature.hpp
303
include/mapnik/json/positions_grammar_x3.hpp
304
include/mapnik/json/positions_grammar_x3_def.hpp
305
include/mapnik/json/positions_x3.hpp
264
include/mapnik/json/properties_generator_grammar.hpp
306
include/mapnik/json/properties_generator_grammar.hpp
265
include/mapnik/json/properties_generator_grammar_impl.hpp
307
include/mapnik/json/properties_generator_grammar_impl.hpp
266
include/mapnik/json/symbolizer_grammar.hpp
308
include/mapnik/json/stringifier.hpp
267
include/mapnik/json/topojson_grammar.hpp
309
include/mapnik/json/topojson_grammar_x3.hpp
268
include/mapnik/json/topojson_grammar_impl.hpp
310
include/mapnik/json/topojson_grammar_x3_def.hpp
269
include/mapnik/json/topojson_utils.hpp
311
include/mapnik/json/topojson_utils.hpp
270
include/mapnik/json/topology.hpp
312
include/mapnik/json/topology.hpp
313
include/mapnik/json/unicode_string_grammar_x3.hpp
314
include/mapnik/json/unicode_string_grammar_x3_def.hpp
271
include/mapnik/json/value_converters.hpp
315
include/mapnik/json/value_converters.hpp
272
include/mapnik/label_collision_detector.hpp
316
include/mapnik/label_collision_detector.hpp
273
include/mapnik/layer.hpp
317
include/mapnik/layer.hpp
Lines 279-303 include/mapnik/marker.hpp Link Here
279
include/mapnik/marker_cache.hpp
323
include/mapnik/marker_cache.hpp
280
include/mapnik/marker_helpers.hpp
324
include/mapnik/marker_helpers.hpp
281
include/mapnik/markers_placement.hpp
325
include/mapnik/markers_placement.hpp
326
include/mapnik/markers_placements/basic.hpp
282
include/mapnik/markers_placements/interior.hpp
327
include/mapnik/markers_placements/interior.hpp
283
include/mapnik/markers_placements/line.hpp
328
include/mapnik/markers_placements/line.hpp
284
include/mapnik/markers_placements/point.hpp
329
include/mapnik/markers_placements/point.hpp
285
include/mapnik/markers_placements/vertext_first.hpp
330
include/mapnik/markers_placements/polylabel.hpp
286
include/mapnik/markers_placements/vertext_last.hpp
331
include/mapnik/markers_placements/vertex_first.hpp
332
include/mapnik/markers_placements/vertex_last.hpp
287
include/mapnik/memory_datasource.hpp
333
include/mapnik/memory_datasource.hpp
288
include/mapnik/memory_featureset.hpp
334
include/mapnik/memory_featureset.hpp
289
include/mapnik/miniz_png.hpp
290
include/mapnik/octree.hpp
335
include/mapnik/octree.hpp
291
include/mapnik/offset_converter.hpp
336
include/mapnik/offset_converter.hpp
292
include/mapnik/palette.hpp
337
include/mapnik/palette.hpp
293
include/mapnik/params.hpp
338
include/mapnik/params.hpp
294
include/mapnik/params_impl.hpp
339
include/mapnik/params_impl.hpp
295
include/mapnik/parse_path.hpp
340
include/mapnik/parse_path.hpp
296
include/mapnik/parse_transform.hpp
297
include/mapnik/path.hpp
341
include/mapnik/path.hpp
298
include/mapnik/path_expression.hpp
342
include/mapnik/path_expression.hpp
299
include/mapnik/path_expression_grammar.hpp
343
include/mapnik/path_expression_grammar_x3.hpp
300
include/mapnik/path_expression_grammar_impl.hpp
344
include/mapnik/path_expression_grammar_x3_def.hpp
301
include/mapnik/pixel_position.hpp
345
include/mapnik/pixel_position.hpp
302
include/mapnik/pixel_types.hpp
346
include/mapnik/pixel_types.hpp
303
include/mapnik/plugin.hpp
347
include/mapnik/plugin.hpp
Lines 312-326 include/mapnik/query.hpp Link Here
312
include/mapnik/raster.hpp
356
include/mapnik/raster.hpp
313
include/mapnik/raster_colorizer.hpp
357
include/mapnik/raster_colorizer.hpp
314
include/mapnik/renderer_common.hpp
358
include/mapnik/renderer_common.hpp
359
include/mapnik/renderer_common/apply_vertex_converter.hpp
360
include/mapnik/renderer_common/clipping_extent.hpp
361
include/mapnik/renderer_common/pattern_alignment.hpp
362
include/mapnik/renderer_common/process_building_symbolizer.hpp
363
include/mapnik/renderer_common/process_point_symbolizer.hpp
364
include/mapnik/renderer_common/process_polygon_symbolizer.hpp
365
include/mapnik/renderer_common/process_raster_symbolizer.hpp
366
include/mapnik/renderer_common/render_group_symbolizer.hpp
367
include/mapnik/renderer_common/render_markers_symbolizer.hpp
368
include/mapnik/renderer_common/render_pattern.hpp
369
include/mapnik/renderer_common/render_thunk.hpp
370
include/mapnik/renderer_common/render_thunk_extractor.hpp
315
include/mapnik/request.hpp
371
include/mapnik/request.hpp
316
include/mapnik/rule.hpp
372
include/mapnik/rule.hpp
317
include/mapnik/rule_cache.hpp
373
include/mapnik/rule_cache.hpp
318
include/mapnik/safe_cast.hpp
374
include/mapnik/safe_cast.hpp
319
include/mapnik/save_map.hpp
375
include/mapnik/save_map.hpp
320
include/mapnik/scale_denominator.hpp
376
include/mapnik/scale_denominator.hpp
321
include/mapnik/segment.hpp
322
include/mapnik/simplify.hpp
377
include/mapnik/simplify.hpp
323
include/mapnik/simplify_converter.hpp
378
include/mapnik/simplify_converter.hpp
379
include/mapnik/span_image_filter.hpp
324
include/mapnik/sparsehash/dense_hash_map
380
include/mapnik/sparsehash/dense_hash_map
325
include/mapnik/sparsehash/internal/densehashtable.h
381
include/mapnik/sparsehash/internal/densehashtable.h
326
include/mapnik/sparsehash/internal/hashtable-common.h
382
include/mapnik/sparsehash/internal/hashtable-common.h
Lines 330-349 include/mapnik/sparsehash/template_util.h Link Here
330
include/mapnik/sparsehash/type_traits.h
386
include/mapnik/sparsehash/type_traits.h
331
include/mapnik/sql_utils.hpp
387
include/mapnik/sql_utils.hpp
332
include/mapnik/sse.hpp
388
include/mapnik/sse.hpp
389
include/mapnik/stringify_macro.hpp
333
include/mapnik/svg/geometry_svg_generator.hpp
390
include/mapnik/svg/geometry_svg_generator.hpp
334
include/mapnik/svg/geometry_svg_generator_impl.hpp
391
include/mapnik/svg/geometry_svg_generator_impl.hpp
335
include/mapnik/svg/svg_converter.hpp
392
include/mapnik/svg/svg_converter.hpp
393
include/mapnik/svg/svg_grammar_config_x3.hpp
336
include/mapnik/svg/svg_parser.hpp
394
include/mapnik/svg/svg_parser.hpp
337
include/mapnik/svg/svg_parser_exception.hpp
395
include/mapnik/svg/svg_parser_exception.hpp
338
include/mapnik/svg/svg_path_adapter.hpp
396
include/mapnik/svg/svg_path_adapter.hpp
339
include/mapnik/svg/svg_path_attributes.hpp
397
include/mapnik/svg/svg_path_attributes.hpp
340
include/mapnik/svg/svg_path_commands.hpp
398
include/mapnik/svg/svg_path_commands.hpp
341
include/mapnik/svg/svg_path_grammar.hpp
399
include/mapnik/svg/svg_path_grammar_x3.hpp
400
include/mapnik/svg/svg_path_grammar_x3_def.hpp
342
include/mapnik/svg/svg_path_parser.hpp
401
include/mapnik/svg/svg_path_parser.hpp
343
include/mapnik/svg/svg_points_grammar.hpp
344
include/mapnik/svg/svg_renderer_agg.hpp
402
include/mapnik/svg/svg_renderer_agg.hpp
345
include/mapnik/svg/svg_storage.hpp
403
include/mapnik/svg/svg_storage.hpp
346
include/mapnik/svg/svg_transform_grammar.hpp
404
include/mapnik/svg/svg_transform_grammar_x3.hpp
405
include/mapnik/svg/svg_transform_grammar_x3_def.hpp
347
include/mapnik/symbolizer.hpp
406
include/mapnik/symbolizer.hpp
348
include/mapnik/symbolizer_base.hpp
407
include/mapnik/symbolizer_base.hpp
349
include/mapnik/symbolizer_default_values.hpp
408
include/mapnik/symbolizer_default_values.hpp
Lines 352-357 include/mapnik/symbolizer_enumerations.hpp Link Here
352
include/mapnik/symbolizer_hash.hpp
411
include/mapnik/symbolizer_hash.hpp
353
include/mapnik/symbolizer_keys.hpp
412
include/mapnik/symbolizer_keys.hpp
354
include/mapnik/symbolizer_utils.hpp
413
include/mapnik/symbolizer_utils.hpp
414
include/mapnik/text/color_font_renderer.hpp
355
include/mapnik/text/evaluated_format_properties_ptr.hpp
415
include/mapnik/text/evaluated_format_properties_ptr.hpp
356
include/mapnik/text/face.hpp
416
include/mapnik/text/face.hpp
357
include/mapnik/text/font_feature_settings.hpp
417
include/mapnik/text/font_feature_settings.hpp
Lines 385-396 include/mapnik/text/text_properties.hpp Link Here
385
include/mapnik/tiff_io.hpp
445
include/mapnik/tiff_io.hpp
386
include/mapnik/timer.hpp
446
include/mapnik/timer.hpp
387
include/mapnik/tolerance_iterator.hpp
447
include/mapnik/tolerance_iterator.hpp
388
include/mapnik/transform_expression.hpp
448
include/mapnik/transform/parse_transform.hpp
389
include/mapnik/transform_expression_grammar.hpp
449
include/mapnik/transform/transform_expression.hpp
390
include/mapnik/transform_expression_grammar_impl.hpp
450
include/mapnik/transform/transform_expression_grammar_x3.hpp
451
include/mapnik/transform/transform_expression_grammar_x3_def.hpp
452
include/mapnik/transform/transform_processor.hpp
391
include/mapnik/transform_path_adapter.hpp
453
include/mapnik/transform_path_adapter.hpp
392
include/mapnik/transform_processor.hpp
393
include/mapnik/unicode.hpp
454
include/mapnik/unicode.hpp
455
include/mapnik/util/char_array_buffer.hpp
394
include/mapnik/util/const_rendering_buffer.hpp
456
include/mapnik/util/const_rendering_buffer.hpp
395
include/mapnik/util/container_adapter.hpp
457
include/mapnik/util/container_adapter.hpp
396
include/mapnik/util/conversions.hpp
458
include/mapnik/util/conversions.hpp
Lines 407-415 include/mapnik/util/geometry_to_wkt.hpp Link Here
407
include/mapnik/util/hsl.hpp
469
include/mapnik/util/hsl.hpp
408
include/mapnik/util/is_clockwise.hpp
470
include/mapnik/util/is_clockwise.hpp
409
include/mapnik/util/math.hpp
471
include/mapnik/util/math.hpp
472
include/mapnik/util/name_to_int.hpp
410
include/mapnik/util/noncopyable.hpp
473
include/mapnik/util/noncopyable.hpp
411
include/mapnik/util/path_iterator.hpp
474
include/mapnik/util/path_iterator.hpp
412
include/mapnik/util/recursive_wrapper.hpp
413
include/mapnik/util/rounding_cast.hpp
475
include/mapnik/util/rounding_cast.hpp
414
include/mapnik/util/singleton.hpp
476
include/mapnik/util/singleton.hpp
415
include/mapnik/util/spatial_index.hpp
477
include/mapnik/util/spatial_index.hpp
Lines 420-428 include/mapnik/util/utf_conv_win.hpp Link Here
420
include/mapnik/util/variant.hpp
482
include/mapnik/util/variant.hpp
421
include/mapnik/util/variant_io.hpp
483
include/mapnik/util/variant_io.hpp
422
include/mapnik/value.hpp
484
include/mapnik/value.hpp
423
include/mapnik/value_error.hpp
485
include/mapnik/value/error.hpp
424
include/mapnik/value_hash.hpp
486
include/mapnik/value/hash.hpp
425
include/mapnik/value_types.hpp
487
include/mapnik/value/types.hpp
426
include/mapnik/version.hpp
488
include/mapnik/version.hpp
427
include/mapnik/vertex.hpp
489
include/mapnik/vertex.hpp
428
include/mapnik/vertex_adapters.hpp
490
include/mapnik/vertex_adapters.hpp
Lines 433-438 include/mapnik/vertex_vector.hpp Link Here
433
include/mapnik/view_strategy.hpp
495
include/mapnik/view_strategy.hpp
434
include/mapnik/view_transform.hpp
496
include/mapnik/view_transform.hpp
435
include/mapnik/warning_ignore.hpp
497
include/mapnik/warning_ignore.hpp
498
include/mapnik/warning_ignore_agg.hpp
436
include/mapnik/warp.hpp
499
include/mapnik/warp.hpp
437
include/mapnik/webp_io.hpp
500
include/mapnik/webp_io.hpp
438
include/mapnik/well_known_srs.hpp
501
include/mapnik/well_known_srs.hpp
Lines 440-447 include/mapnik/wkb.hpp Link Here
440
include/mapnik/wkt/wkt_factory.hpp
503
include/mapnik/wkt/wkt_factory.hpp
441
include/mapnik/wkt/wkt_generator_grammar.hpp
504
include/mapnik/wkt/wkt_generator_grammar.hpp
442
include/mapnik/wkt/wkt_generator_grammar_impl.hpp
505
include/mapnik/wkt/wkt_generator_grammar_impl.hpp
443
include/mapnik/wkt/wkt_grammar.hpp
506
include/mapnik/wkt/wkt_grammar_x3.hpp
444
include/mapnik/wkt/wkt_grammar_impl.hpp
507
include/mapnik/wkt/wkt_grammar_x3_def.hpp
445
include/mapnik/xml_attribute_cast.hpp
508
include/mapnik/xml_attribute_cast.hpp
446
include/mapnik/xml_loader.hpp
509
include/mapnik/xml_loader.hpp
447
include/mapnik/xml_node.hpp
510
include/mapnik/xml_node.hpp
Lines 449-456 include/mapnik/xml_tree.hpp Link Here
449
lib/libmapnik-json.a
512
lib/libmapnik-json.a
450
lib/libmapnik-wkt.a
513
lib/libmapnik-wkt.a
451
lib/libmapnik.so
514
lib/libmapnik.so
452
lib/libmapnik.so.3.0
515
lib/libmapnik.so.4.0
453
lib/libmapnik.so.3.0.9
516
lib/libmapnik.so.4.0.0
517
lib/mapnik/fonts/DejaVuMathTeXGyre.ttf
454
lib/mapnik/fonts/DejaVuSans-Bold.ttf
518
lib/mapnik/fonts/DejaVuSans-Bold.ttf
455
lib/mapnik/fonts/DejaVuSans-BoldOblique.ttf
519
lib/mapnik/fonts/DejaVuSans-BoldOblique.ttf
456
lib/mapnik/fonts/DejaVuSans-ExtraLight.ttf
520
lib/mapnik/fonts/DejaVuSans-ExtraLight.ttf
Lines 472-486 lib/mapnik/fonts/DejaVuSerifCondensed-Bold.ttf Link Here
472
lib/mapnik/fonts/DejaVuSerifCondensed-BoldItalic.ttf
536
lib/mapnik/fonts/DejaVuSerifCondensed-BoldItalic.ttf
473
lib/mapnik/fonts/DejaVuSerifCondensed-Italic.ttf
537
lib/mapnik/fonts/DejaVuSerifCondensed-Italic.ttf
474
lib/mapnik/fonts/DejaVuSerifCondensed.ttf
538
lib/mapnik/fonts/DejaVuSerifCondensed.ttf
475
lib/mapnik/fonts/unifont-8.0.01.ttf
539
lib/mapnik/input/csv.input
476
@comment =====[ Uncomment these after boost 1.60 hits the tree ]=====
477
@comment lib/mapnik/input/csv.input
478
%%GDAL%%lib/mapnik/input/gdal.input
540
%%GDAL%%lib/mapnik/input/gdal.input
479
@comment lib/mapnik/input/geojson.input
541
lib/mapnik/input/geobuf.input
542
lib/mapnik/input/geojson.input
480
%%OGR%%lib/mapnik/input/ogr.input
543
%%OGR%%lib/mapnik/input/ogr.input
481
%%PGRASTER%%lib/mapnik/input/pgraster.input
544
%%PGRASTER%%lib/mapnik/input/pgraster.input
482
%%POSTGIS%%lib/mapnik/input/postgis.input
545
%%POSTGIS%%lib/mapnik/input/postgis.input
483
lib/mapnik/input/raster.input
546
lib/mapnik/input/raster.input
484
lib/mapnik/input/shape.input
547
lib/mapnik/input/shape.input
485
%%SQLITE3%%lib/mapnik/input/sqlite.input
548
%%SQLITE3%%lib/mapnik/input/sqlite.input
486
@comment lib/mapnik/input/topojson.input
549
lib/mapnik/input/topojson.input

Return to bug 237016