an easy and consistent way of installing software ported to FreeBSD
LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.
LZO implements a number of algorithms with the following features:
+ Decompression is simple and *very* fast.
+ Requires no memory for decompression.
+ Compression is pretty fast.
+ Requires 64 kB of memory for compression.
+ Allows you to dial up extra compression at a speed cost in the
compressor. The speed of the decompressor is not reduced.
+ Includes compression levels for generating pre-compressed data
which achieve a quite competitive compression ratio.
+ There is also a compression level which needs only 8 kB for
compression.
+ Algorithm is thread safe.
+ Algorithm is lossless.
Author: Markus Franz Xaver Johannes Oberhumer
markus.oberhumer@jk.uni-linz.ac.at
WWW: http://www.oberhumer.com/opensource/lzo/
include/lzo/lzo1.h
include/lzo/lzo1a.h
include/lzo/lzo1b.h
include/lzo/lzo1c.h
include/lzo/lzo1f.h
include/lzo/lzo1x.h
include/lzo/lzo1y.h
include/lzo/lzo1z.h
include/lzo/lzo2a.h
include/lzo/lzo_asm.h
include/lzo/lzoconf.h
include/lzo/lzodefs.h
include/lzo/lzoutil.h
@dirrm include/lzo
lib/liblzo2.a
lib/liblzo2.la
lib/liblzo2.so
lib/liblzo2.so.2
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/BUGS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ
%%PORTDOCS%%%%DOCSDIR%%/LZO.TXT
%%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT
%%PORTDOCS%%%%DOCSDIR%%/LZOTEST.TXT
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/THANKS
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dict.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lzopack.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlap.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portab.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portab_a.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/precomp.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/precomp2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%