home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / misc / volume40 / pst / part06 < prev    next >
Encoding:
Text File  |  1993-11-26  |  3.8 KB  |  136 lines

  1. Newsgroups: comp.sources.misc
  2. From: Panos Tsirigotis (panos@cs.colorado.edu)
  3. Subject: v40i177:  pst - extract text from a postscript file, Part06/06
  4. Message-ID: <1993Nov26.170839.6710@sparky.sterling.com>
  5. X-Md4-Signature: 3855b2ad614dfeba36e763ac1560f2bd
  6. Sender: kent@sparky.sterling.com (Kent Landfield)
  7. Organization: Sterling Software
  8. Date: Fri, 26 Nov 1993 17:08:39 GMT
  9. Approved: kent@sparky.sterling.com
  10.  
  11. Submitted-by: Panos Tsirigotis (panos@cs.colorado.edu)
  12. Posting-number: Volume 40, Issue 177
  13. Archive-name: pst/part06
  14. Environment: BSD, SUNOS, ULTRIX, SYSVR4, SYSVR3, POSIX
  15.  
  16. #! /bin/sh
  17. # This is a shell archive.  Remove anything before this line, then feed it
  18. # into a shell via "sh file" or similar.  To overwrite existing files,
  19. # type "sh file -c".
  20. # Contents:  libs/src/str/ss_bmh.h libs/src/str/ss_so.h pst/options.h
  21. # Wrapped by kent@sparky on Fri Nov 26 11:02:48 1993
  22. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin:$PATH ; export PATH
  23. echo If this archive is complete, you will see the following message:
  24. echo '          "shar: End of archive 6 (of 6)."'
  25. if test -f 'libs/src/str/ss_bmh.h' -a "${1}" != "-c" ; then 
  26.   echo shar: Will not clobber existing file \"'libs/src/str/ss_bmh.h'\"
  27. else
  28.   echo shar: Extracting \"'libs/src/str/ss_bmh.h'\" \(366 characters\)
  29.   sed "s/^X//" >'libs/src/str/ss_bmh.h' <<'END_OF_FILE'
  30. X/*
  31. X * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis
  32. X * All rights reserved.  The file named COPYRIGHT specifies the terms 
  33. X * and conditions for redistribution.
  34. X */
  35. X
  36. X#ifndef SS_BMH_H
  37. X#define SS_BMH_H
  38. X
  39. X/*
  40. X * $Id: ss_bmh.h,v 3.1 1993/06/13 02:42:53 panos Exp $
  41. X */
  42. X
  43. Xtypedef unsigned shift_int ;
  44. X
  45. Xstruct bmh_header
  46. X{
  47. X    shift_int *shift ;
  48. X} ;
  49. X
  50. X#endif    /* SS_BMH_H */
  51. X
  52. END_OF_FILE
  53.   if test 366 -ne `wc -c <'libs/src/str/ss_bmh.h'`; then
  54.     echo shar: \"'libs/src/str/ss_bmh.h'\" unpacked with wrong size!
  55.   fi
  56.   # end of 'libs/src/str/ss_bmh.h'
  57. fi
  58. if test -f 'libs/src/str/ss_so.h' -a "${1}" != "-c" ; then 
  59.   echo shar: Will not clobber existing file \"'libs/src/str/ss_so.h'\"
  60. else
  61.   echo shar: Extracting \"'libs/src/str/ss_so.h'\" \(353 characters\)
  62.   sed "s/^X//" >'libs/src/str/ss_so.h' <<'END_OF_FILE'
  63. X/*
  64. X * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis
  65. X * All rights reserved.  The file named COPYRIGHT specifies the terms 
  66. X * and conditions for redistribution.
  67. X */
  68. X
  69. X#ifndef SS_SO_H
  70. X#define SS_SO_H
  71. X
  72. X/*
  73. X * $Id: ss_so.h,v 3.1 1993/06/13 02:46:47 panos Exp $
  74. X */
  75. X
  76. Xstruct so_header
  77. X{
  78. X    wide_int *mask ;
  79. X    wide_int offset_mask ;
  80. X} ;
  81. X
  82. X#endif     /* SS_SO_H */
  83. END_OF_FILE
  84.   if test 353 -ne `wc -c <'libs/src/str/ss_so.h'`; then
  85.     echo shar: \"'libs/src/str/ss_so.h'\" unpacked with wrong size!
  86.   fi
  87.   # end of 'libs/src/str/ss_so.h'
  88. fi
  89. if test -f 'pst/options.h' -a "${1}" != "-c" ; then 
  90.   echo shar: Will not clobber existing file \"'pst/options.h'\"
  91. else
  92.   echo shar: Extracting \"'pst/options.h'\" \(406 characters\)
  93.   sed "s/^X//" >'pst/options.h' <<'END_OF_FILE'
  94. X/*
  95. X * (c) Copyright 1993 by Panagiotis Tsirigotis
  96. X * All rights reserved.  The file named COPYRIGHT specifies the terms 
  97. X * and conditions for redistribution.
  98. X */
  99. X
  100. Xextern int l_option ;
  101. Xextern int v_option ;
  102. Xextern int n_option ;
  103. Xextern int d_option ;
  104. Xextern int a_option ;
  105. Xextern char * a_option_arg_1 ;
  106. X
  107. X#define a_option_arg                   a_option_arg_1
  108. X
  109. Xextern char *program_name ;
  110. X
  111. Xvoid usage() ;
  112. X
  113. END_OF_FILE
  114.   if test 406 -ne `wc -c <'pst/options.h'`; then
  115.     echo shar: \"'pst/options.h'\" unpacked with wrong size!
  116.   fi
  117.   # end of 'pst/options.h'
  118. fi
  119. echo shar: End of archive 6 \(of 6\).
  120. cp /dev/null ark6isdone
  121. MISSING=""
  122. for I in 1 2 3 4 5 6 ; do
  123.     if test ! -f ark${I}isdone ; then
  124.     MISSING="${MISSING} ${I}"
  125.     fi
  126. done
  127. if test "${MISSING}" = "" ; then
  128.     echo You have unpacked all 6 archives.
  129.     rm -f ark[1-9]isdone
  130. else
  131.     echo You still must unpack the following archives:
  132.     echo "        " ${MISSING}
  133. fi
  134. exit 0
  135. exit 0 # Just in case...
  136.