mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
math/pdal: Update to 2.7.2
This commit is contained in:
parent
96c788de6e
commit
66be3c6061
@ -1,6 +1,6 @@
|
||||
PORTNAME= grass
|
||||
PORTVERSION= 7.8.8
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
|
||||
http://grass.cict.fr/%SUBDIR%/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= grass
|
||||
DISTVERSION= 8.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
|
||||
http://grass.cict.fr/%SUBDIR%/ \
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= cloudcompare
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.12.4
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= qgis
|
||||
DISTVERSION= 3.34.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= https://qgis.org/downloads/
|
||||
PKGNAMESUFFIX= -ltr
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= qgis
|
||||
DISTVERSION= 3.38.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= https://qgis.org/downloads/
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
PORTNAME= mdal
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math geography
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
|
@ -1,6 +1,5 @@
|
||||
PORTNAME= pdal
|
||||
DISTVERSION= 2.6.3
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 2.7.2
|
||||
CATEGORIES= math databases graphics
|
||||
MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1708719688
|
||||
SHA256 (pdal-2.6.3-src.tar.bz2) = e4d90a3ce4c9681cd3522ca29e73a88ff3b3c713f918693ad03932a6b7680460
|
||||
SIZE (pdal-2.6.3-src.tar.bz2) = 87274788
|
||||
TIMESTAMP = 1724912712
|
||||
SHA256 (pdal-2.7.2-src.tar.bz2) = f6ae0f3dc012b19c70dde2361799ecac0cdcbeb9cad5cfd96313c9fdc8608f32
|
||||
SIZE (pdal-2.7.2-src.tar.bz2) = 87431434
|
||||
|
11
math/pdal/files/patch-CMakeLists.txt
Normal file
11
math/pdal/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2024-08-29 07:07:08 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -356,7 +356,7 @@ install(DIRECTORY ${PDAL_FILTERS_DIR}/
|
||||
# PATTERN "private" EXCLUDE
|
||||
)
|
||||
|
||||
-install(FILES ${DIMENSION_OUTFILE} ${pdal_features_hpp}/
|
||||
+install(FILES ${DIMENSION_OUTFILE} ${pdal_features_hpp}
|
||||
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/pdal"
|
||||
PERMISSIONS
|
||||
GROUP_EXECUTE WORLD_EXECUTE OWNER_EXECUTE
|
@ -322,20 +322,20 @@ lib/cmake/PDAL/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/PDAL/PDALTargets.cmake
|
||||
lib/cmake/PDAL/pluginmacros.cmake
|
||||
lib/libpdal_plugin_kernel_fauxplugin.so
|
||||
lib/libpdal_plugin_kernel_fauxplugin.so.16
|
||||
lib/libpdal_plugin_kernel_fauxplugin.so.16.3.0
|
||||
lib/libpdal_plugin_kernel_fauxplugin.so.17
|
||||
lib/libpdal_plugin_kernel_fauxplugin.so.17.1.0
|
||||
%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so
|
||||
%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.16
|
||||
%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.16.3.0
|
||||
%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.17
|
||||
%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.17.1.0
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.16
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.16.3.0
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.17
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.17.1.0
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.16
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.16.3.0
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.17
|
||||
%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.17.1.0
|
||||
lib/libpdalcpp.so
|
||||
lib/libpdalcpp.so.16
|
||||
lib/libpdalcpp.so.16.3.0
|
||||
lib/libpdalcpp.so.17
|
||||
lib/libpdalcpp.so.17.1.0
|
||||
libdata/pkgconfig/pdal.pc
|
||||
%%BASH%%share/bash-completion/completions/pdal
|
||||
@dir include/pdal/filters/private/csf
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= saga
|
||||
PORTVERSION= 9.5.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= paraview
|
||||
DISTVERSION= ${PARAVIEW_VER}.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= science graphics
|
||||
MASTER_SITES= http://www.paraview.org/files/v${PARAVIEW_VER}/
|
||||
DISTNAME= ParaView-v${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user