head	1.5;
access;
symbols
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	lzo_1_04:1.1.1.1
	GIFFUNIP:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2003.02.20.16.44.15;	author knu;	state dead;
branches;
next	1.4;

1.4
date	2002.11.10.16.44.57;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.43.40;	author adamw;	state dead;
branches;
next	1.2;

1.2
date	99.06.26.16.55.13;	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.5
log
@De-pkg-comment.
@
text
@Portable speedy, lossless data compression library
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@@


1.2
log
@As threatened, enforce the "Capital, no period" rule.  Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
@
text
@@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
portable speedy, lossless data compression library
@


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
@@
