View | Details | Raw Unified | Return to bug 279844 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/mapnik/Makefile (-76 / +87 lines)
Lines 1-30 Link Here
1
PORTNAME=	mapnik
1
PORTNAME=	mapnik
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.1.0
3
DISTVERSION=	4.0.0
4
PORTREVISION=	9
4
PORTREVISION=	1
5
CATEGORIES=	graphics geography
5
CATEGORIES=	graphics geography
6
MASTER_SITES=	https://github.com/mapnik/mapnik/releases/download/${DISTVERSIONFULL}/
6
7
7
MAINTAINER=	hummeltech@sherpaguru.com
8
PATCH_SITES=	https://github.com/mapnik/mapnik/commit/
9
PATCHFILES=	8944e81367d2b3b91a41e24116e1813c01491e5d.patch \
10
		83779b7b6bdd229740b1b5e12a4a8fe27114cb7d.patch \
11
		7f0daee8b37d8cf6eff32529b1762ffd5104f3f3.patch \
12
		7da9009e7ffffb0b9429890f6f13fee837ac320f.patch \
13
		26eb76cc07210d564d80d98948770c94d27c5243.patch \
14
		08886e3b90f4d448308a46031eede879bb6ed74a.patch \
15
		5f1be6bba520151575811b13499a867c0f1dde2c.patch
16
PATCH_DIST_STRIP=	-p1 -F3
17
18
MAINTAINER=	david.hummel@gmail.com
19
COMMENT=	Free Toolkit For Developing Mapping Applications
8
COMMENT=	Free Toolkit For Developing Mapping Applications
20
WWW=		http://www.mapnik.org/
9
WWW=		http://www.mapnik.org/
21
10
22
LICENSE=	LGPL21+
11
LICENSE=	LGPL21+
23
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
24
13
25
BUILD_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
14
BUILD_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu \
26
LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
15
		protozero>0:devel/protozero
27
		libboost_program_options.so:devel/boost-libs \
16
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
28
		libboost_regex.so:devel/boost-libs \
17
		libboost_regex.so:devel/boost-libs \
29
		libboost_system.so:devel/boost-libs \
18
		libboost_system.so:devel/boost-libs \
30
		libfreetype.so:print/freetype2 \
19
		libfreetype.so:print/freetype2 \
Lines 32-103 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ Link Here
32
		libicuuc.so:devel/icu
21
		libicuuc.so:devel/icu
33
RUN_DEPENDS=	dejavu>0:x11-fonts/dejavu
22
RUN_DEPENDS=	dejavu>0:x11-fonts/dejavu
34
23
35
USES=		compiler:c++14-lang gmake gnome pkgconfig python tar:bzip2
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	mapnik
26
GH_PROJECT=	mapnik
27
GH_TUPLE=	mapbox:geometry.hpp:c83a2ab:geometry_hpp/deps/mapbox/geometry \
28
		mapbox:polylabel:51f09d0:polylabel/deps/mapbox/polylabel \
29
		mapbox:variant:a2a4858:variant/deps/mapbox/variant \
30
		catchorg:Catch2:v2.13.10:catch2/test/catch2 \
31
		mapnik:test-data:fd9ab43:test_data/test/data
32
33
USES=		compiler:c++17-lang cmake:testing gnome pkgconfig
36
USE_GNOME=	libxml2
34
USE_GNOME=	libxml2
37
USE_LDCONFIG=	yes
35
USE_LDCONFIG=	yes
38
MAKE_ARGS=	PYTHON="${PYTHON_CMD}"
39
MAKE_ENV=	JOBS=${MAKE_JOBS_NUMBER}
40
HAS_CONFIGURE=	yes
41
CONFIGURE_ARGS=	CPP_TESTS=False \
42
		CUSTOM_CFLAGS="${CFLAGS}" \
43
		CUSTOM_CXXFLAGS="${CXXFLAGS}" \
44
		CUSTOM_LDFLAGS="${LDFLAGS}" \
45
		DEMO=False \
46
		DESTDIR="${STAGEDIR}" \
47
		INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" \
48
		PGSQL2SQLITE=True \
49
		SVG2PNG=True \
50
		SYSTEM_FONTS=${LOCALBASE}/share/fonts/dejavu \
51
		XMLPARSER=libxml2
52
CONFIGURE_ENV=	PYTHON="${PYTHON_CMD}"
53
36
54
PORTDOCS=	AUTHORS.md CHANGELOG.md CODE_OF_CONDUCT.md INSTALL.md README.md docs/*
37
CMAKE_ARGS=	-DFONTS_INSTALL_DIR:PATH=share/fonts/dejavu
38
CMAKE_OFF=	BUILD_BENCHMARK BUILD_DEMO_CPP BUILD_DEMO_VIEWER
39
CMAKE_ON=	USE_EXTERNAL_MAPBOX_PROTOZERO
55
40
56
INPUT_PLUGINS=	csv raster shape geojson topojson
41
PORTDOCS=	AUTHORS.md CHANGELOG.md CODE_OF_CONDUCT.md INSTALL.md README.md docs/*
57
42
58
OPTIONS_DEFINE=		CAIRO DOCS JPEG PNG PROJ TIFF WEBP
43
OPTIONS_DEFINE=		CAIRO DOCS JPEG PNG PROJ TIFF WEBP
59
OPTIONS_DEFAULT=	CAIRO GDAL JPEG OGR PGRASTER PNG POSTGIS PROJ SQLITE3 \
44
OPTIONS_DEFAULT=	CAIRO JPEG PNG PROJ TIFF WEBP \
60
			TIFF WEBP
45
			GDAL OGR PGRASTER POSTGIS SQLITE3 \
61
OPTIONS_GROUP=		INPUT
46
			TESTING \
47
			GEOMETRY_TO_WKB MAPNIK_INDEX MAPNIK_RENDER PGSQL2SQLITE SHAPEINDEX SVG2PNG
48
OPTIONS_GROUP=		INPUT TESTS UTILS
62
OPTIONS_GROUP_INPUT=	GDAL OGR PGRASTER POSTGIS SQLITE3
49
OPTIONS_GROUP_INPUT=	GDAL OGR PGRASTER POSTGIS SQLITE3
50
OPTIONS_GROUP_TESTS=	BENCHMARK DEMO_CPP DEMO_VIEWER TESTING
51
OPTIONS_GROUP_UTILS=	GEOMETRY_TO_WKB MAPNIK_INDEX MAPNIK_RENDER OGRINDEX PGSQL2SQLITE SHAPEINDEX SVG2PNG
63
OPTIONS_SUB=		yes
52
OPTIONS_SUB=		yes
64
53
65
INPUT_DESC=	Input plugins
54
JPEG_CMAKE_BOOL=	USE_JPEG
66
GDAL_DESC=	GDAL input plugin
55
JPEG_USES=		jpeg
67
OGR_DESC=	OGR input plugin
56
PNG_CMAKE_BOOL=		USE_PNG
68
POSTGIS_DESC=	PostGIS input plugin
57
PNG_LIB_DEPENDS=	libpng.so:graphics/png
69
PGRASTER_DESC=	PGraster input plugin
58
TIFF_CMAKE_BOOL=	USE_TIFF
70
SQLITE3_DESC=	SQLite input plugin
59
TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
71
60
WEBP_CMAKE_BOOL=	USE_WEBP
72
PROJ_DESC=	PROJ support
61
WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
73
62
74
CAIRO_DESC=	Enable cairo rendering
63
CAIRO_DESC=		Enable cairo rendering
64
PROJ_DESC=		Enable PROJ support
65
66
INPUT_DESC=		Input plugins
67
GDAL_DESC=		GDAL input plugin
68
OGR_DESC=		OGR input plugin
69
PGRASTER_DESC=		PGraster input plugin
70
POSTGIS_DESC=		PostGIS input plugin
71
SQLITE3_DESC=		SQLite input plugin
72
73
TESTS_DESC=		Tests & Demos, etc.
74
BENCHMARK_DESC=		Benchmark project
75
DEMO_CPP_DESC=		Demo c++ application
76
DEMO_VIEWER_DESC=	Demo viewer
77
TESTING_DESC=		Tests
78
79
UTILS_DESC=		Utilities
80
GEOMETRY_TO_WKB_DESC=	geometry_to_wkb utility
81
MAPNIK_INDEX_DESC=	mapnik_index utility
82
MAPNIK_RENDER_DESC=	mapnik_render utility
83
OGRINDEX_DESC=		ogrindex utility (currently doesn't build)
84
PGSQL2SQLITE_DESC=	pgsql2sqlite utility
85
SHAPEINDEX_DESC=	shapeindex utility
86
SVG2PNG_DESC=		svg2png utility
87
88
CAIRO_CMAKE_BOOL=	USE_CAIRO
89
CAIRO_LIB_DEPENDS=	libcairo.so:graphics/cairo
90
PROJ_CMAKE_BOOL=	USE_PROJ
91
PROJ_LIB_DEPENDS=	libproj.so:graphics/proj
75
92
76
GDAL_VARS=		INPUT_PLUGINS+=gdal
93
GDAL_CMAKE_BOOL=	USE_PLUGIN_INPUT_GDAL
77
GDAL_LIB_DEPENDS=	libgdal.so:graphics/gdal
94
GDAL_LIB_DEPENDS=	libgdal.so:graphics/gdal
78
OGR_VARS=		INPUT_PLUGINS+=ogr
95
OGR_CMAKE_BOOL=		USE_PLUGIN_INPUT_OGR
79
OGR_LIB_DEPENDS=	libgdal.so:graphics/gdal
96
OGR_LIB_DEPENDS=	libgdal.so:graphics/gdal
80
POSTGIS_VARS=		INPUT_PLUGINS+=postgis
97
PGRASTER_CMAKE_BOOL=	USE_PLUGIN_INPUT_PGRASTER
81
POSTGIS_USES=		pgsql
82
PGRASTER_VARS=		INPUT_PLUGINS+=pgraster
83
PGRASTER_USES=		pgsql
98
PGRASTER_USES=		pgsql
84
SQLITE3_VARS=		INPUT_PLUGINS+=sqlite
99
POSTGIS_CMAKE_BOOL=	USE_PLUGIN_INPUT_POSTGIS
100
POSTGIS_USES=		pgsql
101
SQLITE3_CMAKE_BOOL=	USE_PLUGIN_INPUT_SQLITE
85
SQLITE3_USES=		sqlite:3
102
SQLITE3_USES=		sqlite:3
86
103
87
PNG_LIB_DEPENDS=	libpng.so:graphics/png
104
BENCHMARK_CMAKE_BOOL= 	BUILD_BENCHMARK
88
PNG_MAKE_ARGS_OFF=	PNG=False
105
DEMO_CPP_CMAKE_BOOL= 	BUILD_DEMO_CPP
89
JPEG_USES=		jpeg
106
DEMO_VIEWER_CMAKE_BOOL=	BUILD_DEMO_VIEWER
90
JPEG_MAKE_ARGS_OFF=	JPEG=False
107
TESTING_CMAKE_BOOL=	BUILD_TESTING
91
TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
92
TIFF_MAKE_ARGS_OFF=	TIFF=False
93
WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
94
WEBP_MAKE_ARGS_OFF=	WEBP=False
95
PROJ_LIB_DEPENDS=	libproj.so:graphics/proj
96
PROJ_MAKE_ARGS_OFF=	PROJ=False
97
108
98
CAIRO_LIB_DEPENDS=	libcairo.so:graphics/cairo
109
GEOMETRY_TO_WKB_CMAKE_BOOL= 	BUILD_UTILITY_GEOMETRY_TO_WKB
99
CAIRO_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>=1.8.2:graphics/py-cairo@${PY_FLAVOR}
110
MAPNIK_INDEX_CMAKE_BOOL= 	BUILD_UTILITY_MAPNIK_INDEX
100
CAIRO_MAKE_ARGS_OFF=	CAIRO=False
111
MAPNIK_RENDER_CMAKE_BOOL= 	BUILD_UTILITY_MAPNIK_RENDER
112
OGRINDEX_CMAKE_BOOL= 		BUILD_UTILITY_OGRINDEX
113
PGSQL2SQLITE_CMAKE_BOOL= 	BUILD_UTILITY_PGSQL2SQLITE
114
SHAPEINDEX_CMAKE_BOOL= 		BUILD_UTILITY_SHAPEINDEX
115
SVG2PNG_CMAKE_BOOL= 		BUILD_UTILITY_SVG2PNG
101
116
102
pre-configure-SQLITE3-on:
117
pre-configure-SQLITE3-on:
103
	@if ! ${LOCALBASE}/bin/sqlite3 :memory: 'create virtual table foo using rtree(pkid, xmin, xmax, ymin, ymax)' > /dev/null 2>&1; then \
118
	@if ! ${LOCALBASE}/bin/sqlite3 :memory: 'create virtual table foo using rtree(pkid, xmin, xmax, ymin, ymax)' > /dev/null 2>&1; then \
Lines 109-125 pre-configure-SQLITE3-on: Link Here
109
	fi
124
	fi
110
125
111
post-patch:
126
post-patch:
112
	@${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
127
	@${REINPLACE_CMD} -e 's#GIT_REPOSITORY https://github.com/catchorg/Catch2.git#SOURCE_DIR ${WRKSRC}/test/catch2)#g' \
113
		-e 's#/usr/include#${LOCALBASE}/include#g' \
128
		-e 's#GIT_TAG        v2.13.7)##g' \
114
		-e "s#'/usr/' + LIBDIR_SCHEMA_DEFAULT#'${LOCALBASE}/' + LIBDIR_SCHEMA_DEFAULT#g" \
129
		${WRKSRC}/test/CMakeLists.txt
115
		${WRKSRC}/SConstruct
116
130
117
post-install:
131
post-install:
118
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mapnik-index \
132
	@${RM} -r ${STAGEDIR}${PREFIX}/share/fonts
119
		${STAGEDIR}${PREFIX}/bin/mapnik-render \
133
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
120
		${STAGEDIR}${PREFIX}/bin/pgsql2sqlite \
121
		${STAGEDIR}${PREFIX}/bin/shapeindex \
122
		${STAGEDIR}${PREFIX}/bin/svg2png
123
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
134
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
124
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mapnik/input/*.input
135
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mapnik/input/*.input
125
136
(-)b/graphics/mapnik/distinfo (-17 / +13 lines)
Lines 1-17 Link Here
1
TIMESTAMP = 1717522882
1
TIMESTAMP = 1718750309
2
SHA256 (mapnik-v3.1.0.tar.bz2) = 43d76182d2a975212b4ad11524c74e577576c11039fdab5286b828397d8e6261
2
SHA256 (mapnik-mapnik-v4.0.0_GH0.tar.gz) = 2fc367ca6f932dda907df6db97b609006b26aa9f767930e737e3b07a66868a97
3
SIZE (mapnik-v3.1.0.tar.bz2) = 10110740
3
SIZE (mapnik-mapnik-v4.0.0_GH0.tar.gz) = 13214682
4
SHA256 (8944e81367d2b3b91a41e24116e1813c01491e5d.patch) = a8c98fed2e0c72c2b48bf1ea81fe17dd79878429d82f32243ddcf61a5b4e4541
4
SHA256 (mapbox-geometry.hpp-c83a2ab_GH0.tar.gz) = 676c7490fa7cdba26f45fc6b3932dc04bec110f75d660493a7c31d5b0d86e923
5
SIZE (8944e81367d2b3b91a41e24116e1813c01491e5d.patch) = 89836
5
SIZE (mapbox-geometry.hpp-c83a2ab_GH0.tar.gz) = 17450
6
SHA256 (83779b7b6bdd229740b1b5e12a4a8fe27114cb7d.patch) = c80ca2cded88dfebff4efc92febb847fef1c8e3ade4795852ecf04a4b82724af
6
SHA256 (mapbox-polylabel-51f09d0_GH0.tar.gz) = f060f7bce356379137cc9f9a7f3f94a00c3b456f8da4e230933bcfcd2f8210a3
7
SIZE (83779b7b6bdd229740b1b5e12a4a8fe27114cb7d.patch) = 698
7
SIZE (mapbox-polylabel-51f09d0_GH0.tar.gz) = 43435
8
SHA256 (7f0daee8b37d8cf6eff32529b1762ffd5104f3f3.patch) = 2bb3ab61ed128fd5ae48e8e0943d8d0ae37b070418c21774ba987a4973f21800
8
SHA256 (mapbox-variant-a2a4858_GH0.tar.gz) = e999758dd6f01bf15d176e5781aef17beb729e732559d67d0dac198858b657ed
9
SIZE (7f0daee8b37d8cf6eff32529b1762ffd5104f3f3.patch) = 1071
9
SIZE (mapbox-variant-a2a4858_GH0.tar.gz) = 128909
10
SHA256 (7da9009e7ffffb0b9429890f6f13fee837ac320f.patch) = 819f81ab44dccc2af6eae36b53608cb422a08c9a3523563f371d6fd59058c341
10
SHA256 (catchorg-Catch2-v2.13.10_GH0.tar.gz) = d54a712b7b1d7708bc7a819a8e6e47b2fde9536f487b89ccbca295072a7d9943
11
SIZE (7da9009e7ffffb0b9429890f6f13fee837ac320f.patch) = 5657
11
SIZE (catchorg-Catch2-v2.13.10_GH0.tar.gz) = 662225
12
SHA256 (26eb76cc07210d564d80d98948770c94d27c5243.patch) = a78ca7add5336f815867c65b80cb738c928a2b778082a314e4566428068d7919
12
SHA256 (mapnik-test-data-fd9ab43_GH0.tar.gz) = cb1d5add7a7a83eef5f3e54781bd889afc24c44a5abf77cc421cab3530968ba8
13
SIZE (26eb76cc07210d564d80d98948770c94d27c5243.patch) = 2183
13
SIZE (mapnik-test-data-fd9ab43_GH0.tar.gz) = 14062753
14
SHA256 (08886e3b90f4d448308a46031eede879bb6ed74a.patch) = 75c05edc0f9d2dc2ceeff4ab780ef87005cf1062e3e0e94722cfe94bb7f9eb10
15
SIZE (08886e3b90f4d448308a46031eede879bb6ed74a.patch) = 1908
16
SHA256 (5f1be6bba520151575811b13499a867c0f1dde2c.patch) = bc34c350e199f2bb835d50948677b532de7fc10a9c3c8db096357121ec2bfe7e
17
SIZE (5f1be6bba520151575811b13499a867c0f1dde2c.patch) = 786
(-)b/graphics/mapnik/pkg-plist (-81 / +172 lines)
Lines 1-9 Link Here
1
bin/mapnik-config
1
bin/geometry_to_wkb
2
bin/mapnik-index
2
bin/mapnik-index
3
bin/mapnik-render
3
bin/mapnik-render
4
bin/pgsql2sqlite
4
bin/pgsql2sqlite
5
bin/shapeindex
5
bin/shapeindex
6
bin/svg2png
6
bin/svg2png
7
include/mapbox/feature.hpp
8
include/mapbox/geometry.hpp
9
include/mapbox/geometry/box.hpp
10
include/mapbox/geometry/empty.hpp
11
include/mapbox/geometry/envelope.hpp
12
include/mapbox/geometry/for_each_point.hpp
13
include/mapbox/geometry/geometry.hpp
14
include/mapbox/geometry/line_string.hpp
15
include/mapbox/geometry/multi_line_string.hpp
16
include/mapbox/geometry/multi_point.hpp
17
include/mapbox/geometry/multi_polygon.hpp
18
include/mapbox/geometry/point.hpp
19
include/mapbox/geometry/point_arithmetic.hpp
20
include/mapbox/geometry/polygon.hpp
21
include/mapbox/geometry_io.hpp
22
include/mapbox/optional.hpp
23
include/mapbox/polylabel.hpp
24
include/mapbox/recursive_wrapper.hpp
25
include/mapbox/variant.hpp
26
include/mapbox/variant_cast.hpp
27
include/mapbox/variant_io.hpp
28
include/mapbox/variant_visitor.hpp
29
include/mapnik/adaptive_smooth.hpp
7
include/mapnik/agg/agg_alpha_mask_u8.h
30
include/mapnik/agg/agg_alpha_mask_u8.h
8
include/mapnik/agg/agg_arc.h
31
include/mapnik/agg/agg_arc.h
9
include/mapnik/agg/agg_array.h
32
include/mapnik/agg/agg_array.h
Lines 129-134 include/mapnik/agg/agg_vertex_sequence.h Link Here
129
include/mapnik/agg/agg_vpgen_clip_polygon.h
152
include/mapnik/agg/agg_vpgen_clip_polygon.h
130
include/mapnik/agg/agg_vpgen_clip_polyline.h
153
include/mapnik/agg/agg_vpgen_clip_polyline.h
131
include/mapnik/agg/agg_vpgen_segmentator.h
154
include/mapnik/agg/agg_vpgen_segmentator.h
155
include/mapnik/agg/render_polygon_pattern.hpp
132
include/mapnik/agg_helpers.hpp
156
include/mapnik/agg_helpers.hpp
133
include/mapnik/agg_pattern_source.hpp
157
include/mapnik/agg_pattern_source.hpp
134
include/mapnik/agg_rasterizer.hpp
158
include/mapnik/agg_rasterizer.hpp
Lines 138-145 include/mapnik/attribute.hpp Link Here
138
include/mapnik/attribute_collector.hpp
162
include/mapnik/attribute_collector.hpp
139
include/mapnik/attribute_descriptor.hpp
163
include/mapnik/attribute_descriptor.hpp
140
include/mapnik/boolean.hpp
164
include/mapnik/boolean.hpp
141
include/mapnik/box2d.hpp
165
include/mapnik/boost_spirit_instantiate.hpp
142
include/mapnik/box2d_impl.hpp
143
include/mapnik/cairo/cairo_context.hpp
166
include/mapnik/cairo/cairo_context.hpp
144
include/mapnik/cairo/cairo_image_util.hpp
167
include/mapnik/cairo/cairo_image_util.hpp
145
include/mapnik/cairo/cairo_render_vector.hpp
168
include/mapnik/cairo/cairo_render_vector.hpp
Lines 151-176 include/mapnik/color_factory.hpp Link Here
151
include/mapnik/config.hpp
174
include/mapnik/config.hpp
152
include/mapnik/config_error.hpp
175
include/mapnik/config_error.hpp
153
include/mapnik/coord.hpp
176
include/mapnik/coord.hpp
154
include/mapnik/css_color_grammar.hpp
177
include/mapnik/css/css_color_grammar_x3.hpp
155
include/mapnik/css_color_grammar_impl.hpp
178
include/mapnik/css/css_color_grammar_x3_def.hpp
156
include/mapnik/csv/csv_grammar.hpp
179
include/mapnik/css/css_grammar_x3.hpp
157
include/mapnik/csv/csv_grammar_impl.hpp
180
include/mapnik/css/css_grammar_x3_def.hpp
181
include/mapnik/css/css_unit_value.hpp
182
include/mapnik/csv/csv_grammar_x3.hpp
183
include/mapnik/csv/csv_grammar_x3_def.hpp
158
include/mapnik/csv/csv_types.hpp
184
include/mapnik/csv/csv_types.hpp
159
include/mapnik/cxx11_support.hpp
160
include/mapnik/datasource.hpp
185
include/mapnik/datasource.hpp
161
include/mapnik/datasource_cache.hpp
186
include/mapnik/datasource_cache.hpp
162
include/mapnik/datasource_geometry_type.hpp
187
include/mapnik/datasource_geometry_type.hpp
188
include/mapnik/datasource_plugin.hpp
163
include/mapnik/debug.hpp
189
include/mapnik/debug.hpp
164
include/mapnik/ellipsoid.hpp
165
include/mapnik/enumeration.hpp
190
include/mapnik/enumeration.hpp
166
include/mapnik/evaluate_global_attributes.hpp
191
include/mapnik/evaluate_global_attributes.hpp
167
include/mapnik/expression.hpp
192
include/mapnik/expression.hpp
168
include/mapnik/expression_evaluator.hpp
193
include/mapnik/expression_evaluator.hpp
169
include/mapnik/expression_grammar.hpp
194
include/mapnik/expression_grammar_x3.hpp
170
include/mapnik/expression_grammar_impl.hpp
195
include/mapnik/expression_grammar_x3_config.hpp
196
include/mapnik/expression_grammar_x3_def.hpp
171
include/mapnik/expression_node.hpp
197
include/mapnik/expression_node.hpp
172
include/mapnik/expression_node_types.hpp
198
include/mapnik/expression_node_types.hpp
173
include/mapnik/expression_string.hpp
199
include/mapnik/expression_string.hpp
200
include/mapnik/extend_converter.hpp
174
include/mapnik/factory.hpp
201
include/mapnik/factory.hpp
175
include/mapnik/feature.hpp
202
include/mapnik/feature.hpp
176
include/mapnik/feature_factory.hpp
203
include/mapnik/feature_factory.hpp
Lines 181-210 include/mapnik/feature_style_processor_context.hpp Link Here
181
include/mapnik/feature_style_processor_impl.hpp
208
include/mapnik/feature_style_processor_impl.hpp
182
include/mapnik/feature_type_style.hpp
209
include/mapnik/feature_type_style.hpp
183
include/mapnik/featureset.hpp
210
include/mapnik/featureset.hpp
184
include/mapnik/filter_factory.hpp
211
include/mapnik/filesystem.hpp
185
include/mapnik/filter_featureset.hpp
212
include/mapnik/filter_featureset.hpp
186
include/mapnik/font_engine_freetype.hpp
213
include/mapnik/font_engine_freetype.hpp
187
include/mapnik/font_set.hpp
214
include/mapnik/font_set.hpp
188
include/mapnik/function_call.hpp
215
include/mapnik/function_call.hpp
189
include/mapnik/geom_util.hpp
216
include/mapnik/geom_util.hpp
190
include/mapnik/geometry.hpp
217
include/mapnik/geometry.hpp
191
include/mapnik/geometry_adapters.hpp
218
include/mapnik/geometry/boost_adapters.hpp
192
include/mapnik/geometry_centroid.hpp
219
include/mapnik/geometry/boost_spirit_karma_adapter.hpp
193
include/mapnik/geometry_correct.hpp
220
include/mapnik/geometry/box2d.hpp
194
include/mapnik/geometry_envelope.hpp
221
include/mapnik/geometry/box2d_impl.hpp
195
include/mapnik/geometry_envelope_impl.hpp
222
include/mapnik/geometry/centroid.hpp
196
include/mapnik/geometry_fusion_adapted.hpp
223
include/mapnik/geometry/closest_point.hpp
197
include/mapnik/geometry_is_empty.hpp
224
include/mapnik/geometry/correct.hpp
198
include/mapnik/geometry_is_simple.hpp
225
include/mapnik/geometry/envelope.hpp
199
include/mapnik/geometry_is_valid.hpp
226
include/mapnik/geometry/envelope_impl.hpp
200
include/mapnik/geometry_remove_empty.hpp
227
include/mapnik/geometry/fusion_adapted.hpp
201
include/mapnik/geometry_reprojection.hpp
228
include/mapnik/geometry/geometry_type.hpp
202
include/mapnik/geometry_reprojection_impl.hpp
229
include/mapnik/geometry/geometry_types.hpp
203
include/mapnik/geometry_strategy.hpp
230
include/mapnik/geometry/interior.hpp
204
include/mapnik/geometry_to_path.hpp
231
include/mapnik/geometry/is_empty.hpp
205
include/mapnik/geometry_transform.hpp
232
include/mapnik/geometry/is_simple.hpp
206
include/mapnik/geometry_type.hpp
233
include/mapnik/geometry/is_valid.hpp
207
include/mapnik/geometry_types.hpp
234
include/mapnik/geometry/line_string.hpp
235
include/mapnik/geometry/multi_line_string.hpp
236
include/mapnik/geometry/multi_point.hpp
237
include/mapnik/geometry/multi_polygon.hpp
238
include/mapnik/geometry/point.hpp
239
include/mapnik/geometry/polygon.hpp
240
include/mapnik/geometry/polygon_vertex_processor.hpp
241
include/mapnik/geometry/polylabel.hpp
242
include/mapnik/geometry/remove_empty.hpp
243
include/mapnik/geometry/reprojection.hpp
244
include/mapnik/geometry/reprojection_impl.hpp
245
include/mapnik/geometry/strategy.hpp
246
include/mapnik/geometry/to_path.hpp
247
include/mapnik/geometry/transform.hpp
208
include/mapnik/global.hpp
248
include/mapnik/global.hpp
209
include/mapnik/gradient.hpp
249
include/mapnik/gradient.hpp
210
include/mapnik/grid/grid.hpp
250
include/mapnik/grid/grid.hpp
Lines 229-236 include/mapnik/image_any.hpp Link Here
229
include/mapnik/image_compositing.hpp
269
include/mapnik/image_compositing.hpp
230
include/mapnik/image_copy.hpp
270
include/mapnik/image_copy.hpp
231
include/mapnik/image_filter.hpp
271
include/mapnik/image_filter.hpp
232
include/mapnik/image_filter_grammar.hpp
272
include/mapnik/image_filter_grammar_x3.hpp
233
include/mapnik/image_filter_grammar_impl.hpp
273
include/mapnik/image_filter_grammar_x3_def.hpp
234
include/mapnik/image_filter_types.hpp
274
include/mapnik/image_filter_types.hpp
235
include/mapnik/image_impl.hpp
275
include/mapnik/image_impl.hpp
236
include/mapnik/image_null.hpp
276
include/mapnik/image_null.hpp
Lines 249-293 include/mapnik/image_view_impl.hpp Link Here
249
include/mapnik/image_view_null.hpp
289
include/mapnik/image_view_null.hpp
250
include/mapnik/jpeg_io.hpp
290
include/mapnik/jpeg_io.hpp
251
include/mapnik/json/attribute_value_visitor.hpp
291
include/mapnik/json/attribute_value_visitor.hpp
252
include/mapnik/json/error_handler.hpp
292
include/mapnik/json/create_feature.hpp
253
include/mapnik/json/extract_bounding_box_grammar.hpp
293
include/mapnik/json/create_geometry.hpp
254
include/mapnik/json/extract_bounding_box_grammar_impl.hpp
294
include/mapnik/json/extract_bounding_boxes_x3.hpp
255
include/mapnik/json/feature_collection_grammar.hpp
295
include/mapnik/json/extract_bounding_boxes_x3_config.hpp
256
include/mapnik/json/feature_collection_grammar_impl.hpp
257
include/mapnik/json/feature_generator.hpp
258
include/mapnik/json/feature_generator_grammar.hpp
296
include/mapnik/json/feature_generator_grammar.hpp
259
include/mapnik/json/feature_generator_grammar_impl.hpp
297
include/mapnik/json/feature_generator_grammar_impl.hpp
260
include/mapnik/json/feature_grammar.hpp
298
include/mapnik/json/feature_grammar_x3.hpp
261
include/mapnik/json/feature_grammar_impl.hpp
299
include/mapnik/json/feature_grammar_x3_def.hpp
262
include/mapnik/json/feature_parser.hpp
300
include/mapnik/json/feature_parser.hpp
263
include/mapnik/json/generic_json.hpp
301
include/mapnik/json/generic_json_grammar_x3.hpp
302
include/mapnik/json/generic_json_grammar_x3_def.hpp
303
include/mapnik/json/geojson_grammar_x3.hpp
304
include/mapnik/json/geojson_grammar_x3_def.hpp
264
include/mapnik/json/geometry_generator_grammar.hpp
305
include/mapnik/json/geometry_generator_grammar.hpp
265
include/mapnik/json/geometry_generator_grammar_impl.hpp
306
include/mapnik/json/geometry_generator_grammar_impl.hpp
266
include/mapnik/json/geometry_grammar.hpp
267
include/mapnik/json/geometry_grammar_impl.hpp
268
include/mapnik/json/geometry_parser.hpp
307
include/mapnik/json/geometry_parser.hpp
269
include/mapnik/json/geometry_util.hpp
308
include/mapnik/json/json_grammar_config.hpp
270
include/mapnik/json/positions.hpp
309
include/mapnik/json/json_value.hpp
271
include/mapnik/json/positions_grammar.hpp
310
include/mapnik/json/parse_feature.hpp
272
include/mapnik/json/positions_grammar_impl.hpp
311
include/mapnik/json/positions_grammar_x3.hpp
312
include/mapnik/json/positions_grammar_x3_def.hpp
313
include/mapnik/json/positions_x3.hpp
273
include/mapnik/json/properties_generator_grammar.hpp
314
include/mapnik/json/properties_generator_grammar.hpp
274
include/mapnik/json/properties_generator_grammar_impl.hpp
315
include/mapnik/json/properties_generator_grammar_impl.hpp
275
include/mapnik/json/stringifier.hpp
316
include/mapnik/json/stringifier.hpp
276
include/mapnik/json/topojson_grammar.hpp
317
include/mapnik/json/topojson_grammar_x3.hpp
277
include/mapnik/json/topojson_grammar_impl.hpp
318
include/mapnik/json/topojson_grammar_x3_def.hpp
278
include/mapnik/json/topojson_utils.hpp
319
include/mapnik/json/topojson_utils.hpp
279
include/mapnik/json/topology.hpp
320
include/mapnik/json/topology.hpp
321
include/mapnik/json/unicode_string_grammar_x3.hpp
322
include/mapnik/json/unicode_string_grammar_x3_def.hpp
280
include/mapnik/json/value_converters.hpp
323
include/mapnik/json/value_converters.hpp
281
include/mapnik/label_collision_detector.hpp
324
include/mapnik/label_collision_detector.hpp
282
include/mapnik/layer.hpp
325
include/mapnik/layer.hpp
283
include/mapnik/load_map.hpp
326
include/mapnik/load_map.hpp
284
include/mapnik/make_unique.hpp
285
include/mapnik/map.hpp
327
include/mapnik/map.hpp
286
include/mapnik/mapbox/optional.hpp
328
include/mapnik/mapnik.hpp
287
include/mapnik/mapbox/recursive_wrapper.hpp
288
include/mapnik/mapbox/variant.hpp
289
include/mapnik/mapbox/variant_io.hpp
290
include/mapnik/mapbox/variant_visitor.hpp
291
include/mapnik/mapped_memory_cache.hpp
329
include/mapnik/mapped_memory_cache.hpp
292
include/mapnik/marker.hpp
330
include/mapnik/marker.hpp
293
include/mapnik/marker_cache.hpp
331
include/mapnik/marker_cache.hpp
Lines 297-304 include/mapnik/markers_placements/basic.hpp Link Here
297
include/mapnik/markers_placements/interior.hpp
335
include/mapnik/markers_placements/interior.hpp
298
include/mapnik/markers_placements/line.hpp
336
include/mapnik/markers_placements/line.hpp
299
include/mapnik/markers_placements/point.hpp
337
include/mapnik/markers_placements/point.hpp
300
include/mapnik/markers_placements/vertext_first.hpp
338
include/mapnik/markers_placements/polylabel.hpp
301
include/mapnik/markers_placements/vertext_last.hpp
339
include/mapnik/markers_placements/vertex_first.hpp
340
include/mapnik/markers_placements/vertex_last.hpp
302
include/mapnik/memory_datasource.hpp
341
include/mapnik/memory_datasource.hpp
303
include/mapnik/memory_featureset.hpp
342
include/mapnik/memory_featureset.hpp
304
include/mapnik/octree.hpp
343
include/mapnik/octree.hpp
Lines 307-317 include/mapnik/palette.hpp Link Here
307
include/mapnik/params.hpp
346
include/mapnik/params.hpp
308
include/mapnik/params_impl.hpp
347
include/mapnik/params_impl.hpp
309
include/mapnik/parse_path.hpp
348
include/mapnik/parse_path.hpp
310
include/mapnik/parse_transform.hpp
311
include/mapnik/path.hpp
349
include/mapnik/path.hpp
312
include/mapnik/path_expression.hpp
350
include/mapnik/path_expression.hpp
313
include/mapnik/path_expression_grammar.hpp
351
include/mapnik/path_expression_grammar_x3.hpp
314
include/mapnik/path_expression_grammar_impl.hpp
352
include/mapnik/path_expression_grammar_x3_def.hpp
315
include/mapnik/pixel_position.hpp
353
include/mapnik/pixel_position.hpp
316
include/mapnik/pixel_types.hpp
354
include/mapnik/pixel_types.hpp
317
include/mapnik/plugin.hpp
355
include/mapnik/plugin.hpp
Lines 319-324 include/mapnik/png_io.hpp Link Here
319
include/mapnik/pool.hpp
357
include/mapnik/pool.hpp
320
include/mapnik/proj_strategy.hpp
358
include/mapnik/proj_strategy.hpp
321
include/mapnik/proj_transform.hpp
359
include/mapnik/proj_transform.hpp
360
include/mapnik/proj_transform_cache.hpp
322
include/mapnik/projection.hpp
361
include/mapnik/projection.hpp
323
include/mapnik/ptree_helpers.hpp
362
include/mapnik/ptree_helpers.hpp
324
include/mapnik/quad_tree.hpp
363
include/mapnik/quad_tree.hpp
Lines 326-338 include/mapnik/query.hpp Link Here
326
include/mapnik/raster.hpp
365
include/mapnik/raster.hpp
327
include/mapnik/raster_colorizer.hpp
366
include/mapnik/raster_colorizer.hpp
328
include/mapnik/renderer_common.hpp
367
include/mapnik/renderer_common.hpp
368
include/mapnik/renderer_common/apply_vertex_converter.hpp
369
include/mapnik/renderer_common/clipping_extent.hpp
370
include/mapnik/renderer_common/pattern_alignment.hpp
371
include/mapnik/renderer_common/process_building_symbolizer.hpp
372
include/mapnik/renderer_common/process_point_symbolizer.hpp
373
include/mapnik/renderer_common/process_polygon_symbolizer.hpp
374
include/mapnik/renderer_common/process_raster_symbolizer.hpp
375
include/mapnik/renderer_common/render_group_symbolizer.hpp
376
include/mapnik/renderer_common/render_markers_symbolizer.hpp
377
include/mapnik/renderer_common/render_pattern.hpp
378
include/mapnik/renderer_common/render_thunk.hpp
379
include/mapnik/renderer_common/render_thunk_extractor.hpp
329
include/mapnik/request.hpp
380
include/mapnik/request.hpp
330
include/mapnik/rule.hpp
381
include/mapnik/rule.hpp
331
include/mapnik/rule_cache.hpp
382
include/mapnik/rule_cache.hpp
332
include/mapnik/safe_cast.hpp
383
include/mapnik/safe_cast.hpp
333
include/mapnik/save_map.hpp
384
include/mapnik/save_map.hpp
334
include/mapnik/scale_denominator.hpp
385
include/mapnik/scale_denominator.hpp
335
include/mapnik/segment.hpp
336
include/mapnik/simplify.hpp
386
include/mapnik/simplify.hpp
337
include/mapnik/simplify_converter.hpp
387
include/mapnik/simplify_converter.hpp
338
include/mapnik/span_image_filter.hpp
388
include/mapnik/span_image_filter.hpp
Lines 348-368 include/mapnik/sse.hpp Link Here
348
include/mapnik/stringify_macro.hpp
398
include/mapnik/stringify_macro.hpp
349
include/mapnik/svg/geometry_svg_generator.hpp
399
include/mapnik/svg/geometry_svg_generator.hpp
350
include/mapnik/svg/geometry_svg_generator_impl.hpp
400
include/mapnik/svg/geometry_svg_generator_impl.hpp
401
include/mapnik/svg/output/svg_generator.hpp
402
include/mapnik/svg/output/svg_output_attributes.hpp
403
include/mapnik/svg/output/svg_output_grammars.hpp
404
include/mapnik/svg/output/svg_output_grammars_impl.hpp
405
include/mapnik/svg/output/svg_path_iterator.hpp
406
include/mapnik/svg/output/svg_renderer.hpp
407
include/mapnik/svg/svg_bounding_box.hpp
351
include/mapnik/svg/svg_converter.hpp
408
include/mapnik/svg/svg_converter.hpp
409
include/mapnik/svg/svg_grammar_config_x3.hpp
410
include/mapnik/svg/svg_group.hpp
352
include/mapnik/svg/svg_parser.hpp
411
include/mapnik/svg/svg_parser.hpp
353
include/mapnik/svg/svg_parser_exception.hpp
412
include/mapnik/svg/svg_parser_exception.hpp
354
include/mapnik/svg/svg_path_adapter.hpp
413
include/mapnik/svg/svg_path_adapter.hpp
355
include/mapnik/svg/svg_path_attributes.hpp
414
include/mapnik/svg/svg_path_attributes.hpp
356
include/mapnik/svg/svg_path_commands.hpp
415
include/mapnik/svg/svg_path_commands.hpp
357
include/mapnik/svg/svg_path_grammar.hpp
416
include/mapnik/svg/svg_path_grammar_x3.hpp
358
include/mapnik/svg/svg_path_grammar_impl.hpp
417
include/mapnik/svg/svg_path_grammar_x3_def.hpp
359
include/mapnik/svg/svg_path_parser.hpp
418
include/mapnik/svg/svg_path_parser.hpp
360
include/mapnik/svg/svg_points_grammar.hpp
361
include/mapnik/svg/svg_points_grammar_impl.hpp
362
include/mapnik/svg/svg_renderer_agg.hpp
419
include/mapnik/svg/svg_renderer_agg.hpp
363
include/mapnik/svg/svg_storage.hpp
420
include/mapnik/svg/svg_storage.hpp
364
include/mapnik/svg/svg_transform_grammar.hpp
421
include/mapnik/svg/svg_transform_grammar_x3.hpp
365
include/mapnik/svg/svg_transform_grammar_impl.hpp
422
include/mapnik/svg/svg_transform_grammar_x3_def.hpp
366
include/mapnik/symbolizer.hpp
423
include/mapnik/symbolizer.hpp
367
include/mapnik/symbolizer_base.hpp
424
include/mapnik/symbolizer_base.hpp
368
include/mapnik/symbolizer_default_values.hpp
425
include/mapnik/symbolizer_default_values.hpp
Lines 371-376 include/mapnik/symbolizer_enumerations.hpp Link Here
371
include/mapnik/symbolizer_hash.hpp
428
include/mapnik/symbolizer_hash.hpp
372
include/mapnik/symbolizer_keys.hpp
429
include/mapnik/symbolizer_keys.hpp
373
include/mapnik/symbolizer_utils.hpp
430
include/mapnik/symbolizer_utils.hpp
431
include/mapnik/text/color_font_renderer.hpp
374
include/mapnik/text/evaluated_format_properties_ptr.hpp
432
include/mapnik/text/evaluated_format_properties_ptr.hpp
375
include/mapnik/text/face.hpp
433
include/mapnik/text/face.hpp
376
include/mapnik/text/font_feature_settings.hpp
434
include/mapnik/text/font_feature_settings.hpp
Lines 395-401 include/mapnik/text/placements/registry.hpp Link Here
395
include/mapnik/text/placements/simple.hpp
453
include/mapnik/text/placements/simple.hpp
396
include/mapnik/text/properties_util.hpp
454
include/mapnik/text/properties_util.hpp
397
include/mapnik/text/renderer.hpp
455
include/mapnik/text/renderer.hpp
398
include/mapnik/text/rotation.hpp
399
include/mapnik/text/scrptrun.hpp
456
include/mapnik/text/scrptrun.hpp
400
include/mapnik/text/symbolizer_helpers.hpp
457
include/mapnik/text/symbolizer_helpers.hpp
401
include/mapnik/text/text_layout.hpp
458
include/mapnik/text/text_layout.hpp
Lines 404-414 include/mapnik/text/text_properties.hpp Link Here
404
include/mapnik/tiff_io.hpp
461
include/mapnik/tiff_io.hpp
405
include/mapnik/timer.hpp
462
include/mapnik/timer.hpp
406
include/mapnik/tolerance_iterator.hpp
463
include/mapnik/tolerance_iterator.hpp
407
include/mapnik/transform_expression.hpp
464
include/mapnik/transform/parse_transform.hpp
408
include/mapnik/transform_expression_grammar.hpp
465
include/mapnik/transform/transform_expression.hpp
409
include/mapnik/transform_expression_grammar_impl.hpp
466
include/mapnik/transform/transform_expression_grammar_x3.hpp
467
include/mapnik/transform/transform_expression_grammar_x3_def.hpp
468
include/mapnik/transform/transform_processor.hpp
410
include/mapnik/transform_path_adapter.hpp
469
include/mapnik/transform_path_adapter.hpp
411
include/mapnik/transform_processor.hpp
412
include/mapnik/unicode.hpp
470
include/mapnik/unicode.hpp
413
include/mapnik/util/char_array_buffer.hpp
471
include/mapnik/util/char_array_buffer.hpp
414
include/mapnik/util/const_rendering_buffer.hpp
472
include/mapnik/util/const_rendering_buffer.hpp
Lines 418-423 include/mapnik/util/dasharray_parser.hpp Link Here
418
include/mapnik/util/feature_to_geojson.hpp
476
include/mapnik/util/feature_to_geojson.hpp
419
include/mapnik/util/featureset_buffer.hpp
477
include/mapnik/util/featureset_buffer.hpp
420
include/mapnik/util/file_io.hpp
478
include/mapnik/util/file_io.hpp
479
include/mapnik/util/from_u8string.hpp
421
include/mapnik/util/fs.hpp
480
include/mapnik/util/fs.hpp
422
include/mapnik/util/geometry_to_ds_type.hpp
481
include/mapnik/util/geometry_to_ds_type.hpp
423
include/mapnik/util/geometry_to_geojson.hpp
482
include/mapnik/util/geometry_to_geojson.hpp
Lines 426-431 include/mapnik/util/geometry_to_wkb.hpp Link Here
426
include/mapnik/util/geometry_to_wkt.hpp
485
include/mapnik/util/geometry_to_wkt.hpp
427
include/mapnik/util/hsl.hpp
486
include/mapnik/util/hsl.hpp
428
include/mapnik/util/is_clockwise.hpp
487
include/mapnik/util/is_clockwise.hpp
488
include/mapnik/util/mapped_memory_file.hpp
429
include/mapnik/util/math.hpp
489
include/mapnik/util/math.hpp
430
include/mapnik/util/name_to_int.hpp
490
include/mapnik/util/name_to_int.hpp
431
include/mapnik/util/noncopyable.hpp
491
include/mapnik/util/noncopyable.hpp
Lines 439-447 include/mapnik/util/utf_conv_win.hpp Link Here
439
include/mapnik/util/variant.hpp
499
include/mapnik/util/variant.hpp
440
include/mapnik/util/variant_io.hpp
500
include/mapnik/util/variant_io.hpp
441
include/mapnik/value.hpp
501
include/mapnik/value.hpp
442
include/mapnik/value_error.hpp
502
include/mapnik/value/error.hpp
443
include/mapnik/value_hash.hpp
503
include/mapnik/value/hash.hpp
444
include/mapnik/value_types.hpp
504
include/mapnik/value/types.hpp
445
include/mapnik/version.hpp
505
include/mapnik/version.hpp
446
include/mapnik/vertex.hpp
506
include/mapnik/vertex.hpp
447
include/mapnik/vertex_adapters.hpp
507
include/mapnik/vertex_adapters.hpp
Lines 451-456 include/mapnik/vertex_processor.hpp Link Here
451
include/mapnik/vertex_vector.hpp
511
include/mapnik/vertex_vector.hpp
452
include/mapnik/view_strategy.hpp
512
include/mapnik/view_strategy.hpp
453
include/mapnik/view_transform.hpp
513
include/mapnik/view_transform.hpp
514
include/mapnik/warning.hpp
454
include/mapnik/warning_ignore.hpp
515
include/mapnik/warning_ignore.hpp
455
include/mapnik/warning_ignore_agg.hpp
516
include/mapnik/warning_ignore_agg.hpp
456
include/mapnik/warp.hpp
517
include/mapnik/warp.hpp
Lines 460-478 include/mapnik/wkb.hpp Link Here
460
include/mapnik/wkt/wkt_factory.hpp
521
include/mapnik/wkt/wkt_factory.hpp
461
include/mapnik/wkt/wkt_generator_grammar.hpp
522
include/mapnik/wkt/wkt_generator_grammar.hpp
462
include/mapnik/wkt/wkt_generator_grammar_impl.hpp
523
include/mapnik/wkt/wkt_generator_grammar_impl.hpp
463
include/mapnik/wkt/wkt_grammar.hpp
524
include/mapnik/wkt/wkt_grammar_x3.hpp
464
include/mapnik/wkt/wkt_grammar_impl.hpp
525
include/mapnik/wkt/wkt_grammar_x3_def.hpp
465
include/mapnik/xml_attribute_cast.hpp
526
include/mapnik/xml_attribute_cast.hpp
466
include/mapnik/xml_loader.hpp
527
include/mapnik/xml_loader.hpp
467
include/mapnik/xml_node.hpp
528
include/mapnik/xml_node.hpp
468
include/mapnik/xml_tree.hpp
529
include/mapnik/xml_tree.hpp
469
lib/libmapnik-json.a
530
lib/cmake/mapnik/mapnikConfig.cmake
470
lib/libmapnik-wkt.a
531
lib/cmake/mapnik/mapnikConfigVersion.cmake
532
lib/cmake/mapnik/mapnikPlugins-%%CMAKE_BUILD_TYPE%%.cmake
533
lib/cmake/mapnik/mapnikTargets-%%CMAKE_BUILD_TYPE%%.cmake
534
lib/cmake/mapnik/mapnikTargets.cmake
535
lib/cmake/mapnik/mapnikUtilityTargets_geometry_to_wkb-%%CMAKE_BUILD_TYPE%%.cmake
536
lib/cmake/mapnik/mapnikUtilityTargets_geometry_to_wkb.cmake
537
lib/cmake/mapnik/mapnikUtilityTargets_mapnik-index-%%CMAKE_BUILD_TYPE%%.cmake
538
lib/cmake/mapnik/mapnikUtilityTargets_mapnik-index.cmake
539
lib/cmake/mapnik/mapnikUtilityTargets_mapnik-render-%%CMAKE_BUILD_TYPE%%.cmake
540
lib/cmake/mapnik/mapnikUtilityTargets_mapnik-render.cmake
541
lib/cmake/mapnik/mapnikUtilityTargets_pgsql2sqlite-%%CMAKE_BUILD_TYPE%%.cmake
542
lib/cmake/mapnik/mapnikUtilityTargets_pgsql2sqlite.cmake
543
lib/cmake/mapnik/mapnikUtilityTargets_shapeindex-%%CMAKE_BUILD_TYPE%%.cmake
544
lib/cmake/mapnik/mapnikUtilityTargets_shapeindex.cmake
545
lib/cmake/mapnik/mapnikUtilityTargets_svg2png-%%CMAKE_BUILD_TYPE%%.cmake
546
lib/cmake/mapnik/mapnikUtilityTargets_svg2png.cmake
471
lib/libmapnik.so
547
lib/libmapnik.so
472
lib/libmapnik.so.3.1
548
lib/libmapnik.so.%%GTK4_VERSION%%
473
lib/libmapnik.so.3.1.0
549
lib/libmapnikjson.a
550
lib/libmapnikwkt.a
474
lib/mapnik/input/csv.input
551
lib/mapnik/input/csv.input
475
lib/mapnik/input/gdal.input
552
lib/mapnik/input/gdal.input
553
lib/mapnik/input/geobuf.input
476
lib/mapnik/input/geojson.input
554
lib/mapnik/input/geojson.input
477
lib/mapnik/input/ogr.input
555
lib/mapnik/input/ogr.input
478
lib/mapnik/input/pgraster.input
556
lib/mapnik/input/pgraster.input
Lines 481-483 lib/mapnik/input/raster.input Link Here
481
lib/mapnik/input/shape.input
559
lib/mapnik/input/shape.input
482
lib/mapnik/input/sqlite.input
560
lib/mapnik/input/sqlite.input
483
lib/mapnik/input/topojson.input
561
lib/mapnik/input/topojson.input
484
- 
562
libdata/pkgconfig/libmapnik.pc
563
libdata/pkgconfig/libmapnikjson.pc
564
libdata/pkgconfig/libmapnikwkt.pc
565
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md
566
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
567
%%PORTDOCS%%%%DOCSDIR%%/CODE_OF_CONDUCT.md
568
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md
569
%%PORTDOCS%%%%DOCSDIR%%/README.md
570
%%PORTDOCS%%%%DOCSDIR%%/docs/cmake-usage.md
571
%%PORTDOCS%%%%DOCSDIR%%/docs/contributing.md
572
%%PORTDOCS%%%%DOCSDIR%%/docs/design.md
573
%%PORTDOCS%%%%DOCSDIR%%/docs/textrendering.gv
574
%%PORTDOCS%%%%DOCSDIR%%/docs/textrendering.png
575
%%PORTDOCS%%%%DOCSDIR%%/docs/textrendering.svg

Return to bug 279844