diff options
author | adamw <adamw@FreeBSD.org> | 2014-10-26 08:14:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-10-26 08:14:05 +0800 |
commit | c525d6b0ca2b4ba8e23d1e2d16066ea08c551a09 (patch) | |
tree | ac176289eff673e3808b1430a77339dcf2343ffe /archivers/liblz4/pkg-descr | |
parent | e3dff9ff724ab0f3670a0a7f09bc4af2de3b867a (diff) | |
download | freebsd-ports-gnome-c525d6b0ca2b4ba8e23d1e2d16066ea08c551a09.tar.gz freebsd-ports-gnome-c525d6b0ca2b4ba8e23d1e2d16066ea08c551a09.tar.zst freebsd-ports-gnome-c525d6b0ca2b4ba8e23d1e2d16066ea08c551a09.zip |
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/
Diffstat (limited to 'archivers/liblz4/pkg-descr')
-rw-r--r-- | archivers/liblz4/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/liblz4/pkg-descr b/archivers/liblz4/pkg-descr new file mode 100644 index 000000000000..2e0a49c7098c --- /dev/null +++ b/archivers/liblz4/pkg-descr @@ -0,0 +1,11 @@ +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/ |