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

(-)graphics/gdal/Makefile (-2 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gdal
4
PORTNAME=	gdal
5
PORTVERSION=	3.1.4
5
PORTVERSION=	3.2.0
6
PORTREVISION=	3
7
CATEGORIES=	graphics geography
6
CATEGORIES=	graphics geography
8
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
9
		LOCAL/sunpoet
8
		LOCAL/sunpoet
Lines 28-33 Link Here
28
OPTIONS_RADIO=	PDF
27
OPTIONS_RADIO=	PDF
29
OPTIONS_RADIO_PDF=	PODOFO POPPLER
28
OPTIONS_RADIO_PDF=	PODOFO POPPLER
30
OPTIONS_DEFAULT=JASPER
29
OPTIONS_DEFAULT=JASPER
30
OPTIONS_DEFAULT=	CURL EXPAT FREEXL GEOS HDF5 JASPER \
31
			KML LIBXML2 NETCDF OPENJPEG PCRE PGSQL SFCGAL \
32
			SPATIALITE SQLITE WEBP XERCES ZSTD POPPLER
31
OPTIONS_SUB=	yes
33
OPTIONS_SUB=	yes
32
PCRE_DESC=	Regular expression support for SQLite
34
PCRE_DESC=	Regular expression support for SQLite
33
35
(-)graphics/gdal/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1604680086
1
TIMESTAMP = 1608369561
2
SHA256 (gdal-3.1.4.tar.xz) = 7b82486f71c71cec61f9b237116212ce18ef6b90f068cbbf9f7de4fc50b576a8
2
SHA256 (gdal-3.2.0.tar.xz) = b051f852600ffdf07e337a7f15673da23f9201a9dbb482bd513756a3e5a196a6
3
SIZE (gdal-3.1.4.tar.xz) = 12092576
3
SIZE (gdal-3.2.0.tar.xz) = 12169064
(-)graphics/gdal/pkg-plist (-1 / +6 lines)
Lines 1-5 Link Here
1
bin/gdal-config
1
bin/gdal-config
2
bin/gdal_contour
2
bin/gdal_contour
3
bin/gdal_create
3
bin/gdal_grid
4
bin/gdal_grid
4
bin/gdal_rasterize
5
bin/gdal_rasterize
5
bin/gdal_translate
6
bin/gdal_translate
Lines 13-19 Link Here
13
bin/gdalmanage
14
bin/gdalmanage
14
bin/gdalmdiminfo
15
bin/gdalmdiminfo
15
bin/gdalmdimtranslate
16
bin/gdalmdimtranslate
16
bin/gdalserver
17
bin/gdalsrsinfo
17
bin/gdalsrsinfo
18
bin/gdaltindex
18
bin/gdaltindex
19
bin/gdaltransform
19
bin/gdaltransform
Lines 188-193 Link Here
188
%%DATADIR%%/seed_2d.dgn
188
%%DATADIR%%/seed_2d.dgn
189
%%DATADIR%%/seed_3d.dgn
189
%%DATADIR%%/seed_3d.dgn
190
%%DATADIR%%/stateplane.csv
190
%%DATADIR%%/stateplane.csv
191
%%DATADIR%%/template_tiles.mapml
192
%%DATADIR%%/tms_LINZAntarticaMapTileGrid.json
193
%%DATADIR%%/tms_MapML_APSTILE.json
194
%%DATADIR%%/tms_MapML_CBMTILE.json
195
%%DATADIR%%/tms_NZTM2000.json
191
%%DATADIR%%/trailer.dxf
196
%%DATADIR%%/trailer.dxf
192
%%DATADIR%%/vdv452.xml
197
%%DATADIR%%/vdv452.xml
193
%%DATADIR%%/vdv452.xsd
198
%%DATADIR%%/vdv452.xsd
(-)graphics/geos/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	geos
4
PORTNAME=	geos
5
PORTVERSION=	3.8.1
5
PORTVERSION=	3.9.0
6
CATEGORIES=	graphics geography
6
CATEGORIES=	graphics geography
7
MASTER_SITES=	https://download.osgeo.org/geos/ \
7
MASTER_SITES=	https://download.osgeo.org/geos/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
(-)graphics/geos/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1585059195
1
TIMESTAMP = 1608361930
2
SHA256 (geos-3.8.1.tar.bz2) = 4258af4308deb9dbb5047379026b4cd9838513627cb943a44e16c40e42ae17f7
2
SHA256 (geos-3.9.0.tar.bz2) = bd8082cf12f45f27630193c78bdb5a3cba847b81e72b20268356c2a4fc065269
3
SIZE (geos-3.8.1.tar.bz2) = 2505407
3
SIZE (geos-3.9.0.tar.bz2) = 4710957
(-)graphics/geos/pkg-plist (-45 / +64 lines)
Lines 25-30 Link Here
25
include/geos/algorithm/RayCrossingCounter.h
25
include/geos/algorithm/RayCrossingCounter.h
26
include/geos/algorithm/RayCrossingCounterDD.h
26
include/geos/algorithm/RayCrossingCounterDD.h
27
include/geos/algorithm/RobustDeterminant.h
27
include/geos/algorithm/RobustDeterminant.h
28
include/geos/algorithm/construct/LargestEmptyCircle.h
29
include/geos/algorithm/construct/MaximumInscribedCircle.h
28
include/geos/algorithm/distance/DiscreteFrechetDistance.h
30
include/geos/algorithm/distance/DiscreteFrechetDistance.h
29
include/geos/algorithm/distance/DiscreteHausdorffDistance.h
31
include/geos/algorithm/distance/DiscreteHausdorffDistance.h
30
include/geos/algorithm/distance/DistanceToPoint.h
32
include/geos/algorithm/distance/DistanceToPoint.h
Lines 32-55 Link Here
32
include/geos/algorithm/locate/IndexedPointInAreaLocator.h
34
include/geos/algorithm/locate/IndexedPointInAreaLocator.h
33
include/geos/algorithm/locate/PointOnGeometryLocator.h
35
include/geos/algorithm/locate/PointOnGeometryLocator.h
34
include/geos/algorithm/locate/SimplePointInAreaLocator.h
36
include/geos/algorithm/locate/SimplePointInAreaLocator.h
35
include/geos/algorithm/ttmath/ttmath.h
36
include/geos/algorithm/ttmath/ttmathbig.h
37
include/geos/algorithm/ttmath/ttmathdec.h
38
include/geos/algorithm/ttmath/ttmathint.h
39
include/geos/algorithm/ttmath/ttmathmisc.h
40
include/geos/algorithm/ttmath/ttmathobjects.h
41
include/geos/algorithm/ttmath/ttmathparser.h
42
include/geos/algorithm/ttmath/ttmaththreads.h
43
include/geos/algorithm/ttmath/ttmathtypes.h
44
include/geos/algorithm/ttmath/ttmathuint.h
45
include/geos/algorithm/ttmath/ttmathuint_noasm.h
46
include/geos/algorithm/ttmath/ttmathuint_x86.h
47
include/geos/algorithm/ttmath/ttmathuint_x86_64.h
48
include/geos/algorithm/ttmath/ttmathuint_x86_64_msvc.asm
49
include/geos/constants.h
37
include/geos/constants.h
38
include/geos/edgegraph/EdgeGraph.h
39
include/geos/edgegraph/EdgeGraphBuilder.h
40
include/geos/edgegraph/HalfEdge.h
41
include/geos/edgegraph/MarkHalfEdge.h
50
include/geos/export.h
42
include/geos/export.h
51
include/geos/geom.h
43
include/geos/geom.h
52
include/geos/geom/BinaryOp.h
53
include/geos/geom/Coordinate.h
44
include/geos/geom/Coordinate.h
54
include/geos/geom/Coordinate.inl
45
include/geos/geom/Coordinate.inl
55
include/geos/geom/CoordinateArraySequence.h
46
include/geos/geom/CoordinateArraySequence.h
Lines 72-77 Link Here
72
include/geos/geom/GeometryFactory.h
63
include/geos/geom/GeometryFactory.h
73
include/geos/geom/GeometryFactory.inl
64
include/geos/geom/GeometryFactory.inl
74
include/geos/geom/GeometryFilter.h
65
include/geos/geom/GeometryFilter.h
66
include/geos/geom/HeuristicOverlay.h
75
include/geos/geom/IntersectionMatrix.h
67
include/geos/geom/IntersectionMatrix.h
76
include/geos/geom/LineSegment.h
68
include/geos/geom/LineSegment.h
77
include/geos/geom/LineSegment.inl
69
include/geos/geom/LineSegment.inl
Lines 85-92 Link Here
85
include/geos/geom/MultiPolygon.inl
77
include/geos/geom/MultiPolygon.inl
86
include/geos/geom/Point.h
78
include/geos/geom/Point.h
87
include/geos/geom/Polygon.h
79
include/geos/geom/Polygon.h
80
include/geos/geom/Position.h
88
include/geos/geom/PrecisionModel.h
81
include/geos/geom/PrecisionModel.h
89
include/geos/geom/PrecisionModel.inl
82
include/geos/geom/PrecisionModel.inl
83
include/geos/geom/Quadrant.h
84
include/geos/geom/Quadrant.inl
90
include/geos/geom/Triangle.h
85
include/geos/geom/Triangle.h
91
include/geos/geom/prep/AbstractPreparedPolygonContains.h
86
include/geos/geom/prep/AbstractPreparedPolygonContains.h
92
include/geos/geom/prep/BasicPreparedGeometry.h
87
include/geos/geom/prep/BasicPreparedGeometry.h
Lines 93-104 Link Here
93
include/geos/geom/prep/PreparedGeometry.h
88
include/geos/geom/prep/PreparedGeometry.h
94
include/geos/geom/prep/PreparedGeometryFactory.h
89
include/geos/geom/prep/PreparedGeometryFactory.h
95
include/geos/geom/prep/PreparedLineString.h
90
include/geos/geom/prep/PreparedLineString.h
91
include/geos/geom/prep/PreparedLineStringDistance.h
96
include/geos/geom/prep/PreparedLineStringIntersects.h
92
include/geos/geom/prep/PreparedLineStringIntersects.h
93
include/geos/geom/prep/PreparedLineStringNearestPoints.h
97
include/geos/geom/prep/PreparedPoint.h
94
include/geos/geom/prep/PreparedPoint.h
98
include/geos/geom/prep/PreparedPolygon.h
95
include/geos/geom/prep/PreparedPolygon.h
99
include/geos/geom/prep/PreparedPolygonContains.h
96
include/geos/geom/prep/PreparedPolygonContains.h
100
include/geos/geom/prep/PreparedPolygonContainsProperly.h
97
include/geos/geom/prep/PreparedPolygonContainsProperly.h
101
include/geos/geom/prep/PreparedPolygonCovers.h
98
include/geos/geom/prep/PreparedPolygonCovers.h
99
include/geos/geom/prep/PreparedPolygonDistance.h
102
include/geos/geom/prep/PreparedPolygonIntersects.h
100
include/geos/geom/prep/PreparedPolygonIntersects.h
103
include/geos/geom/prep/PreparedPolygonPredicate.h
101
include/geos/geom/prep/PreparedPolygonPredicate.h
104
include/geos/geom/util/ComponentCoordinateExtracter.h
102
include/geos/geom/util/ComponentCoordinateExtracter.h
Lines 114-121 Link Here
114
include/geos/geom/util/PolygonExtracter.h
112
include/geos/geom/util/PolygonExtracter.h
115
include/geos/geom/util/ShortCircuitedGeometryVisitor.h
113
include/geos/geom/util/ShortCircuitedGeometryVisitor.h
116
include/geos/geom/util/SineStarFactory.h
114
include/geos/geom/util/SineStarFactory.h
117
include/geos/geomUtil.h
118
include/geos/geomgraph.h
119
include/geos/geomgraph/Depth.h
115
include/geos/geomgraph/Depth.h
120
include/geos/geomgraph/Depth.inl
116
include/geos/geomgraph/Depth.inl
121
include/geos/geomgraph/DirectedEdge.h
117
include/geos/geomgraph/DirectedEdge.h
Lines 138-146 Link Here
138
include/geos/geomgraph/NodeFactory.h
134
include/geos/geomgraph/NodeFactory.h
139
include/geos/geomgraph/NodeMap.h
135
include/geos/geomgraph/NodeMap.h
140
include/geos/geomgraph/PlanarGraph.h
136
include/geos/geomgraph/PlanarGraph.h
141
include/geos/geomgraph/Position.h
142
include/geos/geomgraph/Quadrant.h
143
include/geos/geomgraph/Quadrant.inl
144
include/geos/geomgraph/TopologyLocation.h
137
include/geos/geomgraph/TopologyLocation.h
145
include/geos/geomgraph/TopologyLocation.inl
138
include/geos/geomgraph/TopologyLocation.inl
146
include/geos/geomgraph/index/EdgeSetIntersector.h
139
include/geos/geomgraph/index/EdgeSetIntersector.h
Lines 155-162 Link Here
155
include/geos/geomgraph/index/SweepLineEvent.h
148
include/geos/geomgraph/index/SweepLineEvent.h
156
include/geos/geomgraph/index/SweepLineEventObj.h
149
include/geos/geomgraph/index/SweepLineEventObj.h
157
include/geos/geomgraph/index/SweepLineSegment.h
150
include/geos/geomgraph/index/SweepLineSegment.h
158
include/geos/geomgraphindex.h
159
include/geos/geosAlgorithm.h
160
include/geos/index/ItemVisitor.h
151
include/geos/index/ItemVisitor.h
161
include/geos/index/SpatialIndex.h
152
include/geos/index/SpatialIndex.h
162
include/geos/index/bintree/Bintree.h
153
include/geos/index/bintree/Bintree.h
Lines 173-179 Link Here
173
include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
164
include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
174
include/geos/index/intervalrtree/IntervalRTreeNode.h
165
include/geos/index/intervalrtree/IntervalRTreeNode.h
175
include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
166
include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
176
include/geos/index/quadtree/DoubleBits.h
167
include/geos/index/kdtree/KdNode.h
168
include/geos/index/kdtree/KdNodeVisitor.h
169
include/geos/index/kdtree/KdTree.h
177
include/geos/index/quadtree/IntervalSize.h
170
include/geos/index/quadtree/IntervalSize.h
178
include/geos/index/quadtree/Key.h
171
include/geos/index/quadtree/Key.h
179
include/geos/index/quadtree/Node.h
172
include/geos/index/quadtree/Node.h
Lines 191-207 Link Here
191
include/geos/index/strtree/ItemDistance.h
184
include/geos/index/strtree/ItemDistance.h
192
include/geos/index/strtree/SIRtree.h
185
include/geos/index/strtree/SIRtree.h
193
include/geos/index/strtree/STRtree.h
186
include/geos/index/strtree/STRtree.h
187
include/geos/index/strtree/SimpleSTRdistance.h
188
include/geos/index/strtree/SimpleSTRnode.h
189
include/geos/index/strtree/SimpleSTRtree.h
194
include/geos/index/sweepline/SweepLineEvent.h
190
include/geos/index/sweepline/SweepLineEvent.h
195
include/geos/index/sweepline/SweepLineIndex.h
191
include/geos/index/sweepline/SweepLineIndex.h
196
include/geos/index/sweepline/SweepLineInterval.h
192
include/geos/index/sweepline/SweepLineInterval.h
197
include/geos/index/sweepline/SweepLineOverlapAction.h
193
include/geos/index/sweepline/SweepLineOverlapAction.h
198
include/geos/indexBintree.h
199
include/geos/indexChain.h
200
include/geos/indexQuadtree.h
201
include/geos/indexStrtree.h
202
include/geos/indexSweepline.h
203
include/geos/inline.h
194
include/geos/inline.h
204
include/geos/io.h
205
include/geos/io/ByteOrderDataInStream.h
195
include/geos/io/ByteOrderDataInStream.h
206
include/geos/io/ByteOrderDataInStream.inl
196
include/geos/io/ByteOrderDataInStream.inl
207
include/geos/io/ByteOrderValues.h
197
include/geos/io/ByteOrderValues.h
Lines 225-231 Link Here
225
include/geos/linearref/LocationIndexOfLine.h
215
include/geos/linearref/LocationIndexOfLine.h
226
include/geos/linearref/LocationIndexOfPoint.h
216
include/geos/linearref/LocationIndexOfPoint.h
227
include/geos/linearref/LocationIndexedLine.h
217
include/geos/linearref/LocationIndexedLine.h
228
include/geos/noding.h
218
include/geos/math/DD.h
219
include/geos/namespaces.h
229
include/geos/noding/BasicSegmentString.h
220
include/geos/noding/BasicSegmentString.h
230
include/geos/noding/BasicSegmentString.inl
221
include/geos/noding/BasicSegmentString.inl
231
include/geos/noding/FastNodingValidator.h
222
include/geos/noding/FastNodingValidator.h
Lines 255-275 Link Here
255
include/geos/noding/SegmentStringUtil.h
246
include/geos/noding/SegmentStringUtil.h
256
include/geos/noding/SimpleNoder.h
247
include/geos/noding/SimpleNoder.h
257
include/geos/noding/SinglePassNoder.h
248
include/geos/noding/SinglePassNoder.h
249
include/geos/noding/ValidatingNoder.h
250
include/geos/noding/snap/SnappingIntersectionAdder.h
251
include/geos/noding/snap/SnappingNoder.h
252
include/geos/noding/snap/SnappingPointIndex.h
258
include/geos/noding/snapround/HotPixel.h
253
include/geos/noding/snapround/HotPixel.h
259
include/geos/noding/snapround/HotPixel.inl
254
include/geos/noding/snapround/HotPixel.inl
255
include/geos/noding/snapround/HotPixelIndex.h
260
include/geos/noding/snapround/MCIndexPointSnapper.h
256
include/geos/noding/snapround/MCIndexPointSnapper.h
261
include/geos/noding/snapround/MCIndexSnapRounder.h
257
include/geos/noding/snapround/MCIndexSnapRounder.h
262
include/geos/noding/snapround/SimpleSnapRounder.h
258
include/geos/noding/snapround/SnapRoundingIntersectionAdder.h
263
include/geos/nodingSnapround.h
259
include/geos/noding/snapround/SnapRoundingNoder.h
264
include/geos/opBuffer.h
265
include/geos/opDistance.h
266
include/geos/opLinemerge.h
267
include/geos/opOverlay.h
268
include/geos/opPolygonize.h
269
include/geos/opPredicate.h
270
include/geos/opRelate.h
271
include/geos/opValid.h
272
include/geos/operation.h
273
include/geos/operation/GeometryGraphOperation.h
260
include/geos/operation/GeometryGraphOperation.h
274
include/geos/operation/IsSimpleOp.h
261
include/geos/operation/IsSimpleOp.h
275
include/geos/operation/buffer/BufferBuilder.h
262
include/geos/operation/buffer/BufferBuilder.h
Lines 317-322 Link Here
317
include/geos/operation/overlay/snap/LineStringSnapper.h
304
include/geos/operation/overlay/snap/LineStringSnapper.h
318
include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
305
include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
319
include/geos/operation/overlay/snap/SnapOverlayOp.h
306
include/geos/operation/overlay/snap/SnapOverlayOp.h
307
include/geos/operation/overlayng/Edge.h
308
include/geos/operation/overlayng/EdgeKey.h
309
include/geos/operation/overlayng/EdgeMerger.h
310
include/geos/operation/overlayng/EdgeNodingBuilder.h
311
include/geos/operation/overlayng/EdgeSourceInfo.h
312
include/geos/operation/overlayng/ElevationModel.h
313
include/geos/operation/overlayng/IndexedPointOnLineLocator.h
314
include/geos/operation/overlayng/InputGeometry.h
315
include/geos/operation/overlayng/IntersectionPointBuilder.h
316
include/geos/operation/overlayng/LineBuilder.h
317
include/geos/operation/overlayng/LineLimiter.h
318
include/geos/operation/overlayng/MaximalEdgeRing.h
319
include/geos/operation/overlayng/OverlayEdge.h
320
include/geos/operation/overlayng/OverlayEdgeRing.h
321
include/geos/operation/overlayng/OverlayGraph.h
322
include/geos/operation/overlayng/OverlayLabel.h
323
include/geos/operation/overlayng/OverlayLabeller.h
324
include/geos/operation/overlayng/OverlayMixedPoints.h
325
include/geos/operation/overlayng/OverlayNG.h
326
include/geos/operation/overlayng/OverlayNGRobust.h
327
include/geos/operation/overlayng/OverlayPoints.h
328
include/geos/operation/overlayng/OverlayUtil.h
329
include/geos/operation/overlayng/PolygonBuilder.h
330
include/geos/operation/overlayng/PrecisionReducer.h
331
include/geos/operation/overlayng/PrecisionUtil.h
332
include/geos/operation/overlayng/RingClipper.h
333
include/geos/operation/overlayng/RobustClipEnvelopeComputer.h
334
include/geos/operation/overlayng/UnaryUnionNG.h
320
include/geos/operation/polygonize/BuildArea.h
335
include/geos/operation/polygonize/BuildArea.h
321
include/geos/operation/polygonize/EdgeRing.h
336
include/geos/operation/polygonize/EdgeRing.h
322
include/geos/operation/polygonize/HoleAssigner.h
337
include/geos/operation/polygonize/HoleAssigner.h
Lines 343-350 Link Here
343
include/geos/operation/union/OverlapUnion.h
358
include/geos/operation/union/OverlapUnion.h
344
include/geos/operation/union/PointGeometryUnion.h
359
include/geos/operation/union/PointGeometryUnion.h
345
include/geos/operation/union/UnaryUnionOp.h
360
include/geos/operation/union/UnaryUnionOp.h
361
include/geos/operation/union/UnionStrategy.h
346
include/geos/operation/valid/ConnectedInteriorTester.h
362
include/geos/operation/valid/ConnectedInteriorTester.h
347
include/geos/operation/valid/ConsistentAreaTester.h
363
include/geos/operation/valid/ConsistentAreaTester.h
364
include/geos/operation/valid/IndexedNestedShellTester.h
348
include/geos/operation/valid/IsValidOp.h
365
include/geos/operation/valid/IsValidOp.h
349
include/geos/operation/valid/MakeValid.h
366
include/geos/operation/valid/MakeValid.h
350
include/geos/operation/valid/QuadtreeNestedRingTester.h
367
include/geos/operation/valid/QuadtreeNestedRingTester.h
Lines 353-359 Link Here
353
include/geos/operation/valid/SimpleNestedRingTester.h
370
include/geos/operation/valid/SimpleNestedRingTester.h
354
include/geos/operation/valid/SweeplineNestedRingTester.h
371
include/geos/operation/valid/SweeplineNestedRingTester.h
355
include/geos/operation/valid/TopologyValidationError.h
372
include/geos/operation/valid/TopologyValidationError.h
356
include/geos/planargraph.h
357
include/geos/planargraph/DirectedEdge.h
373
include/geos/planargraph/DirectedEdge.h
358
include/geos/planargraph/DirectedEdgeStar.h
374
include/geos/planargraph/DirectedEdgeStar.h
359
include/geos/planargraph/Edge.h
375
include/geos/planargraph/Edge.h
Lines 363-369 Link Here
363
include/geos/planargraph/PlanarGraph.h
379
include/geos/planargraph/PlanarGraph.h
364
include/geos/planargraph/Subgraph.h
380
include/geos/planargraph/Subgraph.h
365
include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
381
include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
366
include/geos/precision.h
367
include/geos/precision/CommonBits.h
382
include/geos/precision/CommonBits.h
368
include/geos/precision/CommonBitsOp.h
383
include/geos/precision/CommonBitsOp.h
369
include/geos/precision/CommonBitsRemover.h
384
include/geos/precision/CommonBitsRemover.h
Lines 373-378 Link Here
373
include/geos/precision/PrecisionReducerCoordinateOperation.h
388
include/geos/precision/PrecisionReducerCoordinateOperation.h
374
include/geos/precision/SimpleGeometryPrecisionReducer.h
389
include/geos/precision/SimpleGeometryPrecisionReducer.h
375
include/geos/profiler.h
390
include/geos/profiler.h
391
include/geos/shape/fractal/HilbertCode.h
392
include/geos/shape/fractal/HilbertEncoder.h
393
include/geos/shape/fractal/MortonCode.h
376
include/geos/simplify/DouglasPeuckerLineSimplifier.h
394
include/geos/simplify/DouglasPeuckerLineSimplifier.h
377
include/geos/simplify/DouglasPeuckerSimplifier.h
395
include/geos/simplify/DouglasPeuckerSimplifier.h
378
include/geos/simplify/LineSegmentIndex.h
396
include/geos/simplify/LineSegmentIndex.h
Lines 381-387 Link Here
381
include/geos/simplify/TaggedLineStringSimplifier.h
399
include/geos/simplify/TaggedLineStringSimplifier.h
382
include/geos/simplify/TaggedLinesSimplifier.h
400
include/geos/simplify/TaggedLinesSimplifier.h
383
include/geos/simplify/TopologyPreservingSimplifier.h
401
include/geos/simplify/TopologyPreservingSimplifier.h
384
include/geos/spatialIndex.h
385
include/geos/triangulate/DelaunayTriangulationBuilder.h
402
include/geos/triangulate/DelaunayTriangulationBuilder.h
386
include/geos/triangulate/IncrementalDelaunayTriangulator.h
403
include/geos/triangulate/IncrementalDelaunayTriangulator.h
387
include/geos/triangulate/VoronoiDiagramBuilder.h
404
include/geos/triangulate/VoronoiDiagramBuilder.h
Lines 389-394 Link Here
389
include/geos/triangulate/quadedge/LocateFailureException.h
406
include/geos/triangulate/quadedge/LocateFailureException.h
390
include/geos/triangulate/quadedge/QuadEdge.h
407
include/geos/triangulate/quadedge/QuadEdge.h
391
include/geos/triangulate/quadedge/QuadEdgeLocator.h
408
include/geos/triangulate/quadedge/QuadEdgeLocator.h
409
include/geos/triangulate/quadedge/QuadEdgeQuartet.h
392
include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
410
include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
393
include/geos/triangulate/quadedge/TrianglePredicate.h
411
include/geos/triangulate/quadedge/TrianglePredicate.h
394
include/geos/triangulate/quadedge/TriangleVisitor.h
412
include/geos/triangulate/quadedge/TriangleVisitor.h
Lines 416-419 Link Here
416
lib/libgeos_c.a
434
lib/libgeos_c.a
417
lib/libgeos_c.so
435
lib/libgeos_c.so
418
lib/libgeos_c.so.1
436
lib/libgeos_c.so.1
419
lib/libgeos_c.so.1.13.3
437
lib/libgeos_c.so.1.16.2
438
libdata/pkgconfig/geos.pc
(-)graphics/p5-Geo-GDAL/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	Geo-GDAL
4
PORTNAME=	Geo-GDAL
5
PORTVERSION=	3.1.4
5
PORTVERSION=	3.2.0
6
CATEGORIES=	graphics perl5
6
CATEGORIES=	graphics perl5
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
(-)graphics/p5-Geo-GDAL/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1604680086
1
TIMESTAMP = 1608374091
2
SHA256 (gdal-3.1.4.tar.xz) = 7b82486f71c71cec61f9b237116212ce18ef6b90f068cbbf9f7de4fc50b576a8
2
SHA256 (gdal-3.2.0.tar.xz) = b051f852600ffdf07e337a7f15673da23f9201a9dbb482bd513756a3e5a196a6
3
SIZE (gdal-3.1.4.tar.xz) = 12092576
3
SIZE (gdal-3.2.0.tar.xz) = 12169064
(-)graphics/py-gdal/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gdal
4
PORTNAME=	gdal
5
PORTVERSION=	3.1.4
5
PORTVERSION=	3.2.0
6
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
7
MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
(-)graphics/py-gdal/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1604680086
1
TIMESTAMP = 1608374101
2
SHA256 (gdal-3.1.4.tar.xz) = 7b82486f71c71cec61f9b237116212ce18ef6b90f068cbbf9f7de4fc50b576a8
2
SHA256 (gdal-3.2.0.tar.xz) = b051f852600ffdf07e337a7f15673da23f9201a9dbb482bd513756a3e5a196a6
3
SIZE (gdal-3.1.4.tar.xz) = 12092576
3
SIZE (gdal-3.2.0.tar.xz) = 12169064

Return to bug 251965