home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / archivers / mcvertppc / mcvertppc.readme < prev    next >
Text File  |  1998-04-27  |  2KB  |  53 lines

  1. Short: Mac .bin/sit/cpt/hqx/sea conversion (PPC), incl. source
  2. Type: util/arc
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: (various, see below)
  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 powerUP (TM) PPC systems,
  25.  based on the original unix sources.
  26.  
  27.  ELF binary is called "xbin.elf", "e" bit already set
  28.  (so that you can run it directly from Shell using the
  29.  ElfLoadSeg patch - otherwise please use "RunElf").
  30.  
  31.  For source changes necessary for the PPC port, please
  32.  take a look into "changes.powerup".
  33.  
  34.  The program itself hopefully still does work fine...
  35.  
  36.  This is V1.1 of the port - see "changes.powerup" for details
  37.  
  38.  --
  39.  ARK, 19/Apr/98
  40.  
  41. ***********************************************************
  42.  
  43.  AUTHORS
  44.       Doug Moore, Cornell University Computer Science.  Based upon xbin by
  45.       Dave Johnson, Brown University, as modified by Guido van Rossum, and
  46.       upon unpit by Allan G. Weber, as well as upon correspondence with
  47.       several helpful readers of USENET.
  48.  
  49.       Joseph P. Skudlarek (Jskud@wv.MentorG.com) made numerous enhancement
  50.       and maintenance releases.  See the comments in mcvert.c for additional
  51.       supporting characters.
  52.  
  53.