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/ iv id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipv6calc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update to version 0.94.0edwin2013-04-261-2/+1
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
* Update to 0.73.0:edwin2009-08-141-1/+1
* Update to 0.72.2edwin2009-06-161-2/+1
* Fix build of net-mgmt/ipv6calcedwin2009-03-071-0/+1
* Update to 0.72.1edwin2009-01-121-1/+1
* Update to 0.72.0edwin2008-12-231-2/+1