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/ '> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl-wrapper
span>/+0
Commit message (Expand)AuthorAgeFilesLines
* Don't require specific Tcl version for lang/tcl-wrappermm2012-02-131-2/+2
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
* - Add LICENSE informationmm2011-03-231-0/+2
* - Change default Tcl/Tk version to 8.5mm2009-02-231-0/+1
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-2/+2
* - use shc to create binariesmm2007-04-121-4/+8
* - updated maintainer e-mail addressmm2007-04-052-3/+3
* - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-2/+2
* textproc/docbook-xml: explicitly use ${TAR} for extractionmarino2014-05-31