This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] liblzo2/liblzo2_2/liblzo2-devel: A data compression library which is suitable for data de-/compression in real-time


Hi

I would like to contribute and maintain the 'liblzo2/liblzo2_2/liblzo2-devel' packages.

 o http://www.oberhumer.com/opensource/lzo/                          (Homepage)
 o http://www.oberhumer.com/opensource/lzo/download/lzo-2.02.tar.gz  (Download location)


The package can be found in the following distro:

 o http://packages.debian.org/liblzo2


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./liblzo2-devel/setup.hint

sdesc: "A data compression library which is suitable for data de-/compression in real-time - (development)"
ldesc: "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.

LZO supports overlapping compression and in-place decompression."
category: Archive Libs Devel
requires: cygwin liblzo2_2
external-source: liblzo2

-------------------------------------------------------------------------------------------
./liblzo2_2/setup.hint

sdesc: "A data compression library which is suitable for data de-/compression in real-time - (runtime)"
ldesc: "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.

LZO supports overlapping compression and in-place decompression."
category: Archive Libs
requires: cygwin
external-source: liblzo2

-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "A data compression library which is suitable for data de-/compression in real-time"
ldesc: "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.

LZO supports overlapping compression and in-place decompression."
category: Archive Libs
requires: cygwin



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p liblzo2/liblzo2_2 liblzo2/liblzo2-devel

cd liblzo2
wget http://volkerzell.de/cygwin/ITP/liblzo2/setup.hint
wget http://volkerzell.de/cygwin/ITP/liblzo2/liblzo2-2.02-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/liblzo2/liblzo2-2.02-1.tar.bz2

cd liblzo2_2
wget http://volkerzell.de/cygwin/ITP/liblzo2/liblzo2_2/setup.hint
wget http://volkerzell.de/cygwin/ITP/liblzo2/liblzo2_2/liblzo2_2-2.02-1.tar.bz2

cd ../liblzo2-devel
wget http://volkerzell.de/cygwin/ITP/liblzo2/liblzo2-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/liblzo2/liblzo2-devel/liblzo2-devel-2.02-1.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]