Version: 0.20200310, Package name: lastools-0.20200310 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description LAStools: award-winning software for efficient LiDAR processing (with LASzip) * laszip compresses the LAS files in a completely lossless manner * lasinfo prints out a quick overview of the contents of a LAS file * lasindex creates a spatial index LAX file for fast spatial queries * las2las extracts last returns, clips, subsamples, translates, etc ... * lasmerge merges several LAS or LAZ files into a single LAS or LAZ file * txt2las converts LIDAR data from ASCII text to binary LAS format * las2txt turns LAS into human-readable and easy-to-parse ASCII * lasprecision analyses the actual precision of the LIDAR points |
Filesize: 8074.085 KB |
Version History (View Complete History) |
|
2020-03-26 02:23:53 by Landry Breuil | Files touched by this commit (4) |
Log message: Update to a newer lastools github snapshot. Use provided cmake build plumbing, allows for much nicer port Makefile. Now installs headers in the proper directory, and cmake goo for potential detection by consumers. |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2020-02-14 03:40:04 by Stuart Henderson | Files touched by this commit (2) |
Log message: should be GH_COMMIT not GH_TAGNAME |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-01-03 04:59:16 by Landry Breuil | Files touched by this commit (5) |
Log message: Update lastools to a more recent git snapshot. Install more headers, and provide a simple do-test. graphics/displaz builds fine with it. |
2019-01-01 11:00:01 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix build on non-clang by using -std=c++11. From Charlene Wendling, thanks ! |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-04 08:42:42 by Marc Espie | Files touched by this commit (2) |
Log message: figure out unordered_map location in a portble way (patch upstreamed) |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-02-27 08:55:30 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Don't hardcode g++ |