Ravenports generated: 28 Feb 2023 12:26
[ravenports.git] / bucket_5D / geos
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               geos
4 VERSION=                3.11.1
5 KEYWORDS=               graphics geography
6 VARIANTS=               standard
7 SDESC[standard]=        C++ port of the Java Topology Suite (JTS)
8 HOMEPAGE=               https://trac.osgeo.org/geos/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://download.osgeo.org/geos/
13 DISTFILE[1]=            geos-3.11.1.tar.bz2:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   cmake c++:single
21
22 LICENSE=                LGPL21:single
23 LICENSE_TERMS=          single:{{WRKDIR}}/TERMS
24 LICENSE_FILE=           LGPL21:{{WRKSRC}}/COPYING
25 LICENSE_AWK=            TERMS:"^$$"
26 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/include/geos.h
27 LICENSE_SCHEME=         solo
28
29 FPC_EQUIVALENT=         graphics/geos
30
31 SOVERSION=              1.17.1
32 PLIST_SUB=              PORTVERSION=3.11.1
33
34 post-install:
35         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
36         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/geosop
37
38 [FILE:324:descriptions/desc.single]
39 GEOS (Geometry Engine - Open Source) is a C++ port of the
40 Java Topology Suite (JTS). As such, it aims to contain the complete
41 functionality of JTS in C++. This includes all the OpenGIS "Simple
42 Features for SQL" spatial predicate functions and spatial operators,
43 as well as specific JTS topology functions such as IsValid().
44
45
46 [FILE:98:distinfo]
47 6d0eb3cfa9f92d947731cc75f1750356b3bdfc07ea020553daf6af1c768e0be2      6753232 geos-3.11.1.tar.bz2
48
49
50 [FILE:10444:manifests/plist.single]
51 bin/
52  geos-config
53  geosop
54 include/
55  geos.h
56  geos_c.h
57 include/geos/
58  constants.h
59  export.h
60  geom.h
61  namespaces.h
62  profiler.h
63  unload.h
64  util.h
65  version.h
66 include/geos/algorithm/
67  Angle.h
68  Area.h
69  BoundaryNodeRule.h
70  CGAlgorithmsDD.h
71  CentralEndpointIntersector.h
72  Centroid.h
73  ConvexHull.h
74  Distance.h
75  HCoordinate.h
76  InteriorPointArea.h
77  InteriorPointLine.h
78  InteriorPointPoint.h
79  Intersection.h
80  Length.h
81  LineIntersector.h
82  MinimumBoundingCircle.h
83  MinimumDiameter.h
84  NotRepresentableException.h
85  Orientation.h
86  PointInRing.h
87  PointLocation.h
88  PointLocator.h
89  RayCrossingCounter.h
90  RayCrossingCounterDD.h
91  RobustDeterminant.h
92  SimplePointInRing.h
93 include/geos/algorithm/construct/
94  LargestEmptyCircle.h
95  MaximumInscribedCircle.h
96 include/geos/algorithm/distance/
97  DiscreteFrechetDistance.h
98  DiscreteHausdorffDistance.h
99  DistanceToPoint.h
100  PointPairDistance.h
101 include/geos/algorithm/hull/
102  ConcaveHull.h
103  ConcaveHullOfPolygons.h
104  HullTri.h
105  HullTriangulation.h
106 include/geos/algorithm/locate/
107  IndexedPointInAreaLocator.h
108  PointOnGeometryLocator.h
109  SimplePointInAreaLocator.h
110 include/geos/edgegraph/
111  EdgeGraph.h
112  EdgeGraphBuilder.h
113  HalfEdge.h
114  MarkHalfEdge.h
115 include/geos/geom/
116  Coordinate.h
117  CoordinateArraySequence.h
118  CoordinateArraySequenceFactory.h
119  CoordinateFilter.h
120  CoordinateList.h
121  CoordinateSequence.h
122  CoordinateSequenceFactory.h
123  CoordinateSequenceFilter.h
124  DefaultCoordinateSequenceFactory.h
125  Dimension.h
126  Envelope.h
127  FixedSizeCoordinateSequence.h
128  Geometry.h
129  GeometryCollection.h
130  GeometryComponentFilter.h
131  GeometryFactory.h
132  GeometryFilter.h
133  HeuristicOverlay.h
134  IntersectionMatrix.h
135  LineSegment.h
136  LineString.h
137  LinearRing.h
138  Location.h
139  MultiLineString.h
140  MultiPoint.h
141  MultiPolygon.h
142  Point.h
143  Polygon.h
144  Position.h
145  PrecisionModel.h
146  Quadrant.h
147  Triangle.h
148 include/geos/geom/prep/
149  AbstractPreparedPolygonContains.h
150  BasicPreparedGeometry.h
151  PreparedGeometry.h
152  PreparedGeometryFactory.h
153  PreparedLineString.h
154  PreparedLineStringDistance.h
155  PreparedLineStringIntersects.h
156  PreparedLineStringNearestPoints.h
157  PreparedPoint.h
158  PreparedPolygon.h
159  PreparedPolygonContains.h
160  PreparedPolygonContainsProperly.h
161  PreparedPolygonCovers.h
162  PreparedPolygonDistance.h
163  PreparedPolygonIntersects.h
164  PreparedPolygonPredicate.h
165 include/geos/geom/util/
166  ComponentCoordinateExtracter.h
167  CoordinateOperation.h
168  Densifier.h
169  GeometryCombiner.h
170  GeometryEditor.h
171  GeometryEditorOperation.h
172  GeometryExtracter.h
173  GeometryFixer.h
174  GeometryMapper.h
175  GeometryTransformer.h
176  LinearComponentExtracter.h
177  NoOpGeometryOperation.h
178  PointExtracter.h
179  PolygonExtracter.h
180  ShortCircuitedGeometryVisitor.h
181  SineStarFactory.h
182 include/geos/geomgraph/
183  Depth.h
184  DirectedEdge.h
185  DirectedEdgeStar.h
186  Edge.h
187  EdgeEnd.h
188  EdgeEndStar.h
189  EdgeIntersection.h
190  EdgeIntersectionList.h
191  EdgeList.h
192  EdgeNodingValidator.h
193  EdgeRing.h
194  GeometryGraph.h
195  GraphComponent.h
196  Label.h
197  Node.h
198  NodeFactory.h
199  NodeMap.h
200  PlanarGraph.h
201  TopologyLocation.h
202 include/geos/geomgraph/index/
203  EdgeSetIntersector.h
204  MonotoneChain.h
205  MonotoneChainEdge.h
206  MonotoneChainIndexer.h
207  SegmentIntersector.h
208  SimpleEdgeSetIntersector.h
209  SimpleMCSweepLineIntersector.h
210  SimpleSweepLineIntersector.h
211  SweepLineEvent.h
212  SweepLineEventObj.h
213  SweepLineSegment.h
214 include/geos/index/
215  ItemVisitor.h
216  SpatialIndex.h
217  VertexSequencePackedRtree.h
218 include/geos/index/bintree/
219  Bintree.h
220  Interval.h
221  Key.h
222  Node.h
223  NodeBase.h
224  Root.h
225 include/geos/index/chain/
226  MonotoneChain.h
227  MonotoneChainBuilder.h
228  MonotoneChainOverlapAction.h
229  MonotoneChainSelectAction.h
230 include/geos/index/intervalrtree/
231  IntervalRTreeBranchNode.h
232  IntervalRTreeLeafNode.h
233  IntervalRTreeNode.h
234  SortedPackedIntervalRTree.h
235 include/geos/index/kdtree/
236  KdNode.h
237  KdNodeVisitor.h
238  KdTree.h
239 include/geos/index/quadtree/
240  IntervalSize.h
241  Key.h
242  Node.h
243  NodeBase.h
244  Quadtree.h
245  Root.h
246 include/geos/index/strtree/
247  AbstractNode.h
248  AbstractSTRtree.h
249  Boundable.h
250  BoundablePair.h
251  EnvelopeUtil.h
252  GeometryItemDistance.h
253  Interval.h
254  ItemBoundable.h
255  ItemDistance.h
256  SIRtree.h
257  STRtree.h
258  SimpleSTRdistance.h
259  SimpleSTRnode.h
260  SimpleSTRtree.h
261  TemplateSTRNode.h
262  TemplateSTRNodePair.h
263  TemplateSTRtree.h
264  TemplateSTRtreeDistance.h
265 include/geos/index/sweepline/
266  SweepLineEvent.h
267  SweepLineIndex.h
268  SweepLineInterval.h
269  SweepLineOverlapAction.h
270 include/geos/io/
271  ByteOrderDataInStream.h
272  ByteOrderValues.h
273  CLocalizer.h
274  GeoJSON.h
275  GeoJSONReader.h
276  GeoJSONWriter.h
277  ParseException.h
278  StringTokenizer.h
279  WKBConstants.h
280  WKBReader.h
281  WKBWriter.h
282  WKTReader.h
283  WKTWriter.h
284  Writer.h
285 include/geos/linearref/
286  ExtractLineByLocation.h
287  LengthIndexOfPoint.h
288  LengthIndexedLine.h
289  LengthLocationMap.h
290  LinearGeometryBuilder.h
291  LinearIterator.h
292  LinearLocation.h
293  LocationIndexOfLine.h
294  LocationIndexOfPoint.h
295  LocationIndexedLine.h
296 include/geos/math/DD.h
297 include/geos/noding/
298  BasicSegmentString.h
299  FastNodingValidator.h
300  FastSegmentSetIntersectionFinder.h
301  GeometryNoder.h
302  IntersectionAdder.h
303  IntersectionFinderAdder.h
304  IteratedNoder.h
305  MCIndexNoder.h
306  MCIndexSegmentSetMutualIntersector.h
307  NodableSegmentString.h
308  NodedSegmentString.h
309  Noder.h
310  NodingIntersectionFinder.h
311  NodingValidator.h
312  Octant.h
313  OrientedCoordinateArray.h
314  ScaledNoder.h
315  SegmentExtractingNoder.h
316  SegmentIntersectionDetector.h
317  SegmentIntersector.h
318  SegmentNode.h
319  SegmentNodeList.h
320  SegmentPointComparator.h
321  SegmentSetMutualIntersector.h
322  SegmentString.h
323  SegmentStringUtil.h
324  SimpleNoder.h
325  SinglePassNoder.h
326  ValidatingNoder.h
327 include/geos/noding/snap/
328  SnappingIntersectionAdder.h
329  SnappingNoder.h
330  SnappingPointIndex.h
331 include/geos/noding/snapround/
332  HotPixel.h
333  HotPixelIndex.h
334  MCIndexPointSnapper.h
335  MCIndexSnapRounder.h
336  SnapRoundingIntersectionAdder.h
337  SnapRoundingNoder.h
338 include/geos/operation/
339  BoundaryOp.h
340  GeometryGraphOperation.h
341 include/geos/operation/buffer/
342  BufferBuilder.h
343  BufferCurveSetBuilder.h
344  BufferInputLineSimplifier.h
345  BufferOp.h
346  BufferParameters.h
347  BufferSubgraph.h
348  OffsetCurve.h
349  OffsetCurveBuilder.h
350  OffsetSegmentGenerator.h
351  OffsetSegmentString.h
352  RightmostEdgeFinder.h
353  SegmentMCIndex.h
354  SubgraphDepthLocater.h
355 include/geos/operation/distance/
356  ConnectedElementLocationFilter.h
357  ConnectedElementPointFilter.h
358  DistanceOp.h
359  FacetSequence.h
360  FacetSequenceTreeBuilder.h
361  GeometryLocation.h
362  IndexedFacetDistance.h
363 include/geos/operation/intersection/
364  Rectangle.h
365  RectangleIntersection.h
366  RectangleIntersectionBuilder.h
367 include/geos/operation/linemerge/
368  EdgeString.h
369  LineMergeDirectedEdge.h
370  LineMergeEdge.h
371  LineMergeGraph.h
372  LineMerger.h
373  LineSequencer.h
374 include/geos/operation/overlay/
375  EdgeSetNoder.h
376  ElevationMatrix.h
377  ElevationMatrixCell.h
378  LineBuilder.h
379  MaximalEdgeRing.h
380  MinimalEdgeRing.h
381  OverlayNodeFactory.h
382  OverlayOp.h
383  PointBuilder.h
384  PolygonBuilder.h
385 include/geos/operation/overlay/snap/
386  GeometrySnapper.h
387  LineStringSnapper.h
388  SnapOverlayOp.h
389 include/geos/operation/overlay/validate/
390  FuzzyPointLocator.h
391  OffsetPointGenerator.h
392  OverlayResultValidator.h
393 include/geos/operation/overlayng/
394  CoverageUnion.h
395  Edge.h
396  EdgeKey.h
397  EdgeMerger.h
398  EdgeNodingBuilder.h
399  EdgeSourceInfo.h
400  ElevationModel.h
401  IndexedPointOnLineLocator.h
402  InputGeometry.h
403  IntersectionPointBuilder.h
404  LineBuilder.h
405  LineLimiter.h
406  MaximalEdgeRing.h
407  OverlayEdge.h
408  OverlayEdgeRing.h
409  OverlayGraph.h
410  OverlayLabel.h
411  OverlayLabeller.h
412  OverlayMixedPoints.h
413  OverlayNG.h
414  OverlayNGRobust.h
415  OverlayPoints.h
416  OverlayUtil.h
417  PolygonBuilder.h
418  PrecisionReducer.h
419  PrecisionUtil.h
420  RingClipper.h
421  RobustClipEnvelopeComputer.h
422  UnaryUnionNG.h
423 include/geos/operation/polygonize/
424  BuildArea.h
425  EdgeRing.h
426  HoleAssigner.h
427  PolygonizeDirectedEdge.h
428  PolygonizeEdge.h
429  PolygonizeGraph.h
430  Polygonizer.h
431 include/geos/operation/predicate/
432  RectangleContains.h
433  RectangleIntersects.h
434  SegmentIntersectionTester.h
435 include/geos/operation/relate/
436  EdgeEndBuilder.h
437  EdgeEndBundle.h
438  EdgeEndBundleStar.h
439  RelateComputer.h
440  RelateNode.h
441  RelateNodeFactory.h
442  RelateNodeGraph.h
443  RelateOp.h
444 include/geos/operation/sharedpaths/SharedPathsOp.h
445 include/geos/operation/union/
446  CascadedPolygonUnion.h
447  CoverageUnion.h
448  OverlapUnion.h
449  PointGeometryUnion.h
450  UnaryUnionOp.h
451  UnionStrategy.h
452 include/geos/operation/valid/
453  ConsistentAreaTester.h
454  IndexedNestedHoleTester.h
455  IndexedNestedPolygonTester.h
456  IsSimpleOp.h
457  IsValidOp.h
458  MakeValid.h
459  PolygonIntersectionAnalyzer.h
460  PolygonNode.h
461  PolygonRing.h
462  PolygonRingSelfNode.h
463  PolygonRingTouch.h
464  PolygonTopologyAnalyzer.h
465  RepeatedPointRemover.h
466  RepeatedPointTester.h
467  TopologyValidationError.h
468 include/geos/planargraph/
469  DirectedEdge.h
470  DirectedEdgeStar.h
471  Edge.h
472  GraphComponent.h
473  Node.h
474  NodeMap.h
475  PlanarGraph.h
476  Subgraph.h
477 include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
478 include/geos/precision/
479  CommonBits.h
480  CommonBitsOp.h
481  CommonBitsRemover.h
482  EnhancedPrecisionOp.h
483  GeometryPrecisionReducer.h
484  MinimumClearance.h
485  PointwisePrecisionReducerTransformer.h
486  PrecisionReducerCoordinateOperation.h
487  PrecisionReducerTransformer.h
488  SimpleGeometryPrecisionReducer.h
489 include/geos/shape/fractal/
490  HilbertCode.h
491  HilbertEncoder.h
492  MortonCode.h
493 include/geos/simplify/
494  DouglasPeuckerLineSimplifier.h
495  DouglasPeuckerSimplifier.h
496  LineSegmentIndex.h
497  LinkedRing.h
498  PolygonHullSimplifier.h
499  RingHull.h
500  RingHullIndex.h
501  TaggedLineSegment.h
502  TaggedLineString.h
503  TaggedLineStringSimplifier.h
504  TaggedLinesSimplifier.h
505  TopologyPreservingSimplifier.h
506 include/geos/triangulate/
507  DelaunayTriangulationBuilder.h
508  IncrementalDelaunayTriangulator.h
509  VoronoiDiagramBuilder.h
510 include/geos/triangulate/polygon/
511  ConstrainedDelaunayTriangulator.h
512  PolygonEarClipper.h
513  PolygonHoleJoiner.h
514  PolygonTriangulator.h
515  TriDelaunayImprover.h
516 include/geos/triangulate/quadedge/
517  LastFoundQuadEdgeLocator.h
518  LocateFailureException.h
519  QuadEdge.h
520  QuadEdgeLocator.h
521  QuadEdgeQuartet.h
522  QuadEdgeSubdivision.h
523  TrianglePredicate.h
524  TriangleVisitor.h
525  Vertex.h
526 include/geos/triangulate/tri/
527  Tri.h
528  TriEdge.h
529  TriList.h
530  TriangulationBuilder.h
531 include/geos/util/
532  Assert.h
533  AssertionFailedException.h
534  CoordinateArrayFilter.h
535  GEOSException.h
536  GeometricShapeFactory.h
537  IllegalArgumentException.h
538  IllegalStateException.h
539  Interrupt.h
540  Machine.h
541  TopologyException.h
542  UniqueCoordinateArrayFilter.h
543  UnsupportedOperationException.h
544  math.h
545 include/geos/vend/
546  include_nlohmann_json.hpp
547  json.hpp
548 lib/
549  libgeos.so
550  libgeos.so.%%PORTVERSION%%
551  libgeos_c.so
552  libgeos_c.so.%%SOMAJOR%%
553  libgeos_c.so.%%SOVERSION%%
554 lib/cmake/GEOS/
555  geos-config-version.cmake
556  geos-config.cmake
557  geos-targets-release.cmake
558  geos-targets.cmake
559 lib/pkgconfig/geos.pc
560