File: Makekit

package info (click to toggle)
ispell 3.1.20-12
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,708 kB
  • ctags: 962
  • sloc: ansic: 8,369; makefile: 2,062; yacc: 1,712; lisp: 1,613; sh: 1,130; objc: 385; csh: 215
file content (268 lines) | stat: -rwxr-xr-x 7,114 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
: Use /bin/sh
#
# $Id: Makekit,v 1.39 1995/10/11 04:58:07 geoff Exp $
#
# Copyright 1992, 1993, Geoff Kuenning, Granada Hills, CA
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
# 3. All modifications to the source code must be clearly marked as
#    such.  Binary redistributions based on modified source code
#    must be clearly marked as modified versions in the documentation
#    and/or other materials provided with the distribution.
# 4. All advertising materials mentioning features or use of this software
#    must display the following acknowledgment:
#      This product includes software developed by Geoff Kuenning and
#      other unpaid contributors.
# 5. The name of Geoff Kuenning may not be used to endorse or promote
#    products derived from this software without specific prior
#    written permission.
#
# THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL GEOFF KUENNING OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
#	Make an ispell distribution kit.  This is not a clever script,
#	just a handy one.
#
#	Usage:
#
#	Makekit [-c] [-d destdir] [-e]
#
#	destdir is the directory in which the kits will be made;  you will
#	want to pick someplace that has lots of space.
#
#	If -e is specified, the list of files in the kit is echoed to
#	stdout and no kit is made.
#
#	If -c is specified, the intermediate dictionary files are cleaned up.
#
# $Log: Makekit,v $
# Revision 1.39  1995/10/11  04:58:07  geoff
# Add the Portuguese language files
#
# Revision 1.38  1995/01/15  00:54:45  geoff
# Add iwhich and the new Spanish support
#
# Revision 1.37  1994/05/18  02:56:25  geoff
# Remember to list dictionaries with the -e switch
#
# Revision 1.36  1994/04/27  02:58:42  geoff
# Add the new English-dialect Makefiles
#
# Revision 1.35  1994/02/07  08:39:49  geoff
# Don't delete everything when we're only echoing names
#
# Revision 1.34  1994/01/25  08:51:16  geoff
# Get rid of all old RCS log lines in preparation for the 3.1 release.
#
#
posting=3.1
maxsize=60000		# This leaves room for some headers
clean=false
destdir=kits
echolist=false
PATH=`pwd`:$PATH; export PATH
USAGE="Usage:  Makekit [-c] [-d destdir] [-e]"

while [ $# -gt 0 ]
do
    case "$1" in
	-c)
	    clean=true
	    shift
	    ;;
	-d)
	    destdir="$2"
	    shift; shift
	    ;;
	-e)
	    echolist=true
	    shift
	    ;;
	*)
	    echo "$USAGE" 1>&2
	    exit 1
	    ;;
    esac
done

case "$destdir" in
    /*)
	;;
    *)
	destdir=`pwd`/$destdir
	;;
esac

flist='
Contributors
README
Magiclines
Makefile
Makekit
Makepatch
WISHES
buildhash.c
config.X
correct.c
defmt.c
dump.c
fields.3
fields.c
fields.h
findaffix.X
good.c
hash.c
icombine.c
ijoin.c
ishar
ispell.1X
ispell.4
ispell.c
ispell.el
ispell.h
ispell.texinfo
iwhich
local.h.samp
lookup.c
makedict.sh
makedent.c
makeshar
munchlist.X
parse.y
proto.h
splitdict
sq.1
sq.c
subset.X
term.c
tgood.c
tree.c
tryaffix.X
unsq.c
version.h
xgets.c
zapdups.X
languages/Makefile
languages/Where
languages/fix8bit.c
languages/altamer/Makefile
languages/american/Makefile
languages/british/Makefile
languages/dansk/Makefile
languages/dansk/dansk.7bit
languages/deutsch/Makefile
languages/deutsch/deutsch.7bit
languages/deutsch/deutsch-alt.7bit
languages/english/Makefile
languages/english/english.4l
languages/english/english.aff
languages/english/msgs.h
languages/espanol/Makefile
languages/espanol/castellano.7bit
languages/espanol/espanol.7bit
languages/francais/Makefile
languages/francais/francais.7bit
languages/francais/francais-alt.7bit
languages/nederlands/Makefile
languages/nederlands/nederlands.7bit
languages/norsk/Makefile
languages/norsk/norsk.7bit
languages/portugues/Makefile
languages/portugues/portugues.aff
languages/svenska/Makefile
languages/svenska/svenska.7bit
addons/nextispell/Makefile
addons/nextispell/README
addons/nextispell/configure
addons/nextispell/configure.h.template
addons/nextispell/configureTeX
addons/nextispell/nextispell.m
addons/nextispell/services.template
addons/xspell.shar
'

if $echolist
then
    echo $flist
    echo languages/english/*.[0-3]
    exit 0
fi

[ -d "$destdir" ]  ||  mkdir "$destdir"
rm -f $destdir/Post${posting}.??.shar

#
# Make the main shar files
#
cursize=0
files=
chmod +x makeshar ishar
sharno=`makeshar -n -m $maxsize -o $destdir/Post${posting}. -pX $flist`

#
# Set up to make dictionary files
#

chmod +x splitdict
[ -d "$destdir/languages" ]  ||  mkdir "$destdir/languages"

#
# Make the English dictionaries
#
[ -d "$destdir/languages/english" ]  ||  mkdir "$destdir/languages/english"
rm -f $destdir/languages/english/*.?.??

./splitdict $maxsize languages/english/english.0 \
  $destdir/languages/english/eng.0.
./splitdict $maxsize languages/english/english.1 \
  $destdir/languages/english/eng.1.
./splitdict $maxsize languages/english/english.2 \
  $destdir/languages/english/eng.2.
./splitdict $maxsize languages/english/english.3 \
  $destdir/languages/english/eng.3.
./splitdict $maxsize languages/english/american.0 \
  $destdir/languages/english/amer.0.
./splitdict $maxsize languages/english/american.1 \
  $destdir/languages/english/amer.1.
./splitdict $maxsize languages/english/american.2 \
  $destdir/languages/english/amer.2.
./splitdict $maxsize languages/english/altamer.0 \
  $destdir/languages/english/altamer.0.
./splitdict $maxsize languages/english/altamer.1 \
  $destdir/languages/english/altamer.1.
./splitdict $maxsize languages/english/altamer.2 \
  $destdir/languages/english/altamer.2.
./splitdict $maxsize languages/english/british.0 \
  $destdir/languages/english/brit.0.
./splitdict $maxsize languages/english/british.1 \
  $destdir/languages/english/brit.1.
./splitdict $maxsize languages/english/british.2 \
  $destdir/languages/english/brit.2.

sharno=`expr $sharno + 1`
cd $destdir
makeshar -f $sharno -m $maxsize -o $destdir/Post${posting}. -pX \
  languages/english/eng.?.?? languages/english/amer.?.?? \
  languages/english/altamer.?.?? languages/english/brit.?.??
if $clean
then
    rm -f $destdir/languages/english/*.?.??
fi