home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / unz50p1 / Contents < prev    next >
Text File  |  1993-01-10  |  3KB  |  55 lines

  1. Contents of the UnZip 5.0p1 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.501    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 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 program of limited capabilities; for now, it can 
  46. only extract the first member in a zipfile from stdin and send it to stdout,
  47. and only if the member is either deflated or stored.  It works under Unix,
  48. OS/2 and MS-DOS, at least, although it doesn't appear in all of the makefiles
  49. yet.  It may eventually be absorbed 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. is only partial for this release, but full support is almost complete in 
  54. the current UnZip 5.1 betas.
  55.