home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / shar349.zip / readme.os2 next >
Text File  |  1993-05-11  |  2KB  |  36 lines

  1. This archive contains OS/2 1.x--2.x versions of shar ("SHell ARchive") and
  2. unshar 3.49. The Sources from the GNUish port were used as the starting
  3. point. Various options will require the utilities
  4.  
  5.    compress, file, [e]grep, sh, touch, uudecode, uuencode, and wc.
  6.  
  7. All of these are available at ftp-os2.nmsu.edu (try pub/os2/all/unix/).
  8. uuencode must accept from stdin. Berkeley uuencode 5.6 was used in testing.
  9.  
  10. unshar strips headers and feeds to sh. Stewartson's sh works well for
  11. this.  sh 2.1 was uploaded to ftp-os2.nmsu.edu with a HPFS bugfix; 2.2 is
  12. currently in beta testing. One problem: sh does not handle the '-s -c'
  13. (clobber files) option in the fashion expected by unshar.
  14.  
  15. The director.c support from Stewartson's sh is used in the MSC version.
  16.  
  17. The makefile includes rules for EMX/gcc; however, EMX/gcc does not handle
  18. quoted strings in popen() in the same fashion as MSC. Some of the problems
  19. appear specific to EMX+4os2; most can be fixed by modifying the strings
  20. passed to pipe(), but I have not found a solution for the "grep" line. See
  21. notes.os2.  
  22.  
  23. Files:
  24.   shar.exe      shar 3.49 executable for OS/2 1.x--2.x
  25.   unshar.exe    unshar 3.49 executable for OS/2 1.x--2.x
  26.   makefile.os2  makefile for EMX/gcc 0.8f and MSC 6.00A using dmake 3.8
  27.   notes.os2     some notes on the port
  28.   patches.os2   context diff's from the GNUish shar distribution
  29.   readme.os2    this file
  30.   shar.def      linker definition file for MSC
  31.   shar-emx.def  linker definition file for EMX/gcc
  32.  
  33. --
  34. Darrel Hankerson hankedr@mail.auburn.edu
  35. 11 May 1993
  36.