Commit graph

4 commits

Author SHA1 Message Date
Martin Wilke
ac77569d4b - Respect Prefix
Approved by:	maintainer via IM
2012-05-21 09:59:47 +00:00
Martin Wilke
aef4251023 zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
not covered by any patents -- lossless data-compression library for use on
virtually any computer hardware and operating system. The zlib data format is
itself portable across platforms. Unlike the LZW compression method used in Unix
compress(1) and in the GIF image format, the compression method currently used
in zlib essentially never expands the data. (LZW can double or triple the file
size in extreme cases.) zlib's memory footprint is also independent of the input
data and can be reduced, if necessary, at some cost in compression.

WWW: http://zlib.net/

PR:		ports/166991
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-16 05:14:28 +00:00
Steven Kreuzer
1658a03ac4 zlib is already in base so this port isn't needed.
Submitted by:   Erik Trulsson <ertr1013@student.uu.se>
2009-10-19 22:36:24 +00:00
Steven Kreuzer
7571f1867a A Massively Spiffy Yet Delicately Unobtrusive Compression Library 2009-10-18 19:07:47 +00:00