diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-04 21:03:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-04 21:03:13 +0000 |
commit | 2e288fcdc9edb1ddbcc6ad95d3dc589fcb1764db (patch) | |
tree | 5a24ec85f0554438a14ed25310bff13d5713fbad /graphics/geos | |
parent | c82684ac147c60395a35a7ef78a6d75b1dfc9dda (diff) |
Notes
Diffstat (limited to 'graphics/geos')
-rw-r--r-- | graphics/geos/Makefile | 1 | ||||
-rw-r--r-- | graphics/geos/pkg-plist | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index f98c12265086..264cc04e43fa 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -3,6 +3,7 @@ PORTNAME= geos PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ \ LOCAL/sunpoet diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index a7dd59cfe3c9..75c2d15d3fd7 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -162,8 +162,11 @@ include/geos/index/quadtree/Root.h include/geos/index/strtree/AbstractNode.h include/geos/index/strtree/AbstractSTRtree.h include/geos/index/strtree/Boundable.h +include/geos/index/strtree/BoundablePair.h +include/geos/index/strtree/GeometryItemDistance.h include/geos/index/strtree/Interval.h include/geos/index/strtree/ItemBoundable.h +include/geos/index/strtree/ItemDistance.h include/geos/index/strtree/SIRtree.h include/geos/index/strtree/STRtree.h include/geos/index/sweepline/SweepLineEvent.h @@ -260,6 +263,8 @@ include/geos/operation/buffer/SubgraphDepthLocater.h include/geos/operation/distance/ConnectedElementLocationFilter.h include/geos/operation/distance/ConnectedElementPointFilter.h include/geos/operation/distance/DistanceOp.h +include/geos/operation/distance/FacetSequence.h +include/geos/operation/distance/FacetSequenceTreeBuilder.h include/geos/operation/distance/GeometryLocation.h include/geos/operation/intersection/Rectangle.h include/geos/operation/intersection/RectangleIntersection.h @@ -335,6 +340,7 @@ include/geos/precision/CommonBitsOp.h include/geos/precision/CommonBitsRemover.h include/geos/precision/EnhancedPrecisionOp.h include/geos/precision/GeometryPrecisionReducer.h +include/geos/precision/MinimumClearance.h include/geos/precision/PrecisionReducerCoordinateOperation.h include/geos/precision/SimpleGeometryPrecisionReducer.h include/geos/profiler.h |