home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / sit_shar / README < prev    next >
Text File  |  1991-05-20  |  1KB  |  26 lines

  1. This shar file contains the source to "sit" a UNIX utility which produces
  2. Stuffit archives for downloading to the mac.  As a bonus I've also included
  3. "macbinfilt", a filter which takes articles from comp.binaries.mac, puts the
  4. parts in the correct order, and throws out all the "noise" lines.
  5.  
  6. To use the sit code you need the getopt(3) library routine and the compress(1)
  7. utility, both of which most everyone seems to have by now.
  8.  
  9. There is not much original code here: everything is reverse engineered from
  10. the unsit utility by Alan Weber.  The updcrc.c file is exactly the same file
  11. from the unsit package.
  12.  
  13. I've tested the code on both BSD and SYSV machines. Both machines were big
  14. endian so byte order problems may still be lurking.
  15.  
  16. When you transfer archives to your mac be sure to use "binary" mode.  In 
  17. order for Suffit to recognize your downloaded file it must have a type of
  18. "SIT!".  If your communication program doesn't allow you to specify the type
  19. you'll need to ResEdit it in.  It should be quite simple to modify sit.c
  20. to put a MacBinary header on the archive.
  21.  
  22. As with everything in the modern world: use at your own risk.
  23.  
  24. --Tom Bereiter
  25.   ..!{rutgers,ames}!cs.utexas.edu!halley!rolex!twb
  26.