pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/pdal-lib
Module Name: pkgsrc
Committed By: adam
Date: Sun Jun 28 20:25:24 UTC 2026
Modified Files:
pkgsrc/geography/pdal-lib: Makefile PLIST distinfo
Log Message:
pdal-lib: updated to 2.10.2
2.10.2
Make sure StageExtensions.hpp is only included #once
Correct PDAL_CREATE_PLUGIN target name for WIN32
Use libcurl multi-interface to reduce file descriptor consumption
Clean up integer comparison warnings in tests
Encapsulate dimrange
Support external gtest with USE_EXTERNAL_GTEST
Fix dimrange sorting
Make ccache usage optional for building libE57Format
Add <unordered_map> include
readers.arrow: register XYZ dims
Account for different SPZ library include locations
Fix curl CA bundle support support
Silence nlohmann warning
Support static build
Fix PointGrid zero-cell construction for small inputs
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/geography/pdal-lib/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/pdal-lib/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/pdal-lib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/pdal-lib/Makefile
diff -u pkgsrc/geography/pdal-lib/Makefile:1.51 pkgsrc/geography/pdal-lib/Makefile:1.52
--- pkgsrc/geography/pdal-lib/Makefile:1.51 Thu May 14 16:41:07 2026
+++ pkgsrc/geography/pdal-lib/Makefile Sun Jun 28 20:25:24 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2026/05/14 16:41:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2026/06/28 20:25:24 adam Exp $
-DISTNAME= PDAL-2.10.1-src
+DISTNAME= PDAL-2.10.2-src
PKGNAME= ${DISTNAME:S/PDAL/pdal-lib/:S/-src//}
-PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=PDAL/}
GITHUB_PROJECT= PDAL
Index: pkgsrc/geography/pdal-lib/PLIST
diff -u pkgsrc/geography/pdal-lib/PLIST:1.5 pkgsrc/geography/pdal-lib/PLIST:1.6
--- pkgsrc/geography/pdal-lib/PLIST:1.5 Mon May 4 23:42:06 2026
+++ pkgsrc/geography/pdal-lib/PLIST Sun Jun 28 20:25:24 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2026/05/04 23:42:06 gdt Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/06/28 20:25:24 adam Exp $
bin/pdal
bin/pdal-config
include/pdal/Artifact.hpp
@@ -145,6 +145,7 @@ include/pdal/filters/private/DimRange.hp
include/pdal/filters/private/DisjointSet.hpp
include/pdal/filters/private/Point.hpp
include/pdal/filters/private/Segmentation.hpp
+@pkgdir include/pdal/filters/private/csf
include/pdal/filters/private/delaunator.hpp
include/pdal/filters/private/expr/AssignParser.hpp
include/pdal/filters/private/expr/AssignStatement.hpp
@@ -169,6 +170,7 @@ include/pdal/filters/private/hexer/Point
include/pdal/filters/private/hexer/Processor.hpp
include/pdal/filters/private/hexer/Segment.hpp
include/pdal/filters/private/hexer/exception.hpp
+@pkgdir include/pdal/filters/private/miniball
include/pdal/filters/private/mongoexpression/Comparison.hpp
include/pdal/filters/private/mongoexpression/Expression.hpp
include/pdal/filters/private/mongoexpression/LogicGate.hpp
@@ -342,13 +344,11 @@ lib/cmake/PDAL/PDALTargets.cmake
lib/cmake/PDAL/pluginmacros.cmake
lib/libpdal_plugin_kernel_fauxplugin.so
lib/libpdal_plugin_kernel_fauxplugin.so.20
-lib/libpdal_plugin_kernel_fauxplugin.so.20.1.0
+lib/libpdal_plugin_kernel_fauxplugin.so.20.2.0
lib/libpdal_plugin_reader_hdf.so
lib/libpdal_plugin_reader_hdf.so.20
-lib/libpdal_plugin_reader_hdf.so.20.1.0
+lib/libpdal_plugin_reader_hdf.so.20.2.0
lib/libpdalcpp.so
lib/libpdalcpp.so.20
-lib/libpdalcpp.so.20.1.0
+lib/libpdalcpp.so.20.2.0
lib/pkgconfig/pdal.pc
-@pkgdir include/pdal/filters/private/miniball
-@pkgdir include/pdal/filters/private/csf
Index: pkgsrc/geography/pdal-lib/distinfo
diff -u pkgsrc/geography/pdal-lib/distinfo:1.8 pkgsrc/geography/pdal-lib/distinfo:1.9
--- pkgsrc/geography/pdal-lib/distinfo:1.8 Mon May 4 23:42:06 2026
+++ pkgsrc/geography/pdal-lib/distinfo Sun Jun 28 20:25:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/05/04 23:42:06 gdt Exp $
+$NetBSD: distinfo,v 1.9 2026/06/28 20:25:24 adam Exp $
-BLAKE2s (PDAL-2.10.1-src.tar.bz2) = 2ffad502426018925652c104595d97e74e1d4c29b880199c0e2463732e535d05
-SHA512 (PDAL-2.10.1-src.tar.bz2) = 1890079bd3f644b04c872f11e350c43b12d6fa1fba841dca67cd1e19e3d51c8777d47f38403d1cd0a95ac8b66f82f9178dfb9c340a0be5078157589d180984a9
-Size (PDAL-2.10.1-src.tar.bz2) = 102000676 bytes
+BLAKE2s (PDAL-2.10.2-src.tar.bz2) = 72643ce1f0e9d97a4ebce2bf2e1297c22399238dc6cd6d84012eb2d8a0529b12
+SHA512 (PDAL-2.10.2-src.tar.bz2) = 75a99a84e0a0040f0c5831a9e6ec1879c0e433ac8495744070a36b769364eeb9cfe1bea87e77de8752e6d1280bc410e0c529174167d7790039b5a4a1c4abedbe
+Size (PDAL-2.10.2-src.tar.bz2) = 101975261 bytes
Home |
Main Index |
Thread Index |
Old Index