Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2025 10:15:37 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ee13bdbb36b - main - misc/lastools: update 2.0.0 =?utf-8?Q?=E2=86=92?= 2.0.3
Message-ID:  <202501181015.50IAFbpK037827@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ee13bdbb36be3adec7cef853057de18dbfa44d0

commit 9ee13bdbb36be3adec7cef853057de18dbfa44d0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-18 10:15:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-18 10:15:28 +0000

    misc/lastools: update 2.0.0 → 2.0.3
---
 misc/lastools/Makefile  | 15 +++++++--------
 misc/lastools/distinfo  |  6 +++---
 misc/lastools/pkg-plist |  7 +++++++
 3 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/misc/lastools/Makefile b/misc/lastools/Makefile
index c0fb599c13d6..4f5790f6bc66 100644
--- a/misc/lastools/Makefile
+++ b/misc/lastools/Makefile
@@ -1,19 +1,18 @@
 PORTNAME=	LAStools
-DISTVERSION=	2.0.0
-PORTREVISION=	1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.0.3
 CATEGORIES=	misc
-MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
-DISTNAME=	${PORTNAME}
-DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Efficient tools for LiDAR processing
-WWW=		https://rapidlasso.com/lastools/
+WWW=		https://rapidlasso.com/lastools/ \
+		https://github.com/LAStools/LAStools
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-USES=		cmake:insource zip
+USES=		cmake:insource
+USE_GITHUB=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 
@@ -21,7 +20,7 @@ CONFLICTS_INSTALL=	liblas
 
 EXECUTABLES=	lasindex las2txt las2las txt2las lasdiff lasinfo laszip lasmerge lasprecision
 
-pre-install:
+xpre-install:
 	${MV} ${WRKSRC}/LASlib/src/LASlib-config.cmake ${WRKSRC}/LASlib/src/laslib-config.cmake
 
 post-install: # strip the "64" suffix from executables
diff --git a/misc/lastools/distinfo b/misc/lastools/distinfo
index 06a33677241d..ddaea6b37945 100644
--- a/misc/lastools/distinfo
+++ b/misc/lastools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641748773
-SHA256 (LAStools-2.0.0/LAStools.zip) = 6d8825cfbd757cf424d7343498fac2750d5d481dcc100350aa55524dfdcdc197
-SIZE (LAStools-2.0.0/LAStools.zip) = 78195494
+TIMESTAMP = 1737194557
+SHA256 (LAStools-LAStools-v2.0.3_GH0.tar.gz) = b6c6ac33835ead2c69d05e282febc266048ba071a71dae6fdad321d532dfcf78
+SIZE (LAStools-LAStools-v2.0.3_GH0.tar.gz) = 8509725
diff --git a/misc/lastools/pkg-plist b/misc/lastools/pkg-plist
index d27914443675..c6e157880ace 100644
--- a/misc/lastools/pkg-plist
+++ b/misc/lastools/pkg-plist
@@ -1,5 +1,6 @@
 bin/las2las
 bin/las2txt
+bin/lascopcindex64
 bin/lasdiff
 bin/lasindex
 bin/lasinfo
@@ -21,15 +22,19 @@ include/LASlib/bytestreamout_array.hpp
 include/LASlib/bytestreamout_file.hpp
 include/LASlib/bytestreamout_nil.hpp
 include/LASlib/bytestreamout_ostream.hpp
+include/LASlib/endian.hpp
 include/LASlib/integercompressor.hpp
 include/LASlib/lasattributer.hpp
+include/LASlib/lascopc.hpp
 include/LASlib/lasdefinitions.hpp
 include/LASlib/lasfilter.hpp
 include/LASlib/lasignore.hpp
 include/LASlib/lasindex.hpp
 include/LASlib/lasinterval.hpp
 include/LASlib/laskdtree.hpp
+include/LASlib/lasmessage.hpp
 include/LASlib/laspoint.hpp
+include/LASlib/lasprogress.hpp
 include/LASlib/lasquadtree.hpp
 include/LASlib/lasquantizer.hpp
 include/LASlib/lasreader.hpp
@@ -54,6 +59,7 @@ include/LASlib/lasreaditemcompressed_v4.hpp
 include/LASlib/lasreaditemraw.hpp
 include/LASlib/lasreadpoint.hpp
 include/LASlib/lastransform.hpp
+include/LASlib/lasunzipper.hpp
 include/LASlib/lasutility.hpp
 include/LASlib/lasvlr.hpp
 include/LASlib/lasvlrpayload.hpp
@@ -78,6 +84,7 @@ include/LASlib/laszip_common_v1.hpp
 include/LASlib/laszip_common_v2.hpp
 include/LASlib/laszip_common_v3.hpp
 include/LASlib/laszip_decompress_selective_v3.hpp
+include/LASlib/laszipper.hpp
 include/LASlib/mydefs.hpp
 lib/LASlib/libLASlib.so
 lib/cmake/LASlib/laslib-config.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501181015.50IAFbpK037827>