mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ab95e4cea8
minizip/miniunz programs from the ZLib. PR: ports/184697 Submitted by: lbartoletti <coder@tuxfamily.org>
10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
The Zlib library allows to deflate compressed files and to create gzip (.gz)
|
|
files. Zlib is free software and small.
|
|
|
|
An archive in ZIP format can contain several files compressed with this method,
|
|
while a .gz archive can containt only one file. It is a very popular format,
|
|
that is why I have written a package for reading files compressed within a Zip
|
|
archive.
|
|
|
|
WWW: http://www.winimage.com/zLibDll/minizip.html
|