K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-10-26T00:14:05.736243Z K 7 svn:log V 663 Add archivers/liblz4. There is already archivers/lz4, which it looks like might be an old version of this, but it only installs a binary. This installs binaries and libraries/headers. LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. A high compression derivative, called LZ4_HC, is also provided. It trades CPU time for compression ratio. The libraries are BSD licensed, and the binaries are GPLv2. WWW: https://code.google.com/p/lz4/ END