home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / mpack.txt < prev    next >
Text File  |  1997-09-22  |  2KB  |  57 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR MPACK/MUNPACK
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: Mpack/munpack - Encoding/decoding utilities for MIME-format email
  6.  
  7. Version: 1.5
  8.  
  9. Author(s): John G. Myers <jgm+@cmu.edu>
  10.            Christopher J. Newman <chrisn+@cmu.edu>   Mac port
  11.            Mike W. Meyer <mwm@contessa.phone.net>    Amiga port
  12.            Peter Simons <simons@peti.GUN.de>         Amiga port
  13.            Jochen Friedrich <jochen@audio.pfalz.de>  OS/2 port
  14.            Olly Betts <olly@mantis.co.uk>            Archimedes port
  15.  
  16.            Current maintainers <mpack-bugs@andrew.cmu.edu>
  17.  
  18. On the CD-ROM in: mail/mpack.tar
  19.  
  20. Ftp source: ftp.andrew.cmu.edu:/pub/mpack/
  21.  
  22. Size on the CD: 297 KB (compressed)
  23.  
  24. Description:
  25.  
  26.     Mpack and munpack are utilities for encoding and decoding
  27.     (respectively) binary files in MIME (Multipurpose Internet Mail
  28.     Extensions) format mail messages. For compatibility with older
  29.     forms of transferring binary files, the munpack program can also
  30.     decode messages in split-uuencoded format. The Macintosh version
  31.     can also decode messages in split-BinHex format.
  32.  
  33.     This MIME implementation is intended to be as simple and portable
  34.     as possible. For a slightly more sophisticated MIME
  35.     implementation, see the program MetaMail, available via anonymous
  36.     FTP to thumper.bellcore.com, in directory pub/nsb
  37.  
  38.     [ Note: MetaMail is also included on this CD-ROM. ]
  39.  
  40.     -- Adapted from the 1.5 README.unix file
  41.  
  42. Advertised architectures:
  43.  
  44.     Versions are included for UNIX, PC, OS/2, Mac, Amiga and
  45.     Archimedes systems.
  46.  
  47.     The mpack distribution should compile with no changes on most
  48.     UNIX systems. There are a few exceptions - if compiling on SunOS,
  49.     SVR4, SCO UNIX, or an ancient BSD without the strchr() function,
  50.     edit the Makefile and uncomment the relevant lines.
  51.  
  52.     -- From the 1.5 README.unix file
  53.  
  54. Prerequisites:
  55.  
  56.     C Compiler
  57.