Date: Mon, 29 Oct 2018 00:04:40 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483360 - in head/misc: . lastools Message-ID: <201810290004.w9T04eTS096153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Oct 29 00:04:39 2018 New Revision: 483360 URL: https://svnweb.freebsd.org/changeset/ports/483360 Log: New port: misc/lastools: Efficient tools for LiDAR processing Added: head/misc/lastools/ head/misc/lastools/Makefile (contents, props changed) head/misc/lastools/distinfo (contents, props changed) head/misc/lastools/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Oct 28 22:31:54 2018 (r483359) +++ head/misc/Makefile Mon Oct 29 00:04:39 2018 (r483360) @@ -257,6 +257,7 @@ SUBDIR += ktouch-kde4 SUBDIR += kwordquiz SUBDIR += kwordquiz-kde4 + SUBDIR += lastools SUBDIR += latex-mk SUBDIR += lazyread SUBDIR += lc Added: head/misc/lastools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/lastools/Makefile Mon Oct 29 00:04:39 2018 (r483360) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= LAStools +DISTVERSION= g20181019 +CATEGORIES= misc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Efficient tools for LiDAR processing + +LICENSE= LGPL21 + +USES= gmake +USE_GITHUB= yes +GH_TAGNAME= 8ff2694 + +BINARY_ALIAS= make=gmake g++=${CXX} + +PLIST_FILES= ${EXECUTABLES:S/^/bin\//} + +EXECUTABLES= lasindex las2txt las2las txt2las lasdiff lasinfo laszip lasmerge lasprecision + +do-install: +.for e in ${EXECUTABLES} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${e} ${STAGEDIR}${PREFIX}/bin +.endfor + +.include <bsd.port.mk> Added: head/misc/lastools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/lastools/distinfo Mon Oct 29 00:04:39 2018 (r483360) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540770649 +SHA256 (LAStools-LAStools-g20181019-8ff2694_GH0.tar.gz) = 5ea40630be54b84da06b83f67087a19be48c78de5dce3a41c96a469c018fd0c2 +SIZE (LAStools-LAStools-g20181019-8ff2694_GH0.tar.gz) = 46163475 Added: head/misc/lastools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/lastools/pkg-descr Mon Oct 29 00:04:39 2018 (r483360) @@ -0,0 +1,8 @@ +LAStools is collection of highly efficient, batch-scriptable, multicore command +line tools. We have tools to classify, tile, convert, filter, raster, +triangulate, contour, clip, and polygonize LiDAR data (to name just a few +functions). All of the tools can also be run via a native GUI and are available +as a LiDAR processing toolboxes for ArcGIS versions 9.3 and up, for QGIS +versions 1.8 and up, and for ERDAS IMAGINE versions 14.0 and up. + +WWW: https://rapidlasso.com/lastools/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810290004.w9T04eTS096153>