home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip511.zip / README < prev    next >
Text File  |  1994-08-02  |  9KB  |  167 lines

  1. This is the README file for the 2 August 1994 public release of the
  2. Info-ZIP group's portable UnZip zipfile-extraction program (and related
  3. utilities).
  4.  
  5. unzip511.zip    portable UnZip, version 5.11, source code distribution
  6. unzip511.tar.Z    same as above, but compress'd tar format
  7.  
  8. __________________________________________________________________________
  9.  
  10. BEFORE YOU ASK:  UnZip, its companion utility Zip, and related utilities
  11. and support files can be found in many places; read the file "Where" for
  12. further details.  To contact the authors with suggestions, bug reports,
  13. or fixes, continue reading this file (README) and, if this is part of a
  14. source distribution, the file "ZipPorts".  Also in source distributions:
  15. read "BUGS" for a list of known bugs, non-bugs and possible future bugs,
  16. and see "Contents" for a commented listing of all the distributed files.
  17.  
  18. ALSO NOTE:  Info-ZIP's mailing addresses CHANGED between UnZip 5.0p1 and
  19. 5.1 releases (and since Zip 2.0.1)!  The old BITNET address doesn't even
  20. exist anymore.  See below.
  21. __________________________________________________________________________
  22.  
  23.  
  24. GENERAL INFO
  25. ------------
  26. UnZip is an extraction utility for archives compressed in .zip format (also
  27. called "zipfiles").  Although highly compatible with PKWARE's PKZIP and 
  28. PKUNZIP utilities for MS-DOS (in addition to Info-ZIP's own Zip program),
  29. our primary objectives have been portability and non-MSDOS functionality.
  30.  
  31. This version of UnZip has been ported to a wide array of hardware--from 
  32. micros to supercomputers--and operating systems:  Unix (many flavors),
  33. VMS, OS/2, MSDOS (+ Windows), NT, TOPS-20 (partly), AmigaDOS, Atari TOS,
  34. Macintosh and Human68k.  UnZip features not found in PKUNZIP include source
  35. code; default extraction of directory trees (with a switch to defeat this, 
  36. rather than the reverse); VMS, Macintosh and OS/2 extended file attributes; 
  37. and, of course, the ability to run under most of your favorite operating 
  38. systems.  Plus, it's free. :-)
  39.  
  40. For source distributions, see the main Contents file for a list of what's
  41. included, and read INSTALL for instructions on compiling (including OS-
  42. specific comments).  The individual operating systems' Contents files (for 
  43. example, vms/Contents) may list important compilation info in addition to 
  44. explaining what files are what, so be sure to read them.  Some of the ports 
  45. have their own, special README files, so be sure to look for those, too.
  46.  
  47. See unzip.1 or unzip.doc for usage (or the corresponding UnZipSFX, ZipInfo
  48. and fUnZip docs).  For VMS, unzip_def.rnh or unzip_cli.help may be compiled
  49. into unzip.hlp and installed as a normal VMS help entry; see vms/descrip.mms.
  50.  
  51.  
  52. CHANGES AND NEW FEATURES
  53. ------------------------
  54. The biggest new feature in the 5.11 release is the addition of UnZipSFX,
  55. an executable stub which may be prepended to any new-style zipfile to 
  56. create a self-extracting archive.  This has been tested under Unix, VMS, 
  57. MS-DOS, OS/2, etc., and it works pretty well, although the size of the 
  58. compiled stub may be rather large on some OSes (e.g., a few hundred kilo-
  59. bytes on Crays :-) ), and the resulting archives are NOT portable *across*
  60. different operating systems.  We mainly wanted this for our own use in 
  61. distributing UnZip...
  62.  
  63. Also new/changed in 5.11:  rewrote unshrink() completely from scratch,
  64. allowing for a "clean," unencumbered version on 32-bit and better systems
  65. (see COPYING for details); moved virtually all strings to far memory in 
  66. MS-DOS, once again allowing use of the small memory model (at least for
  67. Microsoft compilers); added numerous customization options (see INSTALL
  68. for details) and extended the -v option to print a diagnostic screen of
  69. local customizations if no zipfile name is given (i.e., "unzip -v"); added
  70. a -C option for case-insensitive filename matching (oft asked-for on MS-DOS 
  71. and OS/2, especially in the BBS and offline-mail-reader communities); added
  72. more "intelligence" for dealing with bad zipfiles (and, in some cases, con-
  73. catenated multi-part archives--doesn't always work, but better than before);
  74. changed the former -U behavior to be the default, with a new -L option to 
  75. provide what was the default behavior (auto-convert filenames from uppercase
  76. OSes to lowercase); added a new ZipInfo -T option to print times in a deci-
  77. mal format (yymmdd.hhmmss) suitable for piping into sort(1); and improved/
  78. expanded the documentation a great deal (particularly man pages/*.doc files
  79. and INSTALL file).  We even managed some extra performance tuning (albeit 
  80. rather minor).
  81.  
  82. Since 5.1 was never posted to comp.sources.misc, here's a quick summary of
  83. the features which were new in version 5.1:  wildcard zipfiles; ability to 
  84. extract to a directory other than the current one; auto-conversion of text
  85. files; disabling of ANSI sequences in comments and filenames (to protect
  86. against "ANSI bombs"); incorporation of ZipInfo into UnZip; full Amiga,
  87. Atari, Mac, NT and Human68K support (and partial TOPS-20 support); and per-
  88. formance tweaks resulting in 35-70% faster extraction, depending on the 
  89. compression method.
  90.  
  91.  
  92. DISTRIBUTION
  93. ------------
  94. If you have a question regarding redistribution of Info-ZIP software,
  95. either as-is, as packaging for a commercial product, or as an integral
  96. part of a commercial product, read the Frequently Asked Questions (FAQ)
  97. section of the included COPYING file.
  98.  
  99. Insofar as C compilers are rare on some platforms and the authors only
  100. have direct access to Unix, VMS, OS/2, MS-DOS, Mac, Amiga and Atari 
  101. systems, others may wish to provide ready-to-run executables for new
  102. systems.  In general there is no problem with this; we require only that 
  103. such distributions include this README file, the Where file, the COPYING 
  104. file (contains copyright/redistribution information), and the appropriate 
  105. documentation files (unzip.doc and/or unzip.1 for UnZip, etc.).  If the 
  106. local system provides a way to make self-extracting archives in which both 
  107. the executables and text files may be stored together, that is best (in
  108. particular, use UnZipSFX if at all possible, even if it's a few kilobytes
  109. bigger than the alternatives); otherwise we suggest a bare UnZip executable
  110. and a separate zipfile containing the remaining text and binary files.  If
  111. another archiving method is in common use on the target system (for example,
  112. Zoo or LHa), that may also be used.
  113.  
  114.  
  115. BUGS AND NEW PORTS:  CONTACTING INFO-ZIP
  116. ----------------------------------------
  117. All bug reports and patches (context diffs only, please!) should go to 
  118. zip-bugs@wkuvx1.wku.edu, which is the e-mail address for the Info-ZIP
  119. authors.  "Dumb questions" which aren't adequately answered in the docu-
  120. mentation should also be directed here rather than to a global forum such
  121. as Usenet.  (Kindly make certain that your questions *isn't* answered by
  122. the documentation, however--a great deal of effort has gone into making
  123. it clear and complete.)  Suggestions for new features can be sent to
  124. info-zip@wkuvx1.wku.edu, a mailing list for the Info-ZIP beta testers, 
  125. for discussion (the authors hang out here as well, of course), although 
  126. we don't promise to act on all suggestions.  If it is something which is 
  127. manifestly useful, sending the required patches to zip-bugs directly (as
  128. per the instructions in the ZipPorts file) is likely to produce a quicker 
  129. response than asking us to do it--the authors are always somewhat short 
  130. on time.  (Please do NOT send patches or encoded zipfiles to the info-zip 
  131. address.)
  132.  
  133. If you are considering a port, not only should you read the ZipPorts file,
  134. but also please check in with zip-bugs BEFORE getting started, since the 
  135. code is constantly being updated behind the scenes.  For example, an Acorn/
  136. Archimedes port is already almost complete, as is an OS/2 dynamic link lib-
  137. rary (DLL) version; VMOS, VM/CMS, Netware, QDOS and NT DLL ports are claimed
  138. to be under construction, although we have yet to see any up-to-date patches.
  139. We will arrange to send you the latest sources.  The alternative is the pos-
  140. sibility that your hard work will be tucked away in a sub-archive and mostly
  141. ignored, or completely ignored if someone else has already done the port
  142. (and you'd be surprised how often this has happened).  IBM mainframe ports
  143. (VM/CMS and/or MVS) would be particularly welcome.  (It can't be *that* hard,
  144. folks...the VMS filesystem is similar in many ways.)
  145.  
  146.  
  147. BETA TESTING:  JOINING INFO-ZIP
  148. -------------------------------
  149. If you'd like to keep up to date with our UnZip (and companion Zip utility)
  150. development, join the ranks of beta testers, add your own thoughts and con-
  151. tributions, etc., send a two-line mail message containing the commands HELP
  152. and LIST (on separate lines in the body of the message, not on the subject
  153. line) to mxserver@wkuvx1.wku.edu.  You'll receive two messages listing the 
  154. various Info-ZIP mailing-list formats which are available (and also various
  155. unrelated lists) and instructions on how to subscribe to one or more of them
  156. (courtesy of Hunter Goatley).  As of mid-1994, subscribing to the announce-
  157. ments list requires a command of the form
  158.  
  159.     SUBSCRIBE Info-ZIP-announce "Joe Isuzu"
  160.  
  161. The discussion list is called either Info-ZIP or Info-ZIP-digest, depending
  162. on one's preference for delivery.
  163.  
  164.  
  165. -- Greg Roelofs (Cave Newt), UnZip maintainer/container/explainer and
  166.    developer guy, with inspiration from David Kirschbaum
  167.