Version: 2.10, Package name: lzo2-2.10 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 586.545 KB |
Version History (View Complete History) |
|
2020-02-03 13:40:41 by Stuart Henderson | Files touched by this commit (69) |
Log message: drop maintainer |
2019-07-10 15:01:28 by T.J. Townsend | Files touched by this commit (27) |
Log message: switch some more homepage and master_sites links to https. input/ok sthen |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2018-05-05 04:45:01 by Stuart Henderson | Files touched by this commit (2) |
Log message: regen PLIST, a pkgconfig file was added in 2.10 |
2017-03-17 02:29:15 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to lzo-2.10 |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-03-16 03:40:10 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to lzo2-2.09 and take MAINTAINER |
2011-06-02 11:09:32 by Matthias Kilian | Files touched by this commit (58) |
Log message: --disable-silent-rules is now added to CONFIGURE_ARGS per default, if CONFIGURE_STYLE = gnu. |
2011-04-25 15:46:48 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to 2.0.5; small changes which appear to result in nearly 2x the compression speed on recent-ish amd64 boxes. ok benoit@ |
2010-11-01 05:20:46 by Benoit Lecocq | Files touched by this commit (2) |
Log message: - update lzo2 to 2.04 ok steven@ |