summaryrefslogtreecommitdiff
path: root/archivers/lzo
AgeCommit message (Collapse)AuthorFilesLines
2005-10-21Update to version 2.02. Fixes PR#31876.cube2-6/+6
Changes in 2.02 (17 Oct 2005) * Updated the build and Autoconf scripts to fix some reported compilation problems.
2005-07-14Remove unneeded comment.wiz1-2/+1
2005-07-14Initial import of lzo-2.01, the new major version of archivers/liblzo.wiz5-0/+69
LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. The LZO algorithms and implementations are copyrighted OpenSource distributed under the GNU General Public License.