PLIST 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. @comment $OpenBSD: PLIST,v 1.14 2017/02/06 09:56:49 landry Exp $
  2. bin/geos-config
  3. include/geos/
  4. include/geos.h
  5. include/geos/algorithm/
  6. include/geos/algorithm/Angle.h
  7. include/geos/algorithm/BoundaryNodeRule.h
  8. include/geos/algorithm/CGAlgorithms.h
  9. include/geos/algorithm/CentralEndpointIntersector.h
  10. include/geos/algorithm/Centroid.h
  11. include/geos/algorithm/CentroidArea.h
  12. include/geos/algorithm/CentroidLine.h
  13. include/geos/algorithm/CentroidPoint.h
  14. include/geos/algorithm/ConvexHull.h
  15. include/geos/algorithm/ConvexHull.inl
  16. include/geos/algorithm/HCoordinate.h
  17. include/geos/algorithm/InteriorPointArea.h
  18. include/geos/algorithm/InteriorPointLine.h
  19. include/geos/algorithm/InteriorPointPoint.h
  20. include/geos/algorithm/LineIntersector.h
  21. include/geos/algorithm/MCPointInRing.h
  22. include/geos/algorithm/MinimumDiameter.h
  23. include/geos/algorithm/NotRepresentableException.h
  24. include/geos/algorithm/PointInRing.h
  25. include/geos/algorithm/PointLocator.h
  26. include/geos/algorithm/RayCrossingCounter.h
  27. include/geos/algorithm/RobustDeterminant.h
  28. include/geos/algorithm/SIRtreePointInRing.h
  29. include/geos/algorithm/SimplePointInRing.h
  30. include/geos/algorithm/distance/
  31. include/geos/algorithm/distance/DiscreteHausdorffDistance.h
  32. include/geos/algorithm/distance/DistanceToPoint.h
  33. include/geos/algorithm/distance/PointPairDistance.h
  34. include/geos/algorithm/locate/
  35. include/geos/algorithm/locate/IndexedPointInAreaLocator.h
  36. include/geos/algorithm/locate/PointOnGeometryLocator.h
  37. include/geos/algorithm/locate/SimplePointInAreaLocator.h
  38. include/geos/export.h
  39. include/geos/geom/
  40. include/geos/geom.h
  41. include/geos/geom/BinaryOp.h
  42. include/geos/geom/Coordinate.h
  43. include/geos/geom/Coordinate.inl
  44. include/geos/geom/CoordinateArraySequence.h
  45. include/geos/geom/CoordinateArraySequenceFactory.h
  46. include/geos/geom/CoordinateArraySequenceFactory.inl
  47. include/geos/geom/CoordinateFilter.h
  48. include/geos/geom/CoordinateList.h
  49. include/geos/geom/CoordinateSequence.h
  50. include/geos/geom/CoordinateSequenceFactory.h
  51. include/geos/geom/CoordinateSequenceFilter.h
  52. include/geos/geom/Dimension.h
  53. include/geos/geom/Envelope.h
  54. include/geos/geom/Envelope.inl
  55. include/geos/geom/Geometry.h
  56. include/geos/geom/GeometryCollection.h
  57. include/geos/geom/GeometryCollection.inl
  58. include/geos/geom/GeometryComponentFilter.h
  59. include/geos/geom/GeometryFactory.h
  60. include/geos/geom/GeometryFactory.inl
  61. include/geos/geom/GeometryFilter.h
  62. include/geos/geom/GeometryList.h
  63. include/geos/geom/IntersectionMatrix.h
  64. include/geos/geom/LineSegment.h
  65. include/geos/geom/LineSegment.inl
  66. include/geos/geom/LineString.h
  67. include/geos/geom/Lineal.h
  68. include/geos/geom/LinearRing.h
  69. include/geos/geom/Location.h
  70. include/geos/geom/MultiLineString.h
  71. include/geos/geom/MultiLineString.inl
  72. include/geos/geom/MultiPoint.h
  73. include/geos/geom/MultiPolygon.h
  74. include/geos/geom/MultiPolygon.inl
  75. include/geos/geom/Point.h
  76. include/geos/geom/Polygon.h
  77. include/geos/geom/Polygonal.h
  78. include/geos/geom/PrecisionModel.h
  79. include/geos/geom/PrecisionModel.inl
  80. include/geos/geom/Puntal.h
  81. include/geos/geom/Triangle.h
  82. include/geos/geom/prep/
  83. include/geos/geom/prep/AbstractPreparedPolygonContains.h
  84. include/geos/geom/prep/BasicPreparedGeometry.h
  85. include/geos/geom/prep/PreparedGeometry.h
  86. include/geos/geom/prep/PreparedGeometryFactory.h
  87. include/geos/geom/prep/PreparedLineString.h
  88. include/geos/geom/prep/PreparedLineStringIntersects.h
  89. include/geos/geom/prep/PreparedPoint.h
  90. include/geos/geom/prep/PreparedPolygon.h
  91. include/geos/geom/prep/PreparedPolygonContains.h
  92. include/geos/geom/prep/PreparedPolygonContainsProperly.h
  93. include/geos/geom/prep/PreparedPolygonCovers.h
  94. include/geos/geom/prep/PreparedPolygonIntersects.h
  95. include/geos/geom/prep/PreparedPolygonPredicate.h
  96. include/geos/geom/util/
  97. include/geos/geom/util/ComponentCoordinateExtracter.h
  98. include/geos/geom/util/CoordinateOperation.h
  99. include/geos/geom/util/GeometryCombiner.h
  100. include/geos/geom/util/GeometryEditor.h
  101. include/geos/geom/util/GeometryEditorOperation.h
  102. include/geos/geom/util/GeometryExtracter.h
  103. include/geos/geom/util/GeometryTransformer.h
  104. include/geos/geom/util/LinearComponentExtracter.h
  105. include/geos/geom/util/PointExtracter.h
  106. include/geos/geom/util/PolygonExtracter.h
  107. include/geos/geom/util/ShortCircuitedGeometryVisitor.h
  108. include/geos/geom/util/SineStarFactory.h
  109. include/geos/geomUtil.h
  110. include/geos/geomgraph/
  111. include/geos/geomgraph.h
  112. include/geos/geomgraph/Depth.h
  113. include/geos/geomgraph/DirectedEdge.h
  114. include/geos/geomgraph/DirectedEdge.inl
  115. include/geos/geomgraph/DirectedEdgeStar.h
  116. include/geos/geomgraph/Edge.h
  117. include/geos/geomgraph/EdgeEnd.h
  118. include/geos/geomgraph/EdgeEndStar.h
  119. include/geos/geomgraph/EdgeIntersection.h
  120. include/geos/geomgraph/EdgeIntersectionList.h
  121. include/geos/geomgraph/EdgeList.h
  122. include/geos/geomgraph/EdgeNodingValidator.h
  123. include/geos/geomgraph/EdgeRing.h
  124. include/geos/geomgraph/GeometryGraph.h
  125. include/geos/geomgraph/GeometryGraph.inl
  126. include/geos/geomgraph/GraphComponent.h
  127. include/geos/geomgraph/Label.h
  128. include/geos/geomgraph/Node.h
  129. include/geos/geomgraph/NodeFactory.h
  130. include/geos/geomgraph/NodeMap.h
  131. include/geos/geomgraph/PlanarGraph.h
  132. include/geos/geomgraph/Position.h
  133. include/geos/geomgraph/Quadrant.h
  134. include/geos/geomgraph/TopologyLocation.h
  135. include/geos/geomgraph/index/
  136. include/geos/geomgraph/index/EdgeSetIntersector.h
  137. include/geos/geomgraph/index/MonotoneChain.h
  138. include/geos/geomgraph/index/MonotoneChainEdge.h
  139. include/geos/geomgraph/index/MonotoneChainIndexer.h
  140. include/geos/geomgraph/index/SegmentIntersector.h
  141. include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
  142. include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
  143. include/geos/geomgraph/index/SimpleSweepLineIntersector.h
  144. include/geos/geomgraph/index/SweepLineEvent.h
  145. include/geos/geomgraph/index/SweepLineEventObj.h
  146. include/geos/geomgraph/index/SweepLineSegment.h
  147. include/geos/geomgraphindex.h
  148. include/geos/geosAlgorithm.h
  149. include/geos/index/
  150. include/geos/index/ItemVisitor.h
  151. include/geos/index/SpatialIndex.h
  152. include/geos/index/bintree/
  153. include/geos/index/bintree/Bintree.h
  154. include/geos/index/bintree/Interval.h
  155. include/geos/index/bintree/Key.h
  156. include/geos/index/bintree/Node.h
  157. include/geos/index/bintree/NodeBase.h
  158. include/geos/index/bintree/Root.h
  159. include/geos/index/chain/
  160. include/geos/index/chain/MonotoneChain.h
  161. include/geos/index/chain/MonotoneChainBuilder.h
  162. include/geos/index/chain/MonotoneChainOverlapAction.h
  163. include/geos/index/chain/MonotoneChainSelectAction.h
  164. include/geos/index/intervalrtree/
  165. include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
  166. include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
  167. include/geos/index/intervalrtree/IntervalRTreeNode.h
  168. include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
  169. include/geos/index/quadtree/
  170. include/geos/index/quadtree/DoubleBits.h
  171. include/geos/index/quadtree/IntervalSize.h
  172. include/geos/index/quadtree/Key.h
  173. include/geos/index/quadtree/Node.h
  174. include/geos/index/quadtree/NodeBase.h
  175. include/geos/index/quadtree/Quadtree.h
  176. include/geos/index/quadtree/Root.h
  177. include/geos/index/strtree/
  178. include/geos/index/strtree/AbstractNode.h
  179. include/geos/index/strtree/AbstractSTRtree.h
  180. include/geos/index/strtree/Boundable.h
  181. include/geos/index/strtree/BoundablePair.h
  182. include/geos/index/strtree/GeometryItemDistance.h
  183. include/geos/index/strtree/Interval.h
  184. include/geos/index/strtree/ItemBoundable.h
  185. include/geos/index/strtree/ItemDistance.h
  186. include/geos/index/strtree/SIRtree.h
  187. include/geos/index/strtree/STRtree.h
  188. include/geos/index/sweepline/
  189. include/geos/index/sweepline/SweepLineEvent.h
  190. include/geos/index/sweepline/SweepLineIndex.h
  191. include/geos/index/sweepline/SweepLineInterval.h
  192. include/geos/index/sweepline/SweepLineOverlapAction.h
  193. include/geos/indexBintree.h
  194. include/geos/indexChain.h
  195. include/geos/indexQuadtree.h
  196. include/geos/indexStrtree.h
  197. include/geos/indexSweepline.h
  198. include/geos/inline.h
  199. include/geos/io/
  200. include/geos/io.h
  201. include/geos/io/ByteOrderDataInStream.h
  202. include/geos/io/ByteOrderDataInStream.inl
  203. include/geos/io/ByteOrderValues.h
  204. include/geos/io/CLocalizer.h
  205. include/geos/io/ParseException.h
  206. include/geos/io/StringTokenizer.h
  207. include/geos/io/WKBConstants.h
  208. include/geos/io/WKBReader.h
  209. include/geos/io/WKBWriter.h
  210. include/geos/io/WKTReader.h
  211. include/geos/io/WKTReader.inl
  212. include/geos/io/WKTWriter.h
  213. include/geos/io/Writer.h
  214. include/geos/linearref/
  215. include/geos/linearref/ExtractLineByLocation.h
  216. include/geos/linearref/LengthIndexOfPoint.h
  217. include/geos/linearref/LengthIndexedLine.h
  218. include/geos/linearref/LengthLocationMap.h
  219. include/geos/linearref/LinearGeometryBuilder.h
  220. include/geos/linearref/LinearIterator.h
  221. include/geos/linearref/LinearLocation.h
  222. include/geos/linearref/LocationIndexOfLine.h
  223. include/geos/linearref/LocationIndexOfPoint.h
  224. include/geos/linearref/LocationIndexedLine.h
  225. include/geos/noding/
  226. include/geos/noding.h
  227. include/geos/noding/BasicSegmentString.h
  228. include/geos/noding/FastNodingValidator.h
  229. include/geos/noding/FastSegmentSetIntersectionFinder.h
  230. include/geos/noding/GeometryNoder.h
  231. include/geos/noding/IntersectionAdder.h
  232. include/geos/noding/IntersectionFinderAdder.h
  233. include/geos/noding/IteratedNoder.h
  234. include/geos/noding/MCIndexNoder.h
  235. include/geos/noding/MCIndexNoder.inl
  236. include/geos/noding/MCIndexSegmentSetMutualIntersector.h
  237. include/geos/noding/NodableSegmentString.h
  238. include/geos/noding/NodedSegmentString.h
  239. include/geos/noding/Noder.h
  240. include/geos/noding/NodingValidator.h
  241. include/geos/noding/Octant.h
  242. include/geos/noding/OrientedCoordinateArray.h
  243. include/geos/noding/ScaledNoder.h
  244. include/geos/noding/SegmentIntersectionDetector.h
  245. include/geos/noding/SegmentIntersector.h
  246. include/geos/noding/SegmentNode.h
  247. include/geos/noding/SegmentNodeList.h
  248. include/geos/noding/SegmentPointComparator.h
  249. include/geos/noding/SegmentSetMutualIntersector.h
  250. include/geos/noding/SegmentString.h
  251. include/geos/noding/SegmentStringUtil.h
  252. include/geos/noding/SimpleNoder.h
  253. include/geos/noding/SingleInteriorIntersectionFinder.h
  254. include/geos/noding/SinglePassNoder.h
  255. include/geos/noding/snapround/
  256. include/geos/noding/snapround/HotPixel.h
  257. include/geos/noding/snapround/HotPixel.inl
  258. include/geos/noding/snapround/MCIndexPointSnapper.h
  259. include/geos/noding/snapround/MCIndexSnapRounder.h
  260. include/geos/noding/snapround/SimpleSnapRounder.h
  261. include/geos/nodingSnapround.h
  262. include/geos/opBuffer.h
  263. include/geos/opDistance.h
  264. include/geos/opLinemerge.h
  265. include/geos/opOverlay.h
  266. include/geos/opPolygonize.h
  267. include/geos/opPredicate.h
  268. include/geos/opRelate.h
  269. include/geos/opValid.h
  270. include/geos/operation/
  271. include/geos/operation.h
  272. include/geos/operation/GeometryGraphOperation.h
  273. include/geos/operation/IsSimpleOp.h
  274. include/geos/operation/buffer/
  275. include/geos/operation/buffer/BufferBuilder.h
  276. include/geos/operation/buffer/BufferInputLineSimplifier.h
  277. include/geos/operation/buffer/BufferOp.h
  278. include/geos/operation/buffer/BufferParameters.h
  279. include/geos/operation/buffer/BufferSubgraph.h
  280. include/geos/operation/buffer/OffsetCurveBuilder.h
  281. include/geos/operation/buffer/OffsetCurveSetBuilder.h
  282. include/geos/operation/buffer/OffsetSegmentGenerator.h
  283. include/geos/operation/buffer/OffsetSegmentString.h
  284. include/geos/operation/buffer/RightmostEdgeFinder.h
  285. include/geos/operation/buffer/SubgraphDepthLocater.h
  286. include/geos/operation/distance/
  287. include/geos/operation/distance/ConnectedElementLocationFilter.h
  288. include/geos/operation/distance/ConnectedElementPointFilter.h
  289. include/geos/operation/distance/DistanceOp.h
  290. include/geos/operation/distance/FacetSequence.h
  291. include/geos/operation/distance/FacetSequenceTreeBuilder.h
  292. include/geos/operation/distance/GeometryLocation.h
  293. include/geos/operation/intersection/
  294. include/geos/operation/intersection/Rectangle.h
  295. include/geos/operation/intersection/RectangleIntersection.h
  296. include/geos/operation/intersection/RectangleIntersectionBuilder.h
  297. include/geos/operation/linemerge/
  298. include/geos/operation/linemerge/EdgeString.h
  299. include/geos/operation/linemerge/LineMergeDirectedEdge.h
  300. include/geos/operation/linemerge/LineMergeEdge.h
  301. include/geos/operation/linemerge/LineMergeGraph.h
  302. include/geos/operation/linemerge/LineMerger.h
  303. include/geos/operation/linemerge/LineSequencer.h
  304. include/geos/operation/overlay/
  305. include/geos/operation/overlay/EdgeSetNoder.h
  306. include/geos/operation/overlay/ElevationMatrix.h
  307. include/geos/operation/overlay/ElevationMatrixCell.h
  308. include/geos/operation/overlay/FuzzyPointLocator.h
  309. include/geos/operation/overlay/LineBuilder.h
  310. include/geos/operation/overlay/MaximalEdgeRing.h
  311. include/geos/operation/overlay/MinimalEdgeRing.h
  312. include/geos/operation/overlay/MinimalEdgeRing.inl
  313. include/geos/operation/overlay/OffsetPointGenerator.h
  314. include/geos/operation/overlay/OverlayNodeFactory.h
  315. include/geos/operation/overlay/OverlayOp.h
  316. include/geos/operation/overlay/OverlayResultValidator.h
  317. include/geos/operation/overlay/PointBuilder.h
  318. include/geos/operation/overlay/PolygonBuilder.h
  319. include/geos/operation/overlay/snap/
  320. include/geos/operation/overlay/snap/GeometrySnapper.h
  321. include/geos/operation/overlay/snap/LineStringSnapper.h
  322. include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
  323. include/geos/operation/overlay/snap/SnapOverlayOp.h
  324. include/geos/operation/polygonize/
  325. include/geos/operation/polygonize/EdgeRing.h
  326. include/geos/operation/polygonize/PolygonizeDirectedEdge.h
  327. include/geos/operation/polygonize/PolygonizeEdge.h
  328. include/geos/operation/polygonize/PolygonizeGraph.h
  329. include/geos/operation/polygonize/Polygonizer.h
  330. include/geos/operation/predicate/
  331. include/geos/operation/predicate/RectangleContains.h
  332. include/geos/operation/predicate/RectangleIntersects.h
  333. include/geos/operation/predicate/SegmentIntersectionTester.h
  334. include/geos/operation/relate/
  335. include/geos/operation/relate/EdgeEndBuilder.h
  336. include/geos/operation/relate/EdgeEndBundle.h
  337. include/geos/operation/relate/EdgeEndBundleStar.h
  338. include/geos/operation/relate/RelateComputer.h
  339. include/geos/operation/relate/RelateNode.h
  340. include/geos/operation/relate/RelateNodeFactory.h
  341. include/geos/operation/relate/RelateNodeGraph.h
  342. include/geos/operation/relate/RelateOp.h
  343. include/geos/operation/sharedpaths/
  344. include/geos/operation/sharedpaths/SharedPathsOp.h
  345. include/geos/operation/union/
  346. include/geos/operation/union/CascadedPolygonUnion.h
  347. include/geos/operation/union/CascadedUnion.h
  348. include/geos/operation/union/GeometryListHolder.h
  349. include/geos/operation/union/PointGeometryUnion.h
  350. include/geos/operation/union/UnaryUnionOp.h
  351. include/geos/operation/valid/
  352. include/geos/operation/valid/ConnectedInteriorTester.h
  353. include/geos/operation/valid/ConsistentAreaTester.h
  354. include/geos/operation/valid/IsValidOp.h
  355. include/geos/operation/valid/QuadtreeNestedRingTester.h
  356. include/geos/operation/valid/RepeatedPointTester.h
  357. include/geos/operation/valid/SimpleNestedRingTester.h
  358. include/geos/operation/valid/SweeplineNestedRingTester.h
  359. include/geos/operation/valid/TopologyValidationError.h
  360. include/geos/planargraph/
  361. include/geos/planargraph.h
  362. include/geos/planargraph/DirectedEdge.h
  363. include/geos/planargraph/DirectedEdgeStar.h
  364. include/geos/planargraph/Edge.h
  365. include/geos/planargraph/GraphComponent.h
  366. include/geos/planargraph/Node.h
  367. include/geos/planargraph/NodeMap.h
  368. include/geos/planargraph/PlanarGraph.h
  369. include/geos/planargraph/Subgraph.h
  370. include/geos/planargraph/algorithm/
  371. include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
  372. include/geos/platform.h
  373. include/geos/precision/
  374. include/geos/precision.h
  375. include/geos/precision/CommonBits.h
  376. include/geos/precision/CommonBitsOp.h
  377. include/geos/precision/CommonBitsRemover.h
  378. include/geos/precision/EnhancedPrecisionOp.h
  379. include/geos/precision/GeometryPrecisionReducer.h
  380. include/geos/precision/MinimumClearance.h
  381. include/geos/precision/PrecisionReducerCoordinateOperation.h
  382. include/geos/precision/SimpleGeometryPrecisionReducer.h
  383. include/geos/profiler.h
  384. include/geos/simplify/
  385. include/geos/simplify/DouglasPeuckerLineSimplifier.h
  386. include/geos/simplify/DouglasPeuckerSimplifier.h
  387. include/geos/simplify/LineSegmentIndex.h
  388. include/geos/simplify/TaggedLineSegment.h
  389. include/geos/simplify/TaggedLineString.h
  390. include/geos/simplify/TaggedLineStringSimplifier.h
  391. include/geos/simplify/TaggedLinesSimplifier.h
  392. include/geos/simplify/TopologyPreservingSimplifier.h
  393. include/geos/spatialIndex.h
  394. include/geos/timeval.h
  395. include/geos/triangulate/
  396. include/geos/triangulate/DelaunayTriangulationBuilder.h
  397. include/geos/triangulate/IncrementalDelaunayTriangulator.h
  398. include/geos/triangulate/VoronoiDiagramBuilder.h
  399. include/geos/triangulate/quadedge/
  400. include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h
  401. include/geos/triangulate/quadedge/LocateFailureException.h
  402. include/geos/triangulate/quadedge/QuadEdge.h
  403. include/geos/triangulate/quadedge/QuadEdgeLocator.h
  404. include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
  405. include/geos/triangulate/quadedge/TrianglePredicate.h
  406. include/geos/triangulate/quadedge/TriangleVisitor.h
  407. include/geos/triangulate/quadedge/Vertex.h
  408. include/geos/unload.h
  409. include/geos/util/
  410. include/geos/util.h
  411. include/geos/util/Assert.h
  412. include/geos/util/AssertionFailedException.h
  413. include/geos/util/CoordinateArrayFilter.h
  414. include/geos/util/GEOSException.h
  415. include/geos/util/GeometricShapeFactory.h
  416. include/geos/util/IllegalArgumentException.h
  417. include/geos/util/IllegalStateException.h
  418. include/geos/util/Interrupt.h
  419. include/geos/util/Machine.h
  420. include/geos/util/TopologyException.h
  421. include/geos/util/UniqueCoordinateArrayFilter.h
  422. include/geos/util/UnsupportedOperationException.h
  423. include/geos/util/math.h
  424. include/geos/version.h
  425. include/geos_c.h
  426. lib/libgeos.a
  427. lib/libgeos.la
  428. @lib lib/libgeos.so.${LIBgeos_VERSION}
  429. lib/libgeos_c.a
  430. lib/libgeos_c.la
  431. @lib lib/libgeos_c.so.${LIBgeos_c_VERSION}