diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-01-11 19:50:22 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-01-11 19:50:22 +0000 |
commit | 88db74395137f54853929d5b2e695a59a20787eb (patch) | |
tree | 066dbbd0685ca1a4595198ba514873d2808f09c1 /archivers/Makefile | |
parent | 6365354a9b31a7c08ed7b70f63f2da46a4758768 (diff) |
LASzip is a compression library for compressing ASPRS LAS format data. It has
been provided as an LGPL-licensed stand-alone software library to allow other
softwares that handle LAS data to read and write LASzip-compressed data. The
BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip
to read and write compressed data.
LASzip is completely lossless. It compresses bulky LAS files into compact LAZ
files that are only 10-20 percent of the original size, accurately preserving
every single bit.
PR: ports/163956
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: glarkin@ (mentor)
Notes
Notes:
svn path=/head/; revision=288974
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index fe768f2b27d3..809a67005d05 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -47,6 +47,7 @@ SUBDIR += kbackup SUBDIR += kio_p7zip SUBDIR += kzip + SUBDIR += laszip SUBDIR += lbrate SUBDIR += lbzip2 SUBDIR += lcab |