From owner-cvs-all Tue Dec 1 15:10:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01188 for cvs-all-outgoing; Tue, 1 Dec 1998 15:10:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01183; Tue, 1 Dec 1998 15:10:32 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA05456; Tue, 1 Dec 1998 15:11:12 -0800 (PST) Date: Tue, 1 Dec 1998 15:11:12 -0800 (PST) Message-Id: <199812012311.PAA05456@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/lzo - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1998/12/01 15:11:12 PST ports/archivers/lzo - Imported sources Update of /home/ncvs/ports/archivers/lzo In directory freefall.freebsd.org:/x/tmp/cvs-serv5373 Log Message: from pkg/DESCR -------------- 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 http://www.infosys.tuwien.ac.at/Staff/lux/marco ---------- Status: Vendor Tag: GIFFUNIP Release Tags: lzo_1_04 N ports/archivers/lzo/Makefile N ports/archivers/lzo/files/md5 N ports/archivers/lzo/pkg/DESCR N ports/archivers/lzo/pkg/COMMENT N ports/archivers/lzo/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message