From owner-svn-ports-all@freebsd.org Tue Dec 10 17:09:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B80D1DE9F7; Tue, 10 Dec 2019 17:09:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47XRP40R6bz3N10; Tue, 10 Dec 2019 17:09:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 085962DDEF; Tue, 10 Dec 2019 17:09:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBAH9Boh093364; Tue, 10 Dec 2019 17:09:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBAH9BdB093361; Tue, 10 Dec 2019 17:09:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912101709.xBAH9BdB093361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 10 Dec 2019 17:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519679 - head/graphics/geos X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/geos X-SVN-Commit-Revision: 519679 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2019 17:09:12 -0000 Author: sunpoet Date: Tue Dec 10 17:09:11 2019 New Revision: 519679 URL: https://svnweb.freebsd.org/changeset/ports/519679 Log: Update to 3.8.0 Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.8 https://github.com/libgeos/geos/blob/3.8/NEWS PR: 241376 Exp-run by: antoine Modified: head/graphics/geos/Makefile head/graphics/geos/distinfo head/graphics/geos/pkg-plist Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Tue Dec 10 17:09:05 2019 (r519678) +++ head/graphics/geos/Makefile Tue Dec 10 17:09:11 2019 (r519679) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geos -PORTVERSION= 3.7.2 -PORTREVISION= 1 +PORTVERSION= 3.8.0 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/geos/ \ LOCAL/sunpoet Modified: head/graphics/geos/distinfo ============================================================================== --- head/graphics/geos/distinfo Tue Dec 10 17:09:05 2019 (r519678) +++ head/graphics/geos/distinfo Tue Dec 10 17:09:11 2019 (r519679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557673788 -SHA256 (geos-3.7.2.tar.bz2) = 2166e65be6d612317115bfec07827c11b403c3f303e0a7420a2106bc999d7707 -SIZE (geos-3.7.2.tar.bz2) = 2071465 +TIMESTAMP = 1571483787 +SHA256 (geos-3.8.0.tar.bz2) = 99114c3dc95df31757f44d2afde73e61b9f742f0b683fd1894cbbee05dda62d5 +SIZE (geos-3.8.0.tar.bz2) = 2399403 Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Tue Dec 10 17:09:05 2019 (r519678) +++ head/graphics/geos/pkg-plist Tue Dec 10 17:09:11 2019 (r519679) @@ -1,29 +1,30 @@ bin/geos-config include/geos.h include/geos/algorithm/Angle.h +include/geos/algorithm/Area.h include/geos/algorithm/BoundaryNodeRule.h -include/geos/algorithm/CGAlgorithms.h +include/geos/algorithm/CGAlgorithmsDD.h include/geos/algorithm/CentralEndpointIntersector.h include/geos/algorithm/Centroid.h -include/geos/algorithm/CentroidArea.h -include/geos/algorithm/CentroidLine.h -include/geos/algorithm/CentroidPoint.h include/geos/algorithm/ConvexHull.h include/geos/algorithm/ConvexHull.inl +include/geos/algorithm/Distance.h include/geos/algorithm/HCoordinate.h include/geos/algorithm/InteriorPointArea.h include/geos/algorithm/InteriorPointLine.h include/geos/algorithm/InteriorPointPoint.h +include/geos/algorithm/Intersection.h +include/geos/algorithm/Length.h include/geos/algorithm/LineIntersector.h -include/geos/algorithm/MCPointInRing.h +include/geos/algorithm/MinimumBoundingCircle.h include/geos/algorithm/MinimumDiameter.h include/geos/algorithm/NotRepresentableException.h -include/geos/algorithm/PointInRing.h +include/geos/algorithm/Orientation.h +include/geos/algorithm/PointLocation.h include/geos/algorithm/PointLocator.h include/geos/algorithm/RayCrossingCounter.h +include/geos/algorithm/RayCrossingCounterDD.h include/geos/algorithm/RobustDeterminant.h -include/geos/algorithm/SIRtreePointInRing.h -include/geos/algorithm/SimplePointInRing.h include/geos/algorithm/distance/DiscreteFrechetDistance.h include/geos/algorithm/distance/DiscreteHausdorffDistance.h include/geos/algorithm/distance/DistanceToPoint.h @@ -31,6 +32,21 @@ include/geos/algorithm/distance/PointPairDistance.h include/geos/algorithm/locate/IndexedPointInAreaLocator.h include/geos/algorithm/locate/PointOnGeometryLocator.h include/geos/algorithm/locate/SimplePointInAreaLocator.h +include/geos/algorithm/ttmath/ttmath.h +include/geos/algorithm/ttmath/ttmathbig.h +include/geos/algorithm/ttmath/ttmathdec.h +include/geos/algorithm/ttmath/ttmathint.h +include/geos/algorithm/ttmath/ttmathmisc.h +include/geos/algorithm/ttmath/ttmathobjects.h +include/geos/algorithm/ttmath/ttmathparser.h +include/geos/algorithm/ttmath/ttmaththreads.h +include/geos/algorithm/ttmath/ttmathtypes.h +include/geos/algorithm/ttmath/ttmathuint.h +include/geos/algorithm/ttmath/ttmathuint_noasm.h +include/geos/algorithm/ttmath/ttmathuint_x86.h +include/geos/algorithm/ttmath/ttmathuint_x86_64.h +include/geos/algorithm/ttmath/ttmathuint_x86_64_msvc.asm +include/geos/constants.h include/geos/export.h include/geos/geom.h include/geos/geom/BinaryOp.h @@ -44,9 +60,11 @@ include/geos/geom/CoordinateList.h include/geos/geom/CoordinateSequence.h include/geos/geom/CoordinateSequenceFactory.h include/geos/geom/CoordinateSequenceFilter.h +include/geos/geom/DefaultCoordinateSequenceFactory.h include/geos/geom/Dimension.h include/geos/geom/Envelope.h include/geos/geom/Envelope.inl +include/geos/geom/FixedSizeCoordinateSequence.h include/geos/geom/Geometry.h include/geos/geom/GeometryCollection.h include/geos/geom/GeometryCollection.inl @@ -58,7 +76,6 @@ include/geos/geom/IntersectionMatrix.h include/geos/geom/LineSegment.h include/geos/geom/LineSegment.inl include/geos/geom/LineString.h -include/geos/geom/Lineal.h include/geos/geom/LinearRing.h include/geos/geom/Location.h include/geos/geom/MultiLineString.h @@ -68,10 +85,8 @@ include/geos/geom/MultiPolygon.h include/geos/geom/MultiPolygon.inl include/geos/geom/Point.h include/geos/geom/Polygon.h -include/geos/geom/Polygonal.h include/geos/geom/PrecisionModel.h include/geos/geom/PrecisionModel.inl -include/geos/geom/Puntal.h include/geos/geom/Triangle.h include/geos/geom/prep/AbstractPreparedPolygonContains.h include/geos/geom/prep/BasicPreparedGeometry.h @@ -88,6 +103,7 @@ include/geos/geom/prep/PreparedPolygonIntersects.h include/geos/geom/prep/PreparedPolygonPredicate.h include/geos/geom/util/ComponentCoordinateExtracter.h include/geos/geom/util/CoordinateOperation.h +include/geos/geom/util/Densifier.h include/geos/geom/util/GeometryCombiner.h include/geos/geom/util/GeometryEditor.h include/geos/geom/util/GeometryEditorOperation.h @@ -101,6 +117,7 @@ include/geos/geom/util/SineStarFactory.h include/geos/geomUtil.h include/geos/geomgraph.h include/geos/geomgraph/Depth.h +include/geos/geomgraph/Depth.inl include/geos/geomgraph/DirectedEdge.h include/geos/geomgraph/DirectedEdge.inl include/geos/geomgraph/DirectedEdgeStar.h @@ -116,18 +133,22 @@ include/geos/geomgraph/GeometryGraph.h include/geos/geomgraph/GeometryGraph.inl include/geos/geomgraph/GraphComponent.h include/geos/geomgraph/Label.h +include/geos/geomgraph/Label.inl include/geos/geomgraph/Node.h include/geos/geomgraph/NodeFactory.h include/geos/geomgraph/NodeMap.h include/geos/geomgraph/PlanarGraph.h include/geos/geomgraph/Position.h include/geos/geomgraph/Quadrant.h +include/geos/geomgraph/Quadrant.inl include/geos/geomgraph/TopologyLocation.h +include/geos/geomgraph/TopologyLocation.inl include/geos/geomgraph/index/EdgeSetIntersector.h include/geos/geomgraph/index/MonotoneChain.h include/geos/geomgraph/index/MonotoneChainEdge.h include/geos/geomgraph/index/MonotoneChainIndexer.h include/geos/geomgraph/index/SegmentIntersector.h +include/geos/geomgraph/index/SegmentIntersector.inl include/geos/geomgraph/index/SimpleEdgeSetIntersector.h include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h include/geos/geomgraph/index/SimpleSweepLineIntersector.h @@ -163,6 +184,7 @@ 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/EnvelopeUtil.h include/geos/index/strtree/GeometryItemDistance.h include/geos/index/strtree/Interval.h include/geos/index/strtree/ItemBoundable.h @@ -205,6 +227,7 @@ include/geos/linearref/LocationIndexOfPoint.h include/geos/linearref/LocationIndexedLine.h include/geos/noding.h include/geos/noding/BasicSegmentString.h +include/geos/noding/BasicSegmentString.inl include/geos/noding/FastNodingValidator.h include/geos/noding/FastSegmentSetIntersectionFinder.h include/geos/noding/GeometryNoder.h @@ -217,6 +240,7 @@ include/geos/noding/MCIndexSegmentSetMutualIntersector include/geos/noding/NodableSegmentString.h include/geos/noding/NodedSegmentString.h include/geos/noding/Noder.h +include/geos/noding/NodingIntersectionFinder.h include/geos/noding/NodingValidator.h include/geos/noding/Octant.h include/geos/noding/OrientedCoordinateArray.h @@ -230,7 +254,6 @@ include/geos/noding/SegmentSetMutualIntersector.h include/geos/noding/SegmentString.h include/geos/noding/SegmentStringUtil.h include/geos/noding/SimpleNoder.h -include/geos/noding/SingleInteriorIntersectionFinder.h include/geos/noding/SinglePassNoder.h include/geos/noding/snapround/HotPixel.h include/geos/noding/snapround/HotPixel.inl @@ -294,7 +317,9 @@ include/geos/operation/overlay/snap/GeometrySnapper.h include/geos/operation/overlay/snap/LineStringSnapper.h include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h include/geos/operation/overlay/snap/SnapOverlayOp.h +include/geos/operation/polygonize/BuildArea.h include/geos/operation/polygonize/EdgeRing.h +include/geos/operation/polygonize/HoleAssigner.h include/geos/operation/polygonize/PolygonizeDirectedEdge.h include/geos/operation/polygonize/PolygonizeEdge.h include/geos/operation/polygonize/PolygonizeGraph.h @@ -313,13 +338,17 @@ include/geos/operation/relate/RelateOp.h include/geos/operation/sharedpaths/SharedPathsOp.h include/geos/operation/union/CascadedPolygonUnion.h include/geos/operation/union/CascadedUnion.h +include/geos/operation/union/CoverageUnion.h include/geos/operation/union/GeometryListHolder.h +include/geos/operation/union/OverlapUnion.h include/geos/operation/union/PointGeometryUnion.h include/geos/operation/union/UnaryUnionOp.h include/geos/operation/valid/ConnectedInteriorTester.h include/geos/operation/valid/ConsistentAreaTester.h include/geos/operation/valid/IsValidOp.h +include/geos/operation/valid/MakeValid.h include/geos/operation/valid/QuadtreeNestedRingTester.h +include/geos/operation/valid/RepeatedPointRemover.h include/geos/operation/valid/RepeatedPointTester.h include/geos/operation/valid/SimpleNestedRingTester.h include/geos/operation/valid/SweeplineNestedRingTester.h @@ -334,7 +363,6 @@ include/geos/planargraph/NodeMap.h include/geos/planargraph/PlanarGraph.h include/geos/planargraph/Subgraph.h include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h -include/geos/platform.h include/geos/precision.h include/geos/precision/CommonBits.h include/geos/precision/CommonBitsOp.h @@ -354,7 +382,6 @@ include/geos/simplify/TaggedLineStringSimplifier.h include/geos/simplify/TaggedLinesSimplifier.h include/geos/simplify/TopologyPreservingSimplifier.h include/geos/spatialIndex.h -include/geos/timeval.h include/geos/triangulate/DelaunayTriangulationBuilder.h include/geos/triangulate/IncrementalDelaunayTriangulator.h include/geos/triangulate/VoronoiDiagramBuilder.h @@ -389,6 +416,6 @@ lib/libgeos.so lib/libgeos_c.a lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.11.2 +lib/libgeos_c.so.1.13.1 %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so