home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UNZP50P1.ZIP / Contents < prev    next >
Text File  |  1993-01-23  |  3KB  |  56 lines

  1. Contents of the UnZip 5.0 archive (the OS-specific subdirectories at the
  2. end contain their own Contents listings):
  3.  
  4.   Contents    this file
  5.   Readme    what UnZip is; general information
  6.   Where        where Zip/UnZip and encryption/decryption support can be found
  7.   History.500    new features and fixes in this release
  8.   ZipRules    Info-ZIP guidelines on contributions to the cause
  9.   BUGS        known bugs, problems, and (possible) features to be added
  10.   unzip.1    UnZip manual page, nroff format
  11.   unzip.doc    UnZip manual page, human-readable format
  12.   zipinfo.1    ZipInfo manual page, nroff format
  13.   zipinfo.doc    ZipInfo manual page, human-readable format
  14.   funzip.1     FUnZip manual page, nroff format
  15.   funzip.doc     FUnZip manual page, human-readable format
  16.   CONTRIBS    list of contributors to UnZip
  17.   COPYING    copyrights and distribution policy
  18.   crypt.c       NOT INCLUDED:  see "Where" file for sites
  19.   envargs.c    code to read options from UNZIP environment var. (required*)
  20.   explode.c    code for exploding (required)
  21.   extract.c    high-level extraction and decryption code (required)
  22.   file_io.c    file manipulation and password code (required)
  23.   funzip.c     filter unzip:  extracts in a Unix pipe (not fully supported)
  24.   inflate.c    code for inflating (required)
  25.   mapname.c    code to map filenames between different OS's (required)
  26.   match.c    pattern-matching code for filename wildcards (required*)
  27.   misc.c    various support routines (required*)
  28.   unreduce.c    code for unReducing (required)
  29.   unshrink.c    code for unShrinking (required)
  30.   unzip.c    main UnZip driver code (required)
  31.   unzip.h    main UnZip header file (required*)
  32.   zip.h        header for using crypt.c with UnZip (required for decryption)
  33.   zipinfo.c    zipfile information utility (useful, but optional)
  34.   Makefile    main Unix and OS/2 makefile (required)
  35.   AMIGA/    support files for compiling on Amiga (not recently tested)
  36.   ATARI/    support files for compiling v4.1 on Atari ST
  37.   MAC/        support files for compiling on Macintosh
  38.   MSDOS/    support files for compiling under MS-DOS
  39.   NT/        support files for compiling under Windows NT
  40.   OS2/        support files for compiling under OS/2
  41.   VMS/        support files for compiling under VMS
  42.  
  43. Files marked "required*" are also needed to compile ZipInfo.  There are Unix
  44. and MS-DOS targets to make ZipInfo in Makefile (zipinfo, zi_indigo, zi_gcc, 
  45. zi_dos).  FUnZip is a new, last-minute program of limited capabilities; for
  46. now, it can only extract the first member in a zipfile from stdin and send
  47. it to stdout, and only if the member is either deflated or stored.  It will 
  48. probably have evolved by the time you read this, and it may even be absorbed 
  49. into UnZip itself.
  50.  
  51. The Atari ST support is in the form of patches against UnZip 4.1; there
  52. are more details in the ATARI sub-archive Contents file.  Amiga support
  53. has not been tested since version 4.1 or earlier (the makefiles, however,
  54. have been updated to reflect the new code structure, and any changes
  55. required shouldn't be TOO extensive).
  56.