head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	old_RELEASE_5_4_0:1.5
	old_RELEASE_4_11_0:1.5
	old_RELEASE_5_3_0:1.5
	old_RELEASE_4_10_0:1.5
	old_RELEASE_5_2_1:1.5
	old_RELEASE_5_2_0:1.5
	old_RELEASE_4_9_0:1.5
	old_RELEASE_5_1_0:1.5
	old_RELEASE_4_8_0:1.5
	old_RELEASE_5_0_0:1.5
	old_RELEASE_4_7_0:1.5
	old_RELEASE_4_6_2:1.5
	old_RELEASE_4_6_1:1.5
	old_RELEASE_4_6_0:1.5
	old_RELEASE_5_0_DP1:1.5
	old_RELEASE_4_5_0:1.5
	old_RELEASE_4_4_0:1.4
	old_RELEASE_4_3_0:1.4
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_1:1.3
	old_RELEASE_4_1_0:1.3
	old_RELEASE_3_5_0:1.3
	old_RELEASE_4_0_0:1.3
	old_RELEASE_3_4_0:1.3
	old_RELEASE_3_3_0:1.3
	old_RELEASE_3_2_0:1.2
	old_RELEASE_3_1_0:1.1.1.1
	old_lzo_1_04:1.1.1.1
	old_GIFFUNIP:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2005.06.06.21.46.49;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2005.05.31.19.41.11;	author flz;	state Exp;
branches;
next	1.6;

1.6
date	2005.05.31.17.55.48;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2001.12.06.12.23.12;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.29.19.29.03;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	99.09.04.19.46.24;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	99.05.02.21.16.46;	author hoek;	state Exp;
branches;
next	1.1;

1.1
date	98.12.01.23.11.12;	author billf;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.12.01.23.11.12;	author billf;	state Exp;
branches;
next	;


desc
@@


1.8
log
@- Add lzo2, version 2.00 of archivers/lzo.

PR:		ports/81721
Submitted by:	Ports Fury
Repocopy by:	marcus
@
text
@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/
@


1.7
log
@- Backout latest commit, it needs a repocopy due to API change.

Noticed by:	Matthias Andree <matthias.andree@@gmx.de>
@
text
@d1 3
a3 3
     LZO is a data compression library which is suitable for data
     de-/compression in real-time. This means it favours speed over
     compression ratio.
d5 13
a17 13
     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.
@


1.6
log
@- Update to 2.0.

PR:		ports/81721
Submitted by:	Ports Fury
@
text
@d1 3
a3 3
LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.
d5 13
a17 13
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.
@


1.5
log
@- Update MASTER_SITES and WWW;
- use DOCSDIR.

PR:		32514
Submitted by:	Ports Fury
@
text
@d1 3
a3 3
     LZO is a data compression library which is suitable for data
     de-/compression in real-time. This means it favours speed over
     compression ratio.
d5 13
a17 13
     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.
@


1.4
log
@chmod 644 (from 755).
@
text
@d22 1
a22 1
WWW: http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
@


1.3
log
@Fix MASTER_SITES, some formatting issues, and update WWW:

PR:		13564
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@


1.2
log
@WWW: Websites We Want:
@
text
@d19 2
a20 2
 Author: Markus Franz Xaver Johannes Oberhumer
         markus.oberhumer@@jk.uni-linz.ac.at
d22 1
a22 1
WWW: http://www.infosys.tuwien.ac.at/Staff/lux/marco
@


1.1
log
@Initial revision
@
text
@d21 2
a22 1
         http://www.infosys.tuwien.ac.at/Staff/lux/marco
@


1.1.1.1
log
@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
----------
@
text
@@
