The FreeBSD Ports Archive
FreeBSD archivers : lzo4>
Portable speedy, lossless data compression library
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.oberhumer.com/opensource/lzo/
|
lzo history
v. 1.35
date: 2007/02/01 02:41:15; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.34
date: 2006/02/23 10:34:19; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:47:47; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.32
date: 2005/08/29 07:32:09; author: sem; state: Exp; lines: +1 -1
- Remove CONFLICTS. The ports do not conflict anymore.
- Pass maintainership to submitter.
PR: ports/85107, ports/85108
Submitted by: Matthias Andree
v. 1.31
date: 2005/05/31 19:41:11; author: flz; state: Exp; lines: +5 -2
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree
v. 1.30
date: 2005/05/31 17:55:48; author: flz; state: Exp; lines: +2 -4
- Update to 2.0.
PR: ports/81721
Submitted by: Ports Fury
v. 1.29
date: 2005/05/31 16:01:15; author: oliver; state: Exp; lines: +1 -1
don't install .la files
v. 1.28
date: 2005/05/31 15:39:55; author: oliver; state: Exp; lines: +1 -1
fix MASTER_SITES
v. 1.27
date: 2005/05/31 15:37:56; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.26
date: 2004/07/09 17:41:49; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.25
date: 2004/03/14 06:15:54; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.24
date: 2003/02/20 16:44:15; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.23
date: 2002/12/28 03:16:04; author: edwin; state: Exp; lines: +1 -2
The SUNSITEs didn't carry the 1.08 version. Informed author.
Noticed by: portsurvey
v. 1.22
date: 2002/11/10 16:44:57; author: lioux; state: Exp; lines: +0 -2
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)
v. 1.21
date: 2002/11/06 22:43:40; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.20
date: 2002/07/15 21:33:51; author: demon; state: Exp; lines: +2 -0
Do not install .la file.
PR: 40619
Submitted by: KATO Tsuguru
v. 1.19
date: 2002/07/14 10:44:08; author: anders; state: Exp; lines: +1 -1
Update to 1.08.
PR: 40547
Submitted by: Oliver Braun
v. 1.18
date: 2001/12/06 12:23:12; author: sobomax; state: Exp; lines: +4 -4
- Update MASTER_SITES and WWW;
- use DOCSDIR.
PR: 32514
Submitted by: Ports Fury
v. 1.17
date: 2001/02/14 05:41:46; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.16
date: 2000/11/26 14:37:42; author: kevlo; state: Exp; lines: +2 -1
Add CONFIGURE_ARGS to install shared library.
PR: 23070
Submitted by: Ports Fury
v. 1.15
date: 2000/11/19 08:13:14; author: kris; state: Exp; lines: +4 -4
Upgrade to lzo 1.07
Obtained from: OpenBSD
v. 1.14
date: 2000/06/16 21:50:19; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.13
date: 2000/06/16 08:48:06; author: sobomax; state: Exp; lines: +2 -1
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.12
date: 2000/04/08 23:17:48; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.11
date: 1999/12/22 13:48:57; author: jedgar; state: Exp; lines: +2 -2
Update port to 1.06
Remove unneeded lines from patches
PR: 15498
Submitted by: KATO Tsuguru
v. 1.10
date: 1999/12/04 23:40:26; author: cpiazza; state: Exp; lines: +2 -2
Update to version 1.06
Submitted by: Chris D. Faulhaber
PR: 15214
v. 1.9
date: 1999/11/21 00:53:52; author: cpiazza; state: Exp; lines: +3 -4
- Fix MASTER_SITES
- Remove CONFIGURE_ARGS that are already the default
- Support CFLAGS properly
- Add a file missing from PLISt
- Remove two unneeded patches (for libtool stuff)
PR: 14901
Submitted by: KATO Tsuguru
v. 1.8
date: 1999/09/04 19:46:23; author: cpiazza; state: Exp; lines: +7 -11
Fix MASTER_SITES, some formatting issues, and update WWW:
PR: 13564
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/31 06:40:15; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/25 04:25:11; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/06/05 18:59:27; author: mharo; state: Exp; lines: +2 -2
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
v. 1.4
date: 1999/04/19 19:28:34; author: jseger; state: Exp; lines: +2 -3
Remove dead MASTER_SITE
Fix PLIST so that this packages again
v. 1.3
date: 1998/12/10 17:24:31; author: vanilla; state: Exp; lines: +6 -3
Add more MASTER_SITES.
PR: ports/9037
Submitted by: josh@quick.net
v. 1.2
date: 1998/12/01 23:12:55; author: billf; state: Exp; lines: +1 -1
PR: ports/5776
Submitted by: Pedro F. Giffuni
v. 1.1
date: 1998/12/01 23:11:12; author: billf; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/12/01 23:11:12; author: billf; state: Exp; lines: +0 -0
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
----------
=============================================================================
|
| |

|