git: 269857795ee8 - main - graphics/geos: Update to 3.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Sep 2024 20:15:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=269857795ee8e59f3e90c8e902beac8ddda0746d commit 269857795ee8e59f3e90c8e902beac8ddda0746d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-15 19:42:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-15 20:09:36 +0000 graphics/geos: Update to 3.13.0 Changes: https://github.com/libgeos/geos/releases --- graphics/geos/Makefile | 2 +- graphics/geos/distinfo | 6 +++--- graphics/geos/pkg-plist | 42 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 6447114d158f..62e9ec883bed 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -1,5 +1,5 @@ PORTNAME= geos -PORTVERSION= 3.12.2 +PORTVERSION= 3.13.0 CATEGORIES= graphics geography MASTER_SITES= https://github.com/libgeos/geos/releases/download/${PORTVERSION}/ \ https://download.osgeo.org/geos/ diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index 1f424a4e533c..8e7358259847 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717662470 -SHA256 (geos-3.12.2.tar.bz2) = 34c7770bf0090ee88488af98767d08e779f124fa33437e0aabec8abd4609fec6 -SIZE (geos-3.12.2.tar.bz2) = 6756010 +TIMESTAMP = 1726080939 +SHA256 (geos-3.13.0.tar.bz2) = 47ec83ff334d672b9e4426695f15da6e6368244214971fabf386ff8ef6df39e4 +SIZE (geos-3.13.0.tar.bz2) = 6801211 diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index f0a506af8822..6e701074d690 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -7,6 +7,7 @@ include/geos/algorithm/BoundaryNodeRule.h include/geos/algorithm/CGAlgorithmsDD.h include/geos/algorithm/CentralEndpointIntersector.h include/geos/algorithm/Centroid.h +include/geos/algorithm/CircularArcs.h include/geos/algorithm/ConvexHull.h include/geos/algorithm/Distance.h include/geos/algorithm/HCoordinate.h @@ -30,6 +31,8 @@ include/geos/algorithm/RayCrossingCounter.h include/geos/algorithm/Rectangle.h include/geos/algorithm/RobustDeterminant.h include/geos/algorithm/SimplePointInRing.h +include/geos/algorithm/construct/IndexedDistanceToPoint.h +include/geos/algorithm/construct/IndexedPointInPolygonsLocator.h include/geos/algorithm/construct/LargestEmptyCircle.h include/geos/algorithm/construct/MaximumInscribedCircle.h include/geos/algorithm/distance/DiscreteFrechetDistance.h @@ -64,6 +67,9 @@ include/geos/edgegraph/HalfEdge.h include/geos/edgegraph/MarkHalfEdge.h include/geos/export.h include/geos/geom.h +include/geos/geom/CircularArc.h +include/geos/geom/CircularString.h +include/geos/geom/CompoundCurve.h include/geos/geom/Coordinate.h include/geos/geom/CoordinateFilter.h include/geos/geom/CoordinateList.h @@ -71,6 +77,8 @@ include/geos/geom/CoordinateSequence.h include/geos/geom/CoordinateSequenceFilter.h include/geos/geom/CoordinateSequenceIterator.h include/geos/geom/CoordinateSequences.h +include/geos/geom/Curve.h +include/geos/geom/CurvePolygon.h include/geos/geom/Dimension.h include/geos/geom/Envelope.h include/geos/geom/Geometry.h @@ -78,20 +86,26 @@ include/geos/geom/GeometryCollection.h include/geos/geom/GeometryComponentFilter.h include/geos/geom/GeometryFactory.h include/geos/geom/GeometryFilter.h +include/geos/geom/GeometryTypeName.h include/geos/geom/HeuristicOverlay.h include/geos/geom/IntersectionMatrix.h include/geos/geom/LineSegment.h include/geos/geom/LineString.h include/geos/geom/LinearRing.h include/geos/geom/Location.h +include/geos/geom/MultiCurve.h include/geos/geom/MultiLineString.h include/geos/geom/MultiPoint.h include/geos/geom/MultiPolygon.h +include/geos/geom/MultiSurface.h include/geos/geom/Point.h include/geos/geom/Polygon.h include/geos/geom/Position.h include/geos/geom/PrecisionModel.h include/geos/geom/Quadrant.h +include/geos/geom/SimpleCurve.h +include/geos/geom/Surface.h +include/geos/geom/SurfaceImpl.h include/geos/geom/Triangle.h include/geos/geom/prep/AbstractPreparedPolygonContains.h include/geos/geom/prep/BasicPreparedGeometry.h @@ -117,12 +131,14 @@ include/geos/geom/util/GeometryEditor.h include/geos/geom/util/GeometryEditorOperation.h include/geos/geom/util/GeometryExtracter.h include/geos/geom/util/GeometryFixer.h +include/geos/geom/util/GeometryLister.h include/geos/geom/util/GeometryMapper.h include/geos/geom/util/GeometryTransformer.h include/geos/geom/util/LinearComponentExtracter.h include/geos/geom/util/NoOpGeometryOperation.h include/geos/geom/util/PointExtracter.h include/geos/geom/util/PolygonExtracter.h +include/geos/geom/util/PolygonalExtracter.h include/geos/geom/util/ShortCircuitedGeometryVisitor.h include/geos/geom/util/SineStarFactory.h include/geos/geomgraph/Depth.h @@ -372,6 +388,30 @@ include/geos/operation/relate/RelateNode.h include/geos/operation/relate/RelateNodeFactory.h include/geos/operation/relate/RelateNodeGraph.h include/geos/operation/relate/RelateOp.h +include/geos/operation/relateng/AdjacentEdgeLocator.h +include/geos/operation/relateng/BasicPredicate.h +include/geos/operation/relateng/DimensionLocation.h +include/geos/operation/relateng/EdgeSegmentIntersector.h +include/geos/operation/relateng/EdgeSegmentOverlapAction.h +include/geos/operation/relateng/EdgeSetIntersector.h +include/geos/operation/relateng/IMPatternMatcher.h +include/geos/operation/relateng/IMPredicate.h +include/geos/operation/relateng/IntersectionMatrixPattern.h +include/geos/operation/relateng/LineStringExtracter.h +include/geos/operation/relateng/LinearBoundary.h +include/geos/operation/relateng/NodeSection.h +include/geos/operation/relateng/NodeSections.h +include/geos/operation/relateng/PolygonNodeConverter.h +include/geos/operation/relateng/RelateEdge.h +include/geos/operation/relateng/RelateGeometry.h +include/geos/operation/relateng/RelateMatrixPredicate.h +include/geos/operation/relateng/RelateNG.h +include/geos/operation/relateng/RelateNode.h +include/geos/operation/relateng/RelatePointLocator.h +include/geos/operation/relateng/RelatePredicate.h +include/geos/operation/relateng/RelateSegmentString.h +include/geos/operation/relateng/TopologyComputer.h +include/geos/operation/relateng/TopologyPredicate.h include/geos/operation/sharedpaths/SharedPathsOp.h include/geos/operation/union/CascadedPolygonUnion.h include/geos/operation/union/CoverageUnion.h @@ -481,5 +521,5 @@ lib/libgeos.so lib/libgeos.so.%%PORTVERSION%% lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.18.2 +lib/libgeos_c.so.1.19.0 libdata/pkgconfig/geos.pc