home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- From: Panos Tsirigotis (panos@cs.colorado.edu)
- Subject: v40i177: pst - extract text from a postscript file, Part06/06
- Message-ID: <1993Nov26.170839.6710@sparky.sterling.com>
- X-Md4-Signature: 3855b2ad614dfeba36e763ac1560f2bd
- Sender: kent@sparky.sterling.com (Kent Landfield)
- Organization: Sterling Software
- Date: Fri, 26 Nov 1993 17:08:39 GMT
- Approved: kent@sparky.sterling.com
-
- Submitted-by: Panos Tsirigotis (panos@cs.colorado.edu)
- Posting-number: Volume 40, Issue 177
- Archive-name: pst/part06
- Environment: BSD, SUNOS, ULTRIX, SYSVR4, SYSVR3, POSIX
-
- #! /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".
- # Contents: libs/src/str/ss_bmh.h libs/src/str/ss_so.h pst/options.h
- # Wrapped by kent@sparky on Fri Nov 26 11:02:48 1993
- PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin:$PATH ; export PATH
- echo If this archive is complete, you will see the following message:
- echo ' "shar: End of archive 6 (of 6)."'
- if test -f 'libs/src/str/ss_bmh.h' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'libs/src/str/ss_bmh.h'\"
- else
- echo shar: Extracting \"'libs/src/str/ss_bmh.h'\" \(366 characters\)
- sed "s/^X//" >'libs/src/str/ss_bmh.h' <<'END_OF_FILE'
- X/*
- X * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis
- X * All rights reserved. The file named COPYRIGHT specifies the terms
- X * and conditions for redistribution.
- X */
- X
- X#ifndef SS_BMH_H
- X#define SS_BMH_H
- X
- X/*
- X * $Id: ss_bmh.h,v 3.1 1993/06/13 02:42:53 panos Exp $
- X */
- X
- Xtypedef unsigned shift_int ;
- X
- Xstruct bmh_header
- X{
- X shift_int *shift ;
- X} ;
- X
- X#endif /* SS_BMH_H */
- X
- END_OF_FILE
- if test 366 -ne `wc -c <'libs/src/str/ss_bmh.h'`; then
- echo shar: \"'libs/src/str/ss_bmh.h'\" unpacked with wrong size!
- fi
- # end of 'libs/src/str/ss_bmh.h'
- fi
- if test -f 'libs/src/str/ss_so.h' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'libs/src/str/ss_so.h'\"
- else
- echo shar: Extracting \"'libs/src/str/ss_so.h'\" \(353 characters\)
- sed "s/^X//" >'libs/src/str/ss_so.h' <<'END_OF_FILE'
- X/*
- X * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis
- X * All rights reserved. The file named COPYRIGHT specifies the terms
- X * and conditions for redistribution.
- X */
- X
- X#ifndef SS_SO_H
- X#define SS_SO_H
- X
- X/*
- X * $Id: ss_so.h,v 3.1 1993/06/13 02:46:47 panos Exp $
- X */
- X
- Xstruct so_header
- X{
- X wide_int *mask ;
- X wide_int offset_mask ;
- X} ;
- X
- X#endif /* SS_SO_H */
- END_OF_FILE
- if test 353 -ne `wc -c <'libs/src/str/ss_so.h'`; then
- echo shar: \"'libs/src/str/ss_so.h'\" unpacked with wrong size!
- fi
- # end of 'libs/src/str/ss_so.h'
- fi
- if test -f 'pst/options.h' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'pst/options.h'\"
- else
- echo shar: Extracting \"'pst/options.h'\" \(406 characters\)
- sed "s/^X//" >'pst/options.h' <<'END_OF_FILE'
- X/*
- X * (c) Copyright 1993 by Panagiotis Tsirigotis
- X * All rights reserved. The file named COPYRIGHT specifies the terms
- X * and conditions for redistribution.
- X */
- X
- Xextern int l_option ;
- Xextern int v_option ;
- Xextern int n_option ;
- Xextern int d_option ;
- Xextern int a_option ;
- Xextern char * a_option_arg_1 ;
- X
- X#define a_option_arg a_option_arg_1
- X
- Xextern char *program_name ;
- X
- Xvoid usage() ;
- X
- END_OF_FILE
- if test 406 -ne `wc -c <'pst/options.h'`; then
- echo shar: \"'pst/options.h'\" unpacked with wrong size!
- fi
- # end of 'pst/options.h'
- fi
- echo shar: End of archive 6 \(of 6\).
- cp /dev/null ark6isdone
- MISSING=""
- for I in 1 2 3 4 5 6 ; do
- if test ! -f ark${I}isdone ; then
- MISSING="${MISSING} ${I}"
- fi
- done
- if test "${MISSING}" = "" ; then
- echo You have unpacked all 6 archives.
- rm -f ark[1-9]isdone
- else
- echo You still must unpack the following archives:
- echo " " ${MISSING}
- fi
- exit 0
- exit 0 # Just in case...
-