home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- Path: sparky!kent
- From: zip-bugs@cs.ucla.edu (Info-ZIP group)
- Subject: v31i117: unzip50 - Info-ZIP portable UnZip, version 5.0, Part14/14
- Message-ID: <1992Aug24.025855.25421@sparky.imd.sterling.com>
- Followup-To: comp.sources.d
- X-Md4-Signature: 7a6fe84598fc50477a18bc9d38c4080b
- Sender: kent@sparky.imd.sterling.com (Kent Landfield)
- Organization: Sterling Software
- References: <csm-v31i104=unzip50.215137@sparky.IMD.Sterling.COM>
- Date: Mon, 24 Aug 1992 02:58:55 GMT
- Approved: kent@sparky.imd.sterling.com
- Lines: 97
-
- Submitted-by: zip-bugs@cs.ucla.edu (Info-ZIP group)
- Posting-number: Volume 31, Issue 117
- Archive-name: unzip50/part14
- Supersedes: unzip: Volume 29, Issue 31-42
- Environment: UNIX, VMS, OS/2, MS-DOS, MACINTOSH, WIN-NT, LINUX, MINIX, COHERENT AMIGA?, !ATARI, symlink, SGI, DEC, Cray, Convex, Amdahl, Sun
-
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then feed it
- # into a shell via "sh file" or similar. To overwrite existing files,
- # type "sh file -c".
- # The tool that generated this appeared in the comp.sources.unix newsgroup;
- # send mail to comp-sources-unix@uunet.uu.net if you want that tool.
- # Contents: MSDOS/tcc/zipinfo.prj OS2/unzip.def OS2/zipinfo.def zip.h
- # Wrapped by kent@sparky on Sun Aug 23 21:09:37 1992
- PATH=/bin:/usr/bin:/usr/ucb ; export PATH
- echo If this archive is complete, you will see the following message:
- echo ' "shar: End of archive 14 (of 14)."'
- if test -f 'MSDOS/tcc/zipinfo.prj' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'MSDOS/tcc/zipinfo.prj'\"
- else
- echo shar: Extracting \"'MSDOS/tcc/zipinfo.prj'\" \(83 characters\)
- sed "s/^X//" >'MSDOS/tcc/zipinfo.prj' <<'END_OF_FILE'
- Xzipinfo.c (unzip.h)
- Xmatch.c (unzip.h)
- Xmisc.c (unzip.h)
- Xenvargs.c (unzip.h)
- END_OF_FILE
- if test 83 -ne `wc -c <'MSDOS/tcc/zipinfo.prj'`; then
- echo shar: \"'MSDOS/tcc/zipinfo.prj'\" unpacked with wrong size!
- fi
- # end of 'MSDOS/tcc/zipinfo.prj'
- fi
- if test -f 'OS2/unzip.def' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'OS2/unzip.def'\"
- else
- echo shar: Extracting \"'OS2/unzip.def'\" \(98 characters\)
- sed "s/^X//" >'OS2/unzip.def' <<'END_OF_FILE'
- XNAME UnZip WINDOWCOMPAT NEWFILES
- XDESCRIPTION 'The world-famous unarchiving utility from Info-ZIP'
- END_OF_FILE
- if test 98 -ne `wc -c <'OS2/unzip.def'`; then
- echo shar: \"'OS2/unzip.def'\" unpacked with wrong size!
- fi
- # end of 'OS2/unzip.def'
- fi
- if test -f 'OS2/zipinfo.def' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'OS2/zipinfo.def'\"
- else
- echo shar: Extracting \"'OS2/zipinfo.def'\" \(95 characters\)
- sed "s/^X//" >'OS2/zipinfo.def' <<'END_OF_FILE'
- XNAME ZipInfo WINDOWCOMPAT NEWFILES
- XDESCRIPTION 'Great gobs of interesting info about zipfiles'
- END_OF_FILE
- if test 95 -ne `wc -c <'OS2/zipinfo.def'`; then
- echo shar: \"'OS2/zipinfo.def'\" unpacked with wrong size!
- fi
- # end of 'OS2/zipinfo.def'
- fi
- if test -f 'zip.h' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'zip.h'\"
- else
- echo shar: Extracting \"'zip.h'\" \(330 characters\)
- sed "s/^X//" >'zip.h' <<'END_OF_FILE'
- X/* This is a dummy zip.h to allow crypt.c from Zip to compile for unzip */
- X
- X#include "unzip.h"
- X#define SKIP_TIME_H /* don't include time.h again in crypt.c */
- X
- X#define local
- Xtypedef unsigned short ush;
- Xtypedef unsigned long ulg;
- X
- Xextern ULONG crc_32_tab[];
- X#define crc32(c, b) (crc_32_tab[((int)(c) ^ (b)) & 0xff] ^ ((c) >> 8))
- END_OF_FILE
- if test 330 -ne `wc -c <'zip.h'`; then
- echo shar: \"'zip.h'\" unpacked with wrong size!
- fi
- # end of 'zip.h'
- fi
- echo shar: End of archive 14 \(of 14\).
- cp /dev/null ark14isdone
- MISSING=""
- for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ; do
- if test ! -f ark${I}isdone ; then
- MISSING="${MISSING} ${I}"
- fi
- done
- if test "${MISSING}" = "" ; then
- echo You have unpacked all 14 archives.
- rm -f ark[1-9]isdone ark[1-9][0-9]isdone
- else
- echo You still must unpack the following archives:
- echo " " ${MISSING}
- fi
- exit 0
- exit 0 # Just in case...
-