From owner-dev-commits-ports-main@freebsd.org Sun Jun 6 05:41:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 4B4496543DD; Sun, 6 Jun 2021 05:41:03 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FyQMz1TvYz3QGL; Sun, 6 Jun 2021 05:41:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B9381E252; Sun, 6 Jun 2021 05:41:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1565f3pw051833; Sun, 6 Jun 2021 05:41:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1565f3Sm051832; Sun, 6 Jun 2021 05:41:03 GMT (envelope-from git) Date: Sun, 6 Jun 2021 05:41:03 GMT Message-Id: <202106060541.1565f3Sm051832@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?B?TG/Dr2MgQmFydG9sZXR0aQ==?= Subject: git: 4a5170a538c2 - main - math/pdal: Update to 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lbartoletti X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a5170a538c20d5686c7ca5de8ccb40407ac9501 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2021 05:41:03 -0000 The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a5170a538c20d5686c7ca5de8ccb40407ac9501 commit 4a5170a538c20d5686c7ca5de8ccb40407ac9501 Author: Loïc Bartoletti AuthorDate: 2021-06-06 05:23:44 +0000 Commit: Loïc Bartoletti CommitDate: 2021-06-06 05:23:44 +0000 math/pdal: Update to 2.3.0 Update to 2.3.0 and unbreak pdal disabling tests. Changes: - https://github.com/PDAL/PDAL/blob/2.3.0/RELEASENOTES.txt --- math/pdal/Makefile | 14 ++++++-------- math/pdal/distinfo | 6 +++--- math/pdal/pkg-plist | 32 +++++++++++++++++++------------- 3 files changed, 28 insertions(+), 24 deletions(-) diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 0e91df7a5ae7..f22ddc9ae0e4 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -1,8 +1,7 @@ # Created by: bart PORTNAME= pdal -DISTVERSION= 2.2.0 -PORTREVISION= 2 +DISTVERSION= 2.3.0 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@FreeBSD.org @@ -33,12 +32,14 @@ GH_ACCOUNT= ${PORTNAME:tu} GH_PROJECT= ${GH_ACCOUNT} CMAKE_ON= WITH_LASZIP #LASZIP is recommended +CMAKE_OFF= WITH_TESTS OPTIONS_DEFINE= BASH \ ICEBRIDGE PGPOINTCLOUD LAZPERF MBIO \ - TESTS -#OPTIONS_DEFAULT= PGPOINTCLOUD LAZPERF -OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +OPTIONS_DEFAULT= BASH \ + ICEBRIDGE PGPOINTCLOUD LAZPERF MBIO + #Plugins with lib not in port: #RivLib, Matlab, MrSID, CPD, GeoWave, GreyHound, HexBin, NITF (nitro) OPTIONS_SUB= yes @@ -48,7 +49,6 @@ ICEBRIDGE_DESC= Enable Icebridge plugin LAZPERF_DESC= Enable LAZPerf plugin MBIO_DESC= Enable MBIO plugin PGPOINTCLOUD_DESC= Enable Coherent PostgreSQL Point Cloud plugin -TESTS_DESC= Enable Tests BASH_CMAKE_BOOL= WITH_COMPLETION BASH_RUN_DEPENDS= bash:shells/bash @@ -65,8 +65,6 @@ MBIO_CMAKE_BOOL= BUILD_PLUGIN_MBIO PGPOINTCLOUD_CMAKE_BOOL= BUILD_PLUGIN_PGPOINTCLOUD PGPOINTCLOUD_USES= pgsql -TESTS_CMAKE_BOOL= BUILD_PLUGIN_TESTS - post-install-BASH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions ${INSTALL_DATA} ${WRKSRC}/scripts/bash-completion/pdal \ diff --git a/math/pdal/distinfo b/math/pdal/distinfo index 5eb122790c06..31571bee8e5e 100644 --- a/math/pdal/distinfo +++ b/math/pdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599829924 -SHA256 (PDAL-PDAL-2.2.0_GH0.tar.gz) = d6c3f3551e7c2d332edc2c28afde499d7af7232faad98b3499faa348f3d51746 -SIZE (PDAL-PDAL-2.2.0_GH0.tar.gz) = 103387993 +TIMESTAMP = 1622878834 +SHA256 (PDAL-PDAL-2.3.0_GH0.tar.gz) = 8ae848e9b3fe5149a9277fe60e10b9858edb9a3cf1a40728f11712498e5da13a +SIZE (PDAL-PDAL-2.3.0_GH0.tar.gz) = 113434573 diff --git a/math/pdal/pkg-plist b/math/pdal/pkg-plist index 9b4317301775..babcc218457c 100644 --- a/math/pdal/pkg-plist +++ b/math/pdal/pkg-plist @@ -49,7 +49,7 @@ include/pdal/Writer.hpp include/pdal/XMLSchema.hpp include/pdal/compression/Compression.hpp include/pdal/compression/DeflateCompression.hpp -include/pdal/compression/LazPerfCompression.hpp +include/pdal/compression/GzipCompression.hpp include/pdal/compression/LazPerfVlrCompression.hpp include/pdal/compression/LzmaCompression.hpp include/pdal/compression/ZstdCompression.hpp @@ -74,6 +74,7 @@ include/pdal/filters/EstimateRankFilter.hpp include/pdal/filters/FaceRasterFilter.hpp include/pdal/filters/FarthestPointSamplingFilter.hpp include/pdal/filters/FerryFilter.hpp +include/pdal/filters/GpsTimeConvert.hpp include/pdal/filters/GreedyProjection.hpp include/pdal/filters/GroupByFilter.hpp include/pdal/filters/HagDelaunayFilter.hpp @@ -107,6 +108,7 @@ include/pdal/filters/RadialDensityFilter.hpp include/pdal/filters/RandomizeFilter.hpp include/pdal/filters/RangeFilter.hpp include/pdal/filters/ReciprocityFilter.hpp +include/pdal/filters/RelaxationDartThrowing.hpp include/pdal/filters/ReprojectionFilter.hpp include/pdal/filters/ReturnsFilter.hpp include/pdal/filters/SMRFilter.hpp @@ -123,6 +125,7 @@ include/pdal/filters/TransformationFilter.hpp include/pdal/filters/VoxelCenterNearestNeighborFilter.hpp include/pdal/filters/VoxelCentroidNearestNeighborFilter.hpp include/pdal/filters/VoxelDownsizeFilter.hpp +include/pdal/filters/ZsmoothFilter.hpp include/pdal/filters/private/DimRange.hpp include/pdal/filters/private/Point.hpp include/pdal/filters/private/Segmentation.hpp @@ -212,8 +215,10 @@ include/pdal/io/private/ept/Key.hpp include/pdal/io/private/ept/Overlap.hpp include/pdal/io/private/ept/TileContents.hpp include/pdal/io/private/ept/VectorPointTable.hpp +include/pdal/kernels/ChamferKernel.hpp include/pdal/kernels/DeltaKernel.hpp include/pdal/kernels/DensityKernel.hpp +include/pdal/kernels/EvalKernel.hpp include/pdal/kernels/GroundKernel.hpp include/pdal/kernels/HausdorffKernel.hpp include/pdal/kernels/InfoKernel.hpp @@ -256,6 +261,7 @@ include/pdal/util/Inserter.hpp include/pdal/util/NullOStream.hpp include/pdal/util/OStream.hpp include/pdal/util/ProgramArgs.hpp +include/pdal/util/Random.hpp include/pdal/util/ThreadPool.hpp include/pdal/util/Utils.hpp include/pdal/util/Uuid.hpp @@ -269,23 +275,23 @@ lib/cmake/PDAL/PDALConfigVersion.cmake lib/cmake/PDAL/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/PDAL/PDALTargets.cmake lib/libpdal_base.so -lib/libpdal_base.so.12 -lib/libpdal_base.so.12.0.0 +lib/libpdal_base.so.13 +lib/libpdal_base.so.13.0.0 lib/libpdal_util.so -lib/libpdal_util.so.12 -lib/libpdal_util.so.12.0.0 +lib/libpdal_util.so.13 +lib/libpdal_util.so.13.0.0 lib/libpdalcpp.so libdata/pkgconfig/pdal.pc %%BASH%%share/bash-completion/completions/pdal %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so -%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.12 -%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.12.0.0 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.13 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.13.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so -%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.12 -%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.12.0.0 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.13 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.13.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so -%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.12 -%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.12.0.0 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.13 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.13.0.0 lib/libpdal_plugin_kernel_fauxplugin.so -lib/libpdal_plugin_kernel_fauxplugin.so.12 -lib/libpdal_plugin_kernel_fauxplugin.so.12.0.0 +lib/libpdal_plugin_kernel_fauxplugin.so.13 +lib/libpdal_plugin_kernel_fauxplugin.so.13.0.0