Info-ZIP

From Infogalactic: the planetary knowledge core
(Redirected from Info-Zip)
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Info-ZIP's Zip
Developer(s) Info-ZIP
Initial release August 1992; 31 years ago (1992-08)
Stable release 3.00 / 7 July 2008; 15 years ago (2008-07-07)
Preview release 3.1c / 29 June 2010; 13 years ago (2010-06-29)
Development status Active
Written in C
Platform widely cross-platform
Type File archiver
License BSD-like license
Website www.info-zip.org/Zip.html
Info-ZIP's UnZip
Original author(s) Samuel H. Smith[1]
Developer(s) Info-ZIP
Initial release 3 March 1989; 35 years ago (1989-03-03)
Stable release 6.0 / 29 April 2009; 14 years ago (2009-04-29)
Preview release 6.10b / 10 December 2010; 13 years ago (2010-12-10)
Development status Active
Written in C
Platform widely cross-platform
Type File archiver
License BSD-like license
Website www.info-zip.org/UnZip.html
WiZ
Developer(s) Mike White
Stable release 5.03 / 11 March 2005; 19 years ago (2005-03-11)
Written in C
Operating system Windows 3.1 and later
Platform Intel x86 - 32-bit; Alpha AXP (Windows NT series only)
Type File archiver
License BSD-like license
Website www.info-zip.org/WiZ.html
MacZip
Developer(s) Dirk Haase
Stable release 1.06 / 22 February 2001; 23 years ago (2001-02-22)
Development status Unmaintained[2]
Written in C
Operating system Mac OS Classic 7 or later
Platform Motorola 68020 or later; PowerPC
Type File archiver
License BSD-like license
Website www.haase-online.de/dirk/maczip/

Info-ZIP is a set of open-source software to handle ZIP archives. It has been in circulation since 1989. It consists of 4 separately-installable packages: the Zip and UnZip command-line utilities; and WiZ and MacZip, which are graphical user interfaces for archiving programs in Microsoft Windows and classic Mac OS, respectively.

Info-ZIP's Zip and UnZip have been ported to dozens of computing platforms. The UnZip web page describes UnZip as "The Third Most Portable Program in the World", surpassed by Hello World, C-Kermit, and possibly the Linux kernel.[3] The "zip" and "unzip" programs included with most Linux and Unix distributions are Info-ZIP's Zip and UnZip.

In addition to the Info-ZIP releases themselves, parts of Info-ZIP, including zlib, have been used in numerous other file archivers and other programs.[1] Many Info-ZIP programmers have also been involved in other projects closely related to the DEFLATE compression algorithm, such as the PNG image format and the zlib software library.[4]

Features

The UnZip package also includes three additional utilities:

  • fUnZip extracts a file in a ZIP or gzip file directly to output from archives or other piped input.
  • UnZipSFX is software to make a ZIP file into an executable self-extracting archive.
  • ZipInfo outputs, in a variety of formats, information about ZIP files and their contents.

The Zip package includes three additional utilities:

  • ZipCloak adds or removes password encryption from file in a ZIP archive.
  • ZipNote allows the modification of comment fields in ZIP archives.
  • ZipSplit splits a ZIP archive into sections for separate disks or downloads.

History

UnZip

UnZip 1.0 (March 1989) was released by Samuel M. Smith. It was written in Pascal and C. Pascal was abandoned soon after.

UnZip 2.0 (September 1989) was released by Samuel M. Smith. It included support for the "unimploding" (method 6) introduced by PKZIP 1.01. George Sipe created Unix version.

UnZip 2.0a (December 1989) was released by Carl Mascott and John Cowan.[4]

In Spring 1990, Info-ZIP was formed as a mailing list on SIMTEL20, and released

UnZip 3.0 (May 1990) became the first public release by Info-ZIP group.

UnZip 4.0 (December 1990) adds support of "central directory" within .ZIP archive.[4]

UnZip 5.0 (August 1992) introduces support of DEFLATE (method 8) compression method, used in PKZIP 1.93a.[4] Method 8 has become the de facto base standard for ZIP archives.

In 1994 and 1995 Info-ZIP turned a corner, and effectively became the de facto ZIP program on non-MS-DOS systems. A huge number of ports were released that year, including numerous minicomputers, mainframes and practically every microcomputer ever developed.[citation needed]

UnZip 5.41 (April 2000) was relicensed under Info-ZIP License.[4]

UnZip 5.50 (February 2002) adds support of Deflate64 (method 9) decompression.[5]

UnZip 6.0 adds support of "Zip64" .ZIP archive and bzip2 (method 12) decompression.[6] Support for bzip2-style compression was also in Zip from 3.0f beta.[7]

Zip

Zip 1.9 (August 1992) introduces support of DEFLATE (method 8) compression method.[4] Method 8 has become the de facto base standard for ZIP archives.

Zip 2.3 (December 1999) was the first Info-ZIP archiver tool under the new BSD-like Info-ZIP License.[4]

Zip 3.0 (2008-07-07) supports ZIP64 .ZIP archive, more than 65536 files per archive, multi-part archive, bzip2 compression, Unicode (UTF-8) filename and (partial) comment, Unix 32-bit UIDs/GIDs

WiZ

WiZ 4.0 (November 1997) was released by Info-ZIP.[4]

WiZ 5.01 (April 2000) was relicensed under Info-ZIP License.[4]

MacZip

MacZip 1.05 (July 2000) was released under Info-ZIP License.

MacZip 1.06 was released in February 2001. It was written by Dirk Hasse.[4]

See also

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.

External links