home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / readme.OSK < prev   
Text File  |  1996-02-03  |  3KB  |  61 lines

  1.  Binhex/Hexbin - These programs encode/decode MacBinary into ascii text
  2.  so that programs, etc. can be e-mailed. They're in the same genre as
  3.  uuencode and atob. I have tested both of these and they seem to function
  4.  correctly. 
  5.  
  6.  Frommac/Tomac - It would appear that it is supposed to make uploading/
  7.  downloading files to a Mac easier. Xmodem is the only protocol sup-
  8.  ported. Unfortunately, tty.c references alot of Unix terminal stuff
  9.  which I have no idea how to port at this time. Maybe someone who really
  10.  needs this can make it work.
  11.  
  12.  Macunpac - This is just about an everything dearchiver for Mac Files.
  13.  Unfortunately, many files are just too big, and need to be brocken
  14.  into smaller pieces to compile. Since there is already a binary
  15.  floating around for macunpack(Stuffit/Compactor), I've recompiled
  16.  a version with a few others (Packit, Shrink to Fit, Binhex 5.0, &
  17.  Compress it) and called it unmacpack (to differentiate from the other
  18.  version). If you want the others, you'll have to recompile it yourself.
  19.  I've not tested unmacpack since I don't have, and have never seen
  20.  those format files. Consider it a Beta. Both binaries are in the 
  21.  CMDS directory for your convience.
  22.  
  23.  MacSave/Macstream -  Macstream takes files and creates a Macbinary
  24.  stream to stdout. Macsave saves a Macbinary stream recieved from
  25.  from stdin. I tested them briefly, and they appear to work.
  26.  
  27.  Macbin - This is included in the CMDS directory for your convience.
  28.  This binary has been floating around, and I have no idea who wrote
  29.  or ported it. It will convert any file into a Macbinary file.
  30.  
  31.  Unsit - Again, another binary floating around without source. It seems
  32.  to be based on the unsit source included in this archive. The port from
  33.  that source, done by me, is in the CMDS as unsit_DJL. A note about Unsit
  34.  tho. These versions of unsit require the presence of the unix compress
  35.  command (ports were done by TOPS I believe), and I seriously doubt that
  36.  you will find any .sit files they can dearchive. The newer .sit files
  37.  use a different compression algorithym;for them try the macunpac included
  38.  in CMDS. If that doesn't work, you're outta luck.
  39.  
  40.  Mcvert - Converts between Binhex & Macbinary. It can have its uses.
  41.  Please see the readme.osk file in that directory for a bug report.
  42.  Read it first, or ya may be sorry later!
  43.  
  44.  I have added #ifdef OSK, etc.. to the source files, and I have changed
  45.  all occurances of crc to _crc so that the compiler doesn't throw up
  46.  when it hits the crc() function in the OS9 Libs. Other than that, the
  47.  source files are unchanged. You will need the Blarslib Unix Compatibility
  48.  Library or something similar to compile these programs. Edit to suit.
  49.  My Binaries were compiled on a BlackHawk MM/1 w/3Megs & 68070 running
  50.  OS-9 V2.4
  51.  
  52.  As usual, I guarrantee nothing about these programs. If your computer
  53.  explodes, an earthquake hits, or are attacked by marrauding aliens
  54.  after you fire up these programs, it's not my problem. I hope someone
  55.  can at least find some use for these programs. Good Luck, and Have at it!
  56.  
  57.                                              Dean Leiber 2/96
  58.                                           Dean.Leiber@support.com
  59.                                           AditNavel@delphi.com
  60.  
  61.