pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/geos
Module Name: pkgsrc
Committed By: gdt
Date: Tue Mar 4 19:45:56 UTC 2025
Modified Files:
pkgsrc/geography/geos: Makefile PLIST distinfo
Log Message:
geography/geos: Update to 3.13.1
Upstream NEWS:
## Changes in 3.13.1
2024-03-03
- Fixes/Improvements:
- Fix ConcaveHullOfPolygons nested shell handling (GH-1169, Martin Davis)
- Fix RelateNG for computing IM for empty-nonempty cases (Martin Davis)
- Fix LineString->getPoint(n) for M geometries (GH-1191, @hsieyuan)
- Fix TopologyPreservingSimplifier/TaggedLineString to avoid jumping components (JTS-1096, Martin Davis)
- Fix WKTWriter for small precisions and with trim enabled (GH-1199, Mike Taves)
- Fix BufferOp to increase length of segments removed by heuristic (GH-1200, Martin Davis)
- Improve RelateNG performance for A/L cases in prepared predicates (GH-1201, Martin Davis)
- Improve OffsetCurve to handle mitre joins for polygons (Martin Davis)
- Fix inscribed circle initialization (GH-1225, Benoit Maurin)
- Fix overlay heuristic for GeometryCollections with empty elements (GH-1229, Martin Davis)
- Add ring buffer hole removal heuristic (GH-1233, Martin Davis)
- Fix buffer element erosion for negative distance and remove overlay deps (GH-1239, Martin Davis)
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/geography/geos/Makefile \
pkgsrc/geography/geos/distinfo
cvs rdiff -u -r1.28 -r1.29 pkgsrc/geography/geos/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/geos/Makefile
diff -u pkgsrc/geography/geos/Makefile:1.51 pkgsrc/geography/geos/Makefile:1.52
--- pkgsrc/geography/geos/Makefile:1.51 Sun Sep 8 00:51:56 2024
+++ pkgsrc/geography/geos/Makefile Tue Mar 4 19:45:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2024/09/08 00:51:56 gdt Exp $
+# $NetBSD: Makefile,v 1.52 2025/03/04 19:45:56 gdt Exp $
-VERSION_BASE= 3.13.0
+VERSION_BASE= 3.13.1
# Accomodate testing unreleased versions.
VERSION_RC=
VERSION= ${VERSION_BASE}${VERSION_RC}
Index: pkgsrc/geography/geos/distinfo
diff -u pkgsrc/geography/geos/distinfo:1.51 pkgsrc/geography/geos/distinfo:1.52
--- pkgsrc/geography/geos/distinfo:1.51 Sun Sep 8 00:51:56 2024
+++ pkgsrc/geography/geos/distinfo Tue Mar 4 19:45:56 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2024/09/08 00:51:56 gdt Exp $
+$NetBSD: distinfo,v 1.52 2025/03/04 19:45:56 gdt Exp $
-BLAKE2s (geos-3.13.0.tar.bz2) = 862b31b01bcae17488f24133f4205afdf3729b30cc5b654d3dba3697244a44a9
-SHA512 (geos-3.13.0.tar.bz2) = 8ffaa3f49a8365db693ac948e9d66cf55321eb12151734c7da2775070b7804ffa607de2474b7019d6ea2a99d5e037fb1e8561bf9025e65ddd4bd1ba049382b28
-Size (geos-3.13.0.tar.bz2) = 6801211 bytes
+BLAKE2s (geos-3.13.1.tar.bz2) = 78b9673090509c94aebb1fef4c1f2714ff004d2fd92ba1916bbe179e36c9a777
+SHA512 (geos-3.13.1.tar.bz2) = 38a6d8bb05b374160c6e5eb82e5f601915ee44e75bdba0414bb7b1096a62f3cdfbb877389998bd3ff4c77c98927ce95a8d8298dd599a0fcb8ea0e83f174f1744
+Size (geos-3.13.1.tar.bz2) = 6839955 bytes
SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296
Index: pkgsrc/geography/geos/PLIST
diff -u pkgsrc/geography/geos/PLIST:1.28 pkgsrc/geography/geos/PLIST:1.29
--- pkgsrc/geography/geos/PLIST:1.28 Sun Sep 8 00:51:56 2024
+++ pkgsrc/geography/geos/PLIST Tue Mar 4 19:45:56 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2024/09/08 00:51:56 gdt Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/03/04 19:45:56 gdt Exp $
bin/geos-config
bin/geosop
include/geos.h
@@ -44,6 +44,7 @@ include/geos/algorithm/hull/ConcaveHull.
include/geos/algorithm/hull/ConcaveHullOfPolygons.h
include/geos/algorithm/hull/HullTri.h
include/geos/algorithm/hull/HullTriangulation.h
+include/geos/algorithm/hull/OuterShellsExtracter.h
include/geos/algorithm/locate/IndexedPointInAreaLocator.h
include/geos/algorithm/locate/PointOnGeometryLocator.h
include/geos/algorithm/locate/SimplePointInAreaLocator.h
@@ -295,14 +296,18 @@ include/geos/operation/GeometryGraphOper
include/geos/operation/buffer/BufferBuilder.h
include/geos/operation/buffer/BufferCurveSetBuilder.h
include/geos/operation/buffer/BufferInputLineSimplifier.h
+include/geos/operation/buffer/BufferNodeFactory.h
include/geos/operation/buffer/BufferOp.h
include/geos/operation/buffer/BufferParameters.h
include/geos/operation/buffer/BufferSubgraph.h
+include/geos/operation/buffer/MaximalEdgeRing.h
+include/geos/operation/buffer/MinimalEdgeRing.h
include/geos/operation/buffer/OffsetCurve.h
include/geos/operation/buffer/OffsetCurveBuilder.h
include/geos/operation/buffer/OffsetCurveSection.h
include/geos/operation/buffer/OffsetSegmentGenerator.h
include/geos/operation/buffer/OffsetSegmentString.h
+include/geos/operation/buffer/PolygonBuilder.h
include/geos/operation/buffer/RightmostEdgeFinder.h
include/geos/operation/buffer/SegmentMCIndex.h
include/geos/operation/buffer/SubgraphDepthLocater.h
@@ -332,10 +337,6 @@ include/geos/operation/linemerge/LineMer
include/geos/operation/linemerge/LineMergeGraph.h
include/geos/operation/linemerge/LineMerger.h
include/geos/operation/linemerge/LineSequencer.h
-include/geos/operation/overlay/MaximalEdgeRing.h
-include/geos/operation/overlay/MinimalEdgeRing.h
-include/geos/operation/overlay/OverlayNodeFactory.h
-include/geos/operation/overlay/PolygonBuilder.h
include/geos/operation/overlay/snap/GeometrySnapper.h
include/geos/operation/overlay/snap/LineStringSnapper.h
include/geos/operation/overlay/snap/SnapOverlayOp.h
@@ -519,8 +520,8 @@ lib/cmake/GEOS/geos-config.cmake
lib/cmake/GEOS/geos-targets-release.cmake
lib/cmake/GEOS/geos-targets.cmake
lib/libgeos.so
-lib/libgeos.so.3.13.0
+lib/libgeos.so.${PKGVERSION}
lib/libgeos_c.so
lib/libgeos_c.so.1
-lib/libgeos_c.so.1.19.0
+lib/libgeos_c.so.1.19.2
lib/pkgconfig/geos.pc
Home |
Main Index |
Thread Index |
Old Index