CVS log for ports/archivers/lzo/Attic/distinfo
Up to [FreeBSD] / ports / archivers / lzo
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10
Thu Jul 7 00:57:15 2011 UTC (7 months ago) by mandree
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.9: +0 -0 lines
Remove expired port archivers/lzo. Note that some ports from the PR still need attention for the port to lzo2, devel/py-tables in particular (wen, are you there?) PR: ports/156954
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Mar 18 17:58:32 2011 UTC (10 months, 3 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -1 lines
- Get Rid MD5 support With hat: portmgr (myself)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jan 22 06:58:27 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
SHA256ify Approved by: krion@
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 31 19:41:11 2005 UTC (6 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
- Backout latest commit, it needs a repocopy due to API change. Noticed by: Matthias Andree <matthias.andree@gmx.de>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 31 17:55:48 2005 UTC (6 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Update to 2.0. PR: ports/81721 Submitted by: Ports Fury
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 27 20:50:38 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Add SIZE.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 14 10:44:08 2002 UTC (9 years, 7 months ago) by anders
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update to 1.08. PR: 40547 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 19 08:13:14 2000 UTC (11 years, 2 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Upgrade to lzo 1.07 Obtained from: OpenBSD
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 4 23:40:27 1999 UTC (12 years, 2 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update to version 1.06 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> PR: 15214
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Dec 1 23:11:12 1998 UTC (13 years, 2 months ago) by billf
Branches: GIFFUNIP
CVS tags: lzo_1_04, RELEASE_3_3_0, RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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
----------
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 1 23:11:12 1998 UTC (13 years, 2 months ago) by billf
Branches: MAIN
Initial revision
