home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / unsit1.5c.amiga / readme
Text File  |  2005-04-30  |  3KB  |  57 lines

  1.  
  2.                             - - - Unsit 1.5c - - -
  3.  
  4.                                 1991 August 10
  5.  
  6. This is an Amiga port of Allan G. Weber's Unsit v1.5c for Unix.
  7.  
  8. It supports RLE, Huffman, & LZW compression.  It doesn't support the
  9. proprietary compression modes of Stuffit Deluxe.
  10.  
  11. I recommend you use the accompanying version of "compress" (v5.3) with Unsit
  12. (external program used for LZW uncompression).  Use other versions of
  13. "compress" at your own risk.
  14.  
  15. Source and docs included.  Amiga executables removed from Unix distribution.
  16.  
  17.                                                            -- Anthon
  18.                               - - - - - - - - - -
  19. Addendum - 1991 September 8 - Anthon Pang (apang@mindlink.bc.ca)
  20.  
  21. This fixes a small bug, whereby decompression of lzw compressed files failed
  22. if the filename contained spaces.  (Code was correct in Unix version.)
  23.  
  24. New feature (internal)...popen/pclose emulation code (ie using more of the
  25. original code in the Amiga version).  (Source for pio.h & pio.c available
  26. elsewhere.)
  27.  
  28. Included "compress.man", a formatted man page for "compress".  Please note
  29. that it has some small differences (in wording) from "compress.1" (which is
  30. unformatted).  At least it's readable...
  31.                               - - - - - - - - - -
  32.  
  33. Following is the redistribution notice for "compress" (version 5.3):
  34.  
  35. /*
  36.  * Copyright (c) 1985, 1986 The Regents of the University of California.
  37.  * All rights reserved.
  38.  *
  39.  * This code is derived from software contributed to Berkeley by
  40.  * James A. Woods, derived from original work by Spencer Thomas
  41.  * and Joseph Orost.
  42.  *
  43.  * Redistribution and use in source and binary forms are permitted
  44.  * provided that: (1) source distributions retain this entire copyright
  45.  * notice and comment, and (2) distributions including binaries display
  46.  * the following acknowledgement:  ``This product includes software
  47.  * developed by the University of California, Berkeley and its contributors''
  48.  * in the documentation or other materials provided with the distribution
  49.  * and in all advertising materials mentioning features or use of this
  50.  * software. Neither the name of the University nor the names of its
  51.  * contributors may be used to endorse or promote products derived
  52.  * from this software without specific prior written permission.
  53.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  54.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  55.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  56.  */
  57.