home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / mcvertWOS.readme < prev    next >
Text File  |  1998-04-18  |  2KB  |  43 lines

  1. Short:    Mac .bin/sit/cpt/hqx/sea conversion (PPC,WarpOS), incl. source
  2. Author:   (various, see below)
  3. Uploader: MagicSN@Birdland.es.bawue.de
  4. Type:     util/arc
  5.  
  6. mcvert runs under UNIX and converts between different representations
  7. of Mac files.  One very common conversion is between BinHex4.0 and
  8. MacBinary.
  9.  
  10. More details regarding file formats may be found in the mcvert.1 man
  11. page, but basically, there are native Mac files that live (only) on
  12. the Mac (since they have interesting internal structure), and
  13. representations of Mac files.
  14.  
  15. Files are often identified by extensions, those .ext suffixes at the
  16. end of the name.  Common suffixes include:
  17.  
  18.         .bin    MacBinary
  19.         .sit    StuffIt
  20.         .cpt    CompactPro
  21.         .hqx    BinHex4.0
  22.         .sea    self extracting archive
  23.  
  24.  Well, this now is a port for WarpOS PPC systems,
  25.  based on the original unix sources. This Port of
  26.  mcvertppc really works, thanks to some bugfixes
  27.  in the Sources.
  28.  
  29.  --
  30.  SPH, 14/Apr/98
  31.  
  32. ***********************************************************
  33.  
  34.  AUTHORS
  35.       Doug Moore, Cornell University Computer Science.  Based upon xbin by
  36.       Dave Johnson, Brown University, as modified by Guido van Rossum, and
  37.       upon unpit by Allan G. Weber, as well as upon correspondence with
  38.       several helpful readers of USENET.
  39.  
  40.       Joseph P. Skudlarek (Jskud@wv.MentorG.com) made numerous enhancement
  41.       and maintenance releases.  See the comments in mcvert.c for additional
  42.       supporting characters.
  43.