freebsd-ports/archivers/liblz4/pkg-plist
Adam Weinberger 26979cac58 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/
2014-10-26 00:14:05 +00:00

13 lines
207 B
Text

bin/lz4
bin/lz4c
bin/lz4cat
include/lz4.h
include/lz4hc.h
lib/liblz4.a
lib/liblz4.so
lib/liblz4.so.1
lib/liblz4.so.1.3.1
libdata/pkgconfig/liblz4.pc
man/man1/lz4.1.gz
man/man1/lz4c.1.gz
man/man1/lz4cat.1.gz