home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume44 / unzip / part20 < prev    next >
Internet Message Format  |  1994-09-19  |  8KB

  1. From: zip-bugs@wkuvx1.wku.edu (Info-ZIP group)
  2. Newsgroups: comp.sources.misc
  3. Subject: v44i085:  unzip - Info-ZIP portable UnZip, version 5.12, Part20/20
  4. Date: 18 Sep 1994 23:17:17 -0500
  5. Organization: Sterling Software
  6. Sender: kent@sparky.sterling.com
  7. Approved: kent@sparky.sterling.com
  8. Message-ID: <35j3cd$qsn@sparky.sterling.com>
  9. X-Md4-Signature: 674e90f7f706cf512bd7dd7525f41dd3
  10.  
  11. Submitted-by: zip-bugs@wkuvx1.wku.edu (Info-ZIP group)
  12. Posting-number: Volume 44, Issue 85
  13. Archive-name: unzip/part20
  14. Environment: UNIX, VMS, OS/2, MS-DOS, MACINTOSH, WIN-NT, LINUX, MINIX, COHERENT, AMIGA?, ATARI TOS, SGI, DEC, Cray, Convex, Amdahl, Sun
  15. Supersedes: unzip50: Volume 31, Issue 104-117
  16.  
  17. #! /bin/sh
  18. # This is a shell archive.  Remove anything before this line, then feed it
  19. # into a shell via "sh file" or similar.  To overwrite existing files,
  20. # type "sh file -c".
  21. # Contents:  unzip-5.12/atari/Contents unzip-5.12/crypt.c
  22. #   unzip-5.12/file_id.diz unzip-5.12/os2/unzip.def
  23. #   unzip-5.12/tops20/Contents unzip-5.12/tops20/rename.mic
  24. #   unzip-5.12/vms/unzip.opt unzip-5.12/vms/unzipsfx.opt
  25. #   unzip-5.12/vms/vmsshare.opt
  26. # Wrapped by kent@sparky on Sat Sep 17 23:33:50 1994
  27. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin:$PATH ; export PATH
  28. echo If this archive is complete, you will see the following message:
  29. echo '          "shar: End of archive 20 (of 20)."'
  30. if test -f 'unzip-5.12/atari/Contents' -a "${1}" != "-c" ; then 
  31.   echo shar: Will not clobber existing file \"'unzip-5.12/atari/Contents'\"
  32. else
  33.   echo shar: Extracting \"'unzip-5.12/atari/Contents'\" \(260 characters\)
  34.   sed "s/^X//" >'unzip-5.12/atari/Contents' <<'END_OF_FILE'
  35. XContents of the "atari" sub-archive for UnZip 5.1 and later:
  36. X
  37. X  Contents      this file
  38. X  README        notes on compiling UnZip, from author of Atari port
  39. X  Makefile      makefile for GNU C compiler and MiNT libraries
  40. X  atari.c       Atari-specific routines
  41. X
  42. END_OF_FILE
  43.   if test 260 -ne `wc -c <'unzip-5.12/atari/Contents'`; then
  44.     echo shar: \"'unzip-5.12/atari/Contents'\" unpacked with wrong size!
  45.   fi
  46.   # end of 'unzip-5.12/atari/Contents'
  47. fi
  48. if test -f 'unzip-5.12/crypt.c' -a "${1}" != "-c" ; then 
  49.   echo shar: Will not clobber existing file \"'unzip-5.12/crypt.c'\"
  50. else
  51.   echo shar: Extracting \"'unzip-5.12/crypt.c'\" \(395 characters\)
  52.   sed "s/^X//" >'unzip-5.12/crypt.c' <<'END_OF_FILE'
  53. X/*
  54. X   crypt.c (dummy version) by Info-ZIP.      Last revised:   6 Feb 94
  55. X
  56. X   This is a non-functional version of Info-ZIP's crypt.c encryption/
  57. X   decryption code for Zip, ZipCloak, UnZip and fUnZip.  This file is
  58. X   not copyrighted and may be distributed freely. :-)  See the "Where"
  59. X   file for sites from which to obtain the full encryption/decryption
  60. X   sources (zcrypt21.zip or later).
  61. X */
  62. END_OF_FILE
  63.   if test 395 -ne `wc -c <'unzip-5.12/crypt.c'`; then
  64.     echo shar: \"'unzip-5.12/crypt.c'\" unpacked with wrong size!
  65.   fi
  66.   # end of 'unzip-5.12/crypt.c'
  67. fi
  68. if test -f 'unzip-5.12/file_id.diz' -a "${1}" != "-c" ; then 
  69.   echo shar: Will not clobber existing file \"'unzip-5.12/file_id.diz'\"
  70. else
  71.   echo shar: Extracting \"'unzip-5.12/file_id.diz'\" \(344 characters\)
  72.   sed "s/^X//" >'unzip-5.12/file_id.diz' <<'END_OF_FILE'
  73. XInfo-ZIP's UnZip 5.12:  generic C sources
  74. X  Complete C source code for Info-ZIP's
  75. X  PKUNZIP-compatible unarchiver, for all
  76. X  supported compilers and platforms (Unix,
  77. X  OS/2, MS-DOS, NT, VMS, Amiga, Atari, Mac,
  78. X  etc.), plus lots of cool documentation.
  79. XThis is FREE (but copyrighted) software.
  80. XSee COPYING for details on distribution
  81. Xand reuse.
  82. END_OF_FILE
  83.   if test 344 -ne `wc -c <'unzip-5.12/file_id.diz'`; then
  84.     echo shar: \"'unzip-5.12/file_id.diz'\" unpacked with wrong size!
  85.   fi
  86.   # end of 'unzip-5.12/file_id.diz'
  87. fi
  88. if test -f 'unzip-5.12/os2/unzip.def' -a "${1}" != "-c" ; then 
  89.   echo shar: Will not clobber existing file \"'unzip-5.12/os2/unzip.def'\"
  90. else
  91.   echo shar: Extracting \"'unzip-5.12/os2/unzip.def'\" \(114 characters\)
  92.   sed "s/^X//" >'unzip-5.12/os2/unzip.def' <<'END_OF_FILE'
  93. XDESCRIPTION 'The world-famous Info-ZIP unarchiving utilities'
  94. XSTACKSIZE 0x50000
  95. XSEGMENTS
  96. X  _MSGSEG32 CLASS 'CODE'
  97. END_OF_FILE
  98.   if test 114 -ne `wc -c <'unzip-5.12/os2/unzip.def'`; then
  99.     echo shar: \"'unzip-5.12/os2/unzip.def'\" unpacked with wrong size!
  100.   fi
  101.   # end of 'unzip-5.12/os2/unzip.def'
  102. fi
  103. if test -f 'unzip-5.12/tops20/Contents' -a "${1}" != "-c" ; then 
  104.   echo shar: Will not clobber existing file \"'unzip-5.12/tops20/Contents'\"
  105. else
  106.   echo shar: Extracting \"'unzip-5.12/tops20/Contents'\" \(281 characters\)
  107.   sed "s/^X//" >'unzip-5.12/tops20/Contents' <<'END_OF_FILE'
  108. XContents of the "tops20" sub-archive for UnZip 5.1 and later:
  109. X
  110. X  Contents       this file
  111. X  make.mic       command file to make UnZip and ZipInfo with KCC
  112. X  rename.mic     command file to rename Info-ZIP filenames to KCC format
  113. X  tops20.c       TOPS20-specific routines for UnZip
  114. X
  115. END_OF_FILE
  116.   if test 281 -ne `wc -c <'unzip-5.12/tops20/Contents'`; then
  117.     echo shar: \"'unzip-5.12/tops20/Contents'\" unpacked with wrong size!
  118.   fi
  119.   # end of 'unzip-5.12/tops20/Contents'
  120. fi
  121. if test -f 'unzip-5.12/tops20/rename.mic' -a "${1}" != "-c" ; then 
  122.   echo shar: Will not clobber existing file \"'unzip-5.12/tops20/rename.mic'\"
  123. else
  124.   echo shar: Extracting \"'unzip-5.12/tops20/rename.mic'\" \(224 characters\)
  125.   sed "s/^X//" >'unzip-5.12/tops20/rename.mic' <<'END_OF_FILE'
  126. X@rename envargs.c envarg.c
  127. X@rename explode.c explod.c
  128. X@rename extract.c extrac.c
  129. X@rename file_io.c fileio.c
  130. X@rename inflate.c inflat.c
  131. X@rename unreduce.c unredu.c
  132. X@rename unshrink.c unshri.c
  133. X@rename zipinfo.c zipinf.c
  134. X@kmic
  135. END_OF_FILE
  136.   if test 224 -ne `wc -c <'unzip-5.12/tops20/rename.mic'`; then
  137.     echo shar: \"'unzip-5.12/tops20/rename.mic'\" unpacked with wrong size!
  138.   fi
  139.   # end of 'unzip-5.12/tops20/rename.mic'
  140. fi
  141. if test -f 'unzip-5.12/vms/unzip.opt' -a "${1}" != "-c" ; then 
  142.   echo shar: Will not clobber existing file \"'unzip-5.12/vms/unzip.opt'\"
  143. else
  144.   echo shar: Extracting \"'unzip-5.12/vms/unzip.opt'\" \(21 characters\)
  145.   sed "s/^X//" >'unzip-5.12/vms/unzip.opt' <<'END_OF_FILE'
  146. XIdent = "UnZip 5.12"
  147. END_OF_FILE
  148.   if test 21 -ne `wc -c <'unzip-5.12/vms/unzip.opt'`; then
  149.     echo shar: \"'unzip-5.12/vms/unzip.opt'\" unpacked with wrong size!
  150.   fi
  151.   # end of 'unzip-5.12/vms/unzip.opt'
  152. fi
  153. if test -f 'unzip-5.12/vms/unzipsfx.opt' -a "${1}" != "-c" ; then 
  154.   echo shar: Will not clobber existing file \"'unzip-5.12/vms/unzipsfx.opt'\"
  155. else
  156.   echo shar: Extracting \"'unzip-5.12/vms/unzipsfx.opt'\" \(24 characters\)
  157.   sed "s/^X//" >'unzip-5.12/vms/unzipsfx.opt' <<'END_OF_FILE'
  158. XIdent = "UnZipSFX 5.12"
  159. END_OF_FILE
  160.   if test 24 -ne `wc -c <'unzip-5.12/vms/unzipsfx.opt'`; then
  161.     echo shar: \"'unzip-5.12/vms/unzipsfx.opt'\" unpacked with wrong size!
  162.   fi
  163.   # end of 'unzip-5.12/vms/unzipsfx.opt'
  164. fi
  165. if test -f 'unzip-5.12/vms/vmsshare.opt' -a "${1}" != "-c" ; then 
  166.   echo shar: Will not clobber existing file \"'unzip-5.12/vms/vmsshare.opt'\"
  167. else
  168.   echo shar: Extracting \"'unzip-5.12/vms/vmsshare.opt'\" \(30 characters\)
  169.   sed "s/^X//" >'unzip-5.12/vms/vmsshare.opt' <<'END_OF_FILE'
  170. Xsys$library:vaxcrtl.exe/share
  171. END_OF_FILE
  172.   if test 30 -ne `wc -c <'unzip-5.12/vms/vmsshare.opt'`; then
  173.     echo shar: \"'unzip-5.12/vms/vmsshare.opt'\" unpacked with wrong size!
  174.   fi
  175.   # end of 'unzip-5.12/vms/vmsshare.opt'
  176. fi
  177. echo shar: End of archive 20 \(of 20\).
  178. cp /dev/null ark20isdone
  179. MISSING=""
  180. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ; do
  181.     if test ! -f ark${I}isdone ; then
  182.     MISSING="${MISSING} ${I}"
  183.     fi
  184. done
  185. if test "${MISSING}" = "" ; then
  186.     echo You have unpacked all 20 archives.
  187.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  188. else
  189.     echo You still must unpack the following archives:
  190.     echo "        " ${MISSING}
  191. fi
  192. exit 0
  193. exit 0 # Just in case...
  194.