non port: archivers/lz4/Makefile |
Number of commits found: 6 |
Wednesday, 8 Apr 2015
|
22:03 marino
archivers/lz4: Is it 2015 already?
 |
16:46 adamw
Mark archivers/lz4 as deprecated and mark it for removal in 1 month.
It is essentially superseded by archivers/liblz4, which also installs
a library.
PR: 198939
Submitted by: yuri@rawbw.com
 |
Sunday, 26 Oct 2014
|
00:14 adamw
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/
 |
Thursday, 26 Dec 2013
|
14:37 bapt
Support stage
 |
Friday, 20 Sep 2013
|
13:11 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
 |
Saturday, 17 Aug 2013
|
02:24 vanilla
Add lz4 r101, fast compressor using LZ4 algorithm.
PR: ports/181287
Submitted by: Alexey Degtyarev <alexey@renatasystems.org>
 |
Number of commits found: 6 |