From owner-svn-ports-all@freebsd.org Thu Mar 7 02:37:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74F511508C76; Thu, 7 Mar 2019 02:37:33 +0000 (UTC) (envelope-from wen@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 1A51487468; Thu, 7 Mar 2019 02:37:33 +0000 (UTC) (envelope-from wen@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 0C261D257; Thu, 7 Mar 2019 02:37:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x272bWgL070719; Thu, 7 Mar 2019 02:37:32 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x272bW2P070714; Thu, 7 Mar 2019 02:37:32 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201903070237.x272bW2P070714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 7 Mar 2019 02:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494869 - head/math/pdal X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/pdal X-SVN-Commit-Revision: 494869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1A51487468 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Thu, 07 Mar 2019 02:37:33 -0000 Author: wen Date: Thu Mar 7 02:37:32 2019 New Revision: 494869 URL: https://svnweb.freebsd.org/changeset/ports/494869 Log: - Update to 1.8.0 PR: 236314 Submitted by: lbartoletti@tuxfamily.org(maintainer) Modified: head/math/pdal/Makefile head/math/pdal/distinfo head/math/pdal/pkg-plist Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Thu Mar 7 02:07:22 2019 (r494868) +++ head/math/pdal/Makefile Thu Mar 7 02:37:32 2019 (r494869) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pdal -DISTVERSION= 1.7.2 -PORTREVISION= 6 +DISTVERSION= 1.8.0 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org Modified: head/math/pdal/distinfo ============================================================================== --- head/math/pdal/distinfo Thu Mar 7 02:07:22 2019 (r494868) +++ head/math/pdal/distinfo Thu Mar 7 02:37:32 2019 (r494869) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526229886 -SHA256 (PDAL-PDAL-1.7.2_GH0.tar.gz) = cedfefbe54ca61cbb33d100d619c53873d84f480ff53deec2cf6dd91580f6a61 -SIZE (PDAL-PDAL-1.7.2_GH0.tar.gz) = 71830648 +TIMESTAMP = 1548033108 +SHA256 (PDAL-PDAL-1.8.0_GH0.tar.gz) = ef3a32c06865383feac46fd7eb7491f034cad6b0b246b3c917271ae0c8f25b69 +SIZE (PDAL-PDAL-1.8.0_GH0.tar.gz) = 79978225 Modified: head/math/pdal/pkg-plist ============================================================================== --- head/math/pdal/pkg-plist Thu Mar 7 02:07:22 2019 (r494868) +++ head/math/pdal/pkg-plist Thu Mar 7 02:37:32 2019 (r494869) @@ -4,10 +4,6 @@ include/pdal/Artifact.hpp include/pdal/ArtifactManager.hpp include/pdal/compression/Compression.hpp include/pdal/compression/DeflateCompression.hpp -include/pdal/compression/LazPerfCompression.hpp -include/pdal/compression/LazPerfVlrCompression.hpp -include/pdal/compression/LzmaCompression.hpp -include/pdal/compression/ZstdCompression.hpp include/pdal/DbReader.hpp include/pdal/DbWriter.hpp include/pdal/DimDetail.hpp @@ -24,6 +20,7 @@ include/pdal/filters/ColorinterpFilter.hpp include/pdal/filters/ColorInterpRamps.hpp include/pdal/filters/ColorizationFilter.hpp include/pdal/filters/CropFilter.hpp +include/pdal/filters/DEMFilter.hpp include/pdal/filters/DecimationFilter.hpp include/pdal/filters/DividerFilter.hpp include/pdal/filters/EigenvaluesFilter.hpp @@ -34,7 +31,9 @@ include/pdal/filters/GreedyProjection.hpp include/pdal/filters/GroupByFilter.hpp include/pdal/filters/HAGFilter.hpp include/pdal/filters/HeadFilter.hpp +include/pdal/filters/HexBinFilter.hpp include/pdal/filters/IQRFilter.hpp +include/pdal/filters/InfoFilter.hpp include/pdal/filters/KDistanceFilter.hpp include/pdal/filters/LocateFilter.hpp include/pdal/filters/LOFFilter.hpp @@ -42,6 +41,7 @@ include/pdal/filters/MADFilter.hpp include/pdal/filters/MergeFilter.hpp include/pdal/filters/MongusFilter.hpp include/pdal/filters/MortonOrderFilter.hpp +include/pdal/filters/NNDistanceFilter.hpp include/pdal/filters/NeighborClassifierFilter.hpp include/pdal/filters/NormalFilter.hpp include/pdal/filters/OutlierFilter.hpp @@ -73,6 +73,7 @@ include/pdal/io/BpfHeader.hpp include/pdal/io/BpfReader.hpp include/pdal/io/BpfWriter.hpp include/pdal/io/BufferReader.hpp +include/pdal/io/EptReader.hpp include/pdal/io/FauxReader.hpp include/pdal/io/GDALGrid.hpp include/pdal/io/GDALReader.hpp @@ -107,6 +108,7 @@ include/pdal/io/TIndexReader.hpp include/pdal/KDIndex.hpp include/pdal/Kernel.hpp include/pdal/kernels/DeltaKernel.hpp +include/pdal/kernels/DensityKernel.hpp include/pdal/kernels/DiffKernel.hpp include/pdal/kernels/GroundKernel.hpp include/pdal/kernels/HausdorffKernel.hpp @@ -117,6 +119,7 @@ include/pdal/kernels/RandomKernel.hpp include/pdal/kernels/SortKernel.hpp include/pdal/kernels/SplitKernel.hpp include/pdal/kernels/TIndexKernel.hpp +include/pdal/kernels/TileKernel.hpp include/pdal/kernels/TranslateKernel.hpp include/pdal/Log.hpp include/pdal/Mesh.hpp @@ -149,7 +152,6 @@ include/pdal/QuadIndex.hpp include/pdal/QuickInfo.hpp include/pdal/Reader.hpp include/pdal/Scaling.hpp -include/pdal/Segmentation.hpp include/pdal/SpatialReference.hpp include/pdal/Stage.hpp include/pdal/StageExtensions.hpp @@ -157,6 +159,7 @@ include/pdal/StageFactory.hpp include/pdal/StageWrapper.hpp include/pdal/Streamable.hpp include/pdal/util/Algorithm.hpp +include/pdal/util/Backtrace.hpp include/pdal/util/Bounds.hpp include/pdal/util/Charbuf.hpp include/pdal/util/Extractor.hpp @@ -173,15 +176,12 @@ include/pdal/util/Utils.hpp include/pdal/util/Uuid.hpp include/pdal/Writer.hpp include/pdal/XMLSchema.hpp -lib/libpdal_arbiter.a lib/libpdal_base.so -lib/libpdal_base.so.6 -lib/libpdal_base.so.7.0.2 -lib/libpdal_boost.a -lib/libpdal_kazhdan.a +lib/libpdal_base.so.7 +lib/libpdal_base.so.8.0.0 lib/libpdal_util.so -lib/libpdal_util.so.6 -lib/libpdal_util.so.7.0.2 +lib/libpdal_util.so.7 +lib/libpdal_util.so.8.0.0 lib/libpdalcpp.so lib/pdal/cmake/PDALConfig.cmake lib/pdal/cmake/PDALConfigVersion.cmake @@ -190,24 +190,27 @@ lib/pdal/cmake/PDALTargets.cmake libdata/pkgconfig/pdal.pc %%BASH%%share/bash-completion/completions/pdal %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so -%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.6 -%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.7.0.2 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.7 +%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.8.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so -%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.6 -%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.7.0.2 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.7 +%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.8.0.0 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so -%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.6 -%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.7.0.2 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.7 +%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.8.0.0 %%PYTHON%%include/pdal/io/NumpyReader.hpp %%PYTHON%%lib/libpdal_plugin_filter_python.so -%%PYTHON%%lib/libpdal_plugin_filter_python.so.6 -%%PYTHON%%lib/libpdal_plugin_filter_python.so.7.0.2 +%%PYTHON%%lib/libpdal_plugin_filter_python.so.7 +%%PYTHON%%lib/libpdal_plugin_filter_python.so.8.0.0 %%PYTHON%%lib/libpdal_plugin_reader_numpy.so -%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.6 -%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.7.0.2 +%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.7 +%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.8.0.0 %%SQLITE%%lib/libpdal_plugin_reader_sqlite.so -%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.6 -%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.7.0.2 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.7 +%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.8.0.0 %%SQLITE%%lib/libpdal_plugin_writer_sqlite.so -%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.6 -%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.7.0.2 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.7 +%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.8.0.0 +lib/libpdal_plugin_kernel_fauxplugin.so +lib/libpdal_plugin_kernel_fauxplugin.so.7 +lib/libpdal_plugin_kernel_fauxplugin.so.8.0.0