home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume14 / unzip-3.1 / README < prev    next >
Text File  |  1990-09-20  |  3KB  |  78 lines

  1. Newsgroups: comp.sources.misc
  2. From: kirsch@usasoc.soc.mil (David Kirschbaum)
  3. Subject: v14i102: Portable UnZIP 3.1 (README)
  4. Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  5.  
  6. Posting-number: Volume 14, Issue 102
  7. Submitted-by: kirsch@usasoc.soc.mil (David Kirschbaum)
  8. Archive-name: unzip-3.1/README
  9.  
  10. The generic portable Unix unzip is an ongoing project of the Info-ZIP
  11. newsletter group, based out of SIMTEL20.  Starting with a fairly clean
  12. unzip, we've (1) added many functions, (2) ported it to a WIDE range
  13. of Unix (and other) systems, (3) continue to progress with more functions,
  14. debugging, etc.
  15.  
  16. The major problems in porting included "big-endian" (as in the 68000
  17. family) vs. Intel fashion (lo .. high), word sizes (which create MAJOR
  18. problems when defining structures, long integer calculations, memcpy
  19. not performing as expected, etc.
  20.  
  21. We've solved them all .. except for the Crays .. sigh ..
  22.  
  23. Following are some of the systems our Makefile is prepared to support:
  24.  
  25. Xenix/386 (tested on 2.3.1)
  26. Vax Sys V
  27. Encore Multimax
  28.  
  29. Convex C200/C400
  30. Stellar gs-2000
  31. Sun 4/110, SunOS 4.0.3c
  32. HP 9000-835 SE, HP-UX Release A.B3.10 Ver D
  33. DEC 5820 (RISC), Test version of Ultrix v4.0
  34. IBM RT 6150 under AIX 2.2.1
  35.  
  36. 680X0, DIAB dnix 5.2/5.3 (a Swedish System V clone)
  37. Sun3 68020, SunOS 4.0.3
  38. Amdahl (IBM) mainframe, UTS (SysV) 1.2.4 and 2.0.1
  39.  
  40. Ultrix
  41. VAX8600 w/Ultrix OS
  42. VAX 11-780, BSD 4.3
  43.  
  44. NeXT 68030 BSD 4.3+Mach
  45.  
  46. Pyramid 90X, probably all, under >= OSx4.1, BSD universe
  47.  
  48. Silicon Graphics (tested on Personal Iris 4D20 w/IRIX v3.2.2)
  49.  
  50. There's also a Coherent version, a Minix version, an Atari (Turbo C)
  51. version .. and it USED to compile and run in MS-DOS (Turbo C) (tho
  52. we haven't tested that lately: could be it's broke now).
  53.  
  54. As you can guess, this is NOT a polished product yet.  We're still working
  55. on enhancements, JUST found a long-standing bug (in the v3.14 beta) that
  56. kept popping up in Sun4 systems, etc.  There isn't any decent documentation,
  57. the historical files are a mess .. etc.
  58.  
  59. But the fielded product (v3.10) is working correctly across a WIDE range
  60. providing you with the ability to view, test, and extract PKZIP .ZIP files
  61. with various text and filename conversion.
  62.  
  63. Use it in good health.  We'll be fielding periodic updates.
  64.  
  65. If you wish to monitor progress, you should subscribe to the Info-ZIP
  66. newsletter (details in the archives).  However, do NOT expect to be kept
  67. up to date with the source via periodic EMail mailings!  If you can't
  68. reach SIMTEL20 via anonymous ftp or other means to snarf the source from
  69. there (in .ARC or TAR-Z format), you're out of luck.  You'll just have
  70. to wait until we update these archives here.
  71.  
  72. Regards,
  73.  
  74. David Kirschbaum
  75. Toad Hall
  76. Info-ZIP Coordinator
  77. kirsch@usasoc.soc.mil
  78.