2 # tardist: make up a tar.gz distribution of wxWindows 2
3 # Supply a source (e.g. ~/wx2) and destination (e.g. ~/wx2/deliver)
5 # We can't use e.g. this:
6 # ls `cat $SRC/distrib/msw/makefile.rsp` zip -@ -u $DEST/wxWindows-$VERSION-gen.zip
7 # because there's not enough space on the command line, plus we need to ignore the
12 if [ "$ARCH" = "ppc" ]; then
23 for line
in `cat $toexpand` ; do
24 if [ "$line" != "" ]; then
25 ls $line >> $outputfile
27 uniq < $outputfile > /tmp
/uniqtemp.txt
28 mv /tmp
/uniqtemp.txt
$outputfile
35 echo Removing backup files...
36 rm *~
*/*~
*/*/*~
*/*/*/*~
*/*/*/*/*~
38 rm -f $WXDEST/wx
*-${WXVER}*.
tar.gz
40 cp $WXSRC/include
/wx
/os
2/SETUP0.H
$WXSRC/include
/wx
/os
2/setup.h
41 cp $WXSRC/include
/wx
/msw
/setup0.h
$WXSRC/include
/wx
/msw
/setup.h
42 cp $WXSRC/include
/wx
/univ
/setup0.h
$WXSRC/include
/wx
/univ
/setup.h
44 # Copy readme and other files
46 cp $WXSRC/docs
/readme.txt
$WXDEST/readme
-${WXVER}.txt
47 cp $WXSRC/docs
/changes.txt
$WXDEST/changes
-${WXVER}.txt
48 cp $WXSRC/docs
/mgl
/readme.txt
$WXDEST/readme
-mgl-${WXVER}.txt
49 cp $WXSRC/docs
/mgl
/install.txt
$WXDEST/install-mgl-${WXVER}.txt
50 cp $WXSRC/docs
/x
11/readme.txt
$WXDEST/readme
-x11-${WXVER}.txt
51 cp $WXSRC/docs
/x
11/readme
-nanox.txt
$WXDEST/readme
-nanox-${WXVER}.txt
52 cp $WXSRC/docs
/x
11/install.txt
$WXDEST/install-x11-${WXVER}.txt
53 cp $WXSRC/docs
/motif
/readme.txt
$WXDEST/readme
-motif-${WXVER}.txt
54 cp $WXSRC/docs
/motif
/install.txt
$WXDEST/install-motif-${WXVER}.txt
55 cp $WXSRC/docs
/msw
/readme.txt
$WXDEST/readme
-msw-${WXVER}.txt
56 cp $WXSRC/docs
/msw
/install.txt
$WXDEST/install-msw-${WXVER}.txt
57 cp $WXSRC/docs
/gtk
/readme.txt
$WXDEST/readme
-gtk-${WXVER}.txt
58 cp $WXSRC/docs
/gtk
/install.txt
$WXDEST/install-gtk-${WXVER}.txt
59 cp $WXSRC/docs
/mac
/readme.txt
$WXDEST/readme
-mac-${WXVER}.txt
60 cp $WXSRC/docs
/mac
/install.txt
$WXDEST/install-mac-${WXVER}.txt
61 cp $WXSRC/docs
/os
2/install.txt
$WXDEST/install-os2-${WXVER}.txt
73 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/tex2rtf.rsp
$WXSRC/distrib
/msw
/dialoged.rsp
$WXSRC/distrib
/msw
/gtk.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxgtk_in.txt
74 expandlines
/tmp
/wxgtk_in.txt
/tmp
/wxgtk.txt
75 $TAR cf
$WXDEST/wxGTK
-${WXVER}.
tar -T /tmp
/wxgtk.txt
77 echo Re
-tarring wxGTK
in a subdirectory...
81 $TAR xf ..
/wxGTK
-${WXVER}.
tar
83 rm -f wxGTK
-${WXVER}.
tar
84 $TAR cf
$WXDEST/wxGTK
-${WXVER}.
tar wxGTK
-${WXVER}/*
85 rm -f -r wxGTK
-${WXVER}
86 gzip $WXDEST/wxGTK
-${WXVER}.
tar
91 echo Tarring wxMotif...
94 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/motif.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxmotif_in.txt
95 expandlines
/tmp
/wxmotif_in.txt
/tmp
/wxmotif.txt
96 $TAR cf
$WXDEST/wxMotif
-${WXVER}.
tar -T /tmp
/wxmotif.txt
98 echo Re
-tarring wxMotif
in a subdirectory...
100 mkdir wxMotif
-${WXVER}
102 $TAR xf ..
/wxMotif
-${WXVER}.
tar
104 rm -f wxMotif
-${WXVER}.
tar
105 $TAR cf
$WXDEST/wxMotif
-${WXVER}.
tar wxMotif
-${WXVER}/*
106 rm -f -r wxMotif
-${WXVER}
107 gzip $WXDEST/wxMotif
-${WXVER}.
tar
112 echo Tarring wxX11...
114 ### wxX11: combined wxMotif and wxX11 distributions
116 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/motif.rsp
$WXSRC/distrib
/msw
/x11.rsp
$WXSRC/distrib
/msw
/univ.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/dialoged.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxx11_in.txt
117 expandlines
/tmp
/wxx11_in.txt
/tmp
/wxx11.txt
118 $TAR cf
$WXDEST/wxX11
-${WXVER}.
tar -T /tmp
/wxx11.txt
120 echo Re
-tarring wxX11
in a subdirectory...
124 $TAR xf ..
/wxX11
-${WXVER}.
tar
126 rm -f wxX11
-${WXVER}.
tar
127 $TAR cf
$WXDEST/wxX11
-${WXVER}.
tar wxX11
-${WXVER}/*
128 rm -f -r wxX11
-${WXVER}
129 gzip $WXDEST/wxX11
-${WXVER}.
tar
134 # cat $WXSRC/distrib/msw/msw.rsp $WXSRC/distrib/msw/vc.rsp $WXSRC/distrib/msw/bc.rsp $WXSRC/distrib/msw/contrib.rsp $WXSRC/distrib/msw/deprecated.rsp $WXSRC/distrib/msw/xml.rsp $WXSRC/distrib/msw/makefile.rsp $WXSRC/distrib/msw/tiff.rsp $WXSRC/distrib/msw/jpeg.rsp > /tmp/wxmsw_in.txt
135 # expandlines /tmp/wxmsw_in.txt /tmp/wxmsw.txt
136 # $TAR cf $WXDEST/wxMSW-${WXVER}.tar -T /tmp/wxmsw.txt
137 # gzip $WXDEST/wxMSW-${WXVER}.tar
141 echo Tarring wxMac...
143 cp $WXSRC/include
/wx
/mac
/setup0.h
$WXSRC/include
/wx
/setup.h
145 cat $WXSRC/distrib
/msw
/mac.rsp
$WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/cw_mac.rsp
$WXSRC/distrib
/msw
/tex2rtf.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/dialoged.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
> /tmp
/wxmac_in.txt
146 expandlines
/tmp
/wxmac_in.txt
/tmp
/wxmac.txt
147 $TAR cf
$WXDEST/wxMac
-${WXVER}.
tar -T /tmp
/wxmac.txt
149 rm -f $WXSRC/include
/wx
/setup.h
151 echo Re
-tarring wxMac
in a subdirectory...
156 # If we have the full set of Mac CW project files,
158 if [ -f $WXDEST/extra
/wxWindows
-${WXVER}-CW-Mac.
zip ]; then
159 unzip -o $WXDEST/extra
/wxWindows
-${WXVER}-CW-Mac.
zip
161 echo "Warning - did not find $WXDEST/deliver/extra/wxWindows-${WXVER}-CW-Mac.zip"
164 $TAR xf ..
/wxMac
-${WXVER}.
tar
165 rm -f -r contrib
/src
/mmedia contrib
/samples
/mmedia
167 rm -f wxMac
-${WXVER}.
tar
168 $TAR cf
$WXDEST/wxMac
-${WXVER}.
tar wxMac
-${WXVER}/*
169 rm -f -r wxMac
-${WXVER}
170 gzip $WXDEST/wxMac
-${WXVER}.
tar
173 ### wxUniv: universal-specific files
175 #cat $WXSRC/distrib/msw/univ.rsp > /tmp/wxuniv_in.txt
176 #expandlines /tmp/wxuniv_in.txt /tmp/wxuniv.txt
177 #$TAR cf $WXDEST/wxWindows-${WXVER}-Univ.tar -T /tmp/wxuniv.txt
179 #echo Re-tarring wxUniversal in a subdirectory...
181 #mkdir wxWindows-${WXVER}
182 #cd wxWindows-${WXVER}
183 #$TAR xf ../wxWindows-${WXVER}-Univ.tar
185 #rm -f wxWindows-${WXVER}-Univ.tar
186 #$TAR cf $WXDEST/wxWindows-${WXVER}-Univ.tar wxWindows-${WXVER}/*
187 #rm -f -r wxWindows-${WXVER}
188 #gzip $WXDEST/wxWindows-${WXVER}-Univ.tar
192 echo Tarring wxAll...
194 ### wxAll: all distributions in one giant archive
196 cat $WXSRC/distrib
/msw
/generic.rsp
$WXSRC/distrib
/msw
/msw.rsp
$WXSRC/distrib
/msw
/vc.rsp
$WXSRC/distrib
/msw
/cw.rsp
$WXSRC/distrib
/msw
/cw_mac.rsp
$WXSRC/distrib
/msw
/gtk.rsp
$WXSRC/distrib
/msw
/x11.rsp
$WXSRC/distrib
/msw
/motif.rsp
$WXSRC/distrib
/msw
/mac.rsp
$WXSRC/distrib
/msw
/os2.rsp
$WXSRC/distrib
/msw
/x11.rsp
$WXSRC/distrib
/msw
/univ.rsp
$WXSRC/distrib
/msw
/mgl.rsp
$WXSRC/distrib
/msw
/contrib.rsp
$WXSRC/distrib
/msw
/deprecated.rsp
$WXSRC/distrib
/msw
/utilmake.rsp
$WXSRC/distrib
/msw
/utils.rsp
$WXSRC/distrib
/msw
/mmedia.rsp
$WXSRC/distrib
/msw
/tex2rtf.rsp
$WXSRC/distrib
/msw
/stc.rsp
$WXSRC/distrib
/msw
/xml.rsp
$WXSRC/distrib
/msw
/dialoged.rsp
$WXSRC/distrib
/msw
/ogl.rsp
$WXSRC/distrib
/msw
/makefile.rsp
$WXSRC/distrib
/msw
/tiff.rsp
$WXSRC/distrib
/msw
/jpeg.rsp
$WXSRC/distrib
/msw
/docsrc.rsp
| uniq > /tmp
/wxall_in.txt
197 expandlines
/tmp
/wxall_in.txt
/tmp
/wxall.txt
198 $TAR cf
$WXDEST/wxAll
-${WXVER}.
tar -T /tmp
/wxall.txt
200 echo Re
-tarring wxAll
in a subdirectory...
202 mkdir wxWindows
-${WXVER}
204 cd wxWindows
-${WXVER}
206 # If we have the full set of VC++ project files,
208 if [ -f $WXDEST/extra
/wxWindows
-${WXVER}-VC.
zip ]; then
209 unzip -o $WXDEST/extra
/wxWindows
-${WXVER}-VC.
zip
211 echo "Warning - did not find $WXDEST/deliver/extra/wxWindows-${WXVER}-VC.zip"
214 # If we have the full set of Mac CW project files,
216 if [ -f $WXDEST/extra
/wxWindows
-${WXVER}-CW-Mac.
zip ]; then
217 unzip -o $WXDEST/extra
/wxWindows
-${WXVER}-CW-Mac.
zip
219 echo "Warning - did not find $WXDEST/deliver/extra/wxWindows-${WXVER}-CW-Mac.zip"
222 $TAR xf ..
/wxAll
-${WXVER}.
tar
224 # Translate all .dsp and .dsw files to DOS format
225 unix2dos
--unix2dos `cat $WXSRC/distrib/msw/vc.rsp`
227 # Copy OS/2 specific configure files
228 cp $WXSRC/distrib
/os
2/os2
-specific.
zip docs
/os2
230 # Copy the OS/2 files which probably haven't been copied yet
233 cp $WXSRC/include
/wx
/os
2/*.H include
/wx
/os2
234 cp $WXSRC/src
/os
2/*.CPP
$WXSRC/src
/os
2/*.I src
/os2
236 # Make all OS/2 files lower case
237 $WXSRC/distrib
/msw
/namedown include
/wx
/os
2/*.H
238 $WXSRC/distrib
/msw
/namedown src
/os
2/*.CPP src
/os
2/*.I
241 rm -f wxAll
-${WXVER}.
tar
242 $TAR cf
$WXDEST/wxAll
-${WXVER}.
tar wxWindows
-${WXVER}/*
243 rm -f -r wxWindows
-${WXVER}
244 gzip $WXDEST/wxAll
-${WXVER}.
tar
249 echo Tarring wxDocs...
253 #cat $WXSRC/distrib/msw/docsrc.rsp > /tmp/docsrc_in.txt
254 #expandlines /tmp/docsrc_in.txt /tmp/docsrc.txt
255 #$TAR cf $WXDEST/wxWindows-${WXVER}-doc.tar -T /tmp/docsrc.txt
257 #echo Re-tarring docs in a subdirectory...
259 #mkdir wxWindows-${WXVER}
260 #cd wxWindows-${WXVER}
261 #$TAR xf ../wxWindows-${WXVER}-doc.tar
263 #rm -f wxWindows-${WXVER}-doc.tar
264 #$TAR cf $WXDEST/wxWindows-${WXVER}-doc.tar wxWindows-${WXVER}/*
265 #rm -f -r wxWindows-${WXVER}
266 #gzip $WXDEST/wxWindows-${WXVER}-doc.tar
270 cat $WXSRC/distrib
/msw
/wx_html.rsp
> /tmp
/html_in.txt
271 expandlines
/tmp
/html_in.txt
/tmp
/html.txt
272 $TAR cf
$WXDEST/wxWindows
-${WXVER}-HTML.
tar -T /tmp
/html.txt
274 echo Re
-tarring HTML
in a subdirectory...
276 mkdir wxWindows
-${WXVER}
277 cd wxWindows
-${WXVER}
278 $TAR xf ..
/wxWindows
-${WXVER}-HTML.
tar
280 rm -f wxWindows
-${WXVER}-HTML.
tar
281 $TAR cf
$WXDEST/wxWindows
-${WXVER}-HTML.
tar wxWindows
-${WXVER}/*
282 rm -f -r wxWindows
-${WXVER}
283 gzip $WXDEST/wxWindows
-${WXVER}-HTML.
tar
287 cat $WXSRC/distrib
/msw
/wx_htb.rsp
> /tmp
/htb_in.txt
288 expandlines
/tmp
/htb_in.txt
/tmp
/htb.txt
289 $TAR cf
$WXDEST/wxWindows
-${WXVER}-HTB.
tar -T /tmp
/htb.txt
291 echo Re
-tarring HTB
in a subdirectory...
293 mkdir wxWindows
-${WXVER}
294 cd wxWindows
-${WXVER}
295 $TAR xf ..
/wxWindows
-${WXVER}-HTB.
tar
297 rm -f wxWindows
-${WXVER}-HTB.
tar
298 $TAR cf
$WXDEST/wxWindows
-${WXVER}-HTB.
tar wxWindows
-${WXVER}/*
299 rm -f -r wxWindows
-${WXVER}
300 gzip $WXDEST/wxWindows
-${WXVER}-HTB.
tar
304 cat $WXSRC/distrib
/msw
/wx_pdf.rsp
> /tmp
/pdf_in.txt
305 expandlines
/tmp
/pdf_in.txt
/tmp
/pdf.txt
306 $TAR cf
$WXDEST/wxWindows
-${WXVER}-PDF.
tar -T /tmp
/pdf.txt
308 echo Re
-tarring PDF
in a subdirectory...
310 mkdir wxWindows
-${WXVER}
311 cd wxWindows
-${WXVER}
312 $TAR xf ..
/wxWindows
-${WXVER}-PDF.
tar
314 rm -f wxWindows
-${WXVER}-PDF.
tar
315 $TAR cf
$WXDEST/wxWindows
-${WXVER}-PDF.
tar wxWindows
-${WXVER}/*
316 rm -f -r wxWindows
-${WXVER}
317 gzip $WXDEST/wxWindows
-${WXVER}-PDF.
tar
322 #cat $WXSRC/distrib/msw/tex2rtf.rsp > /tmp/tex2rtf_in.txt
323 #expandlines /tmp/tex2rtf_in.txt /tmp/tex2rtf.txt
324 #$TAR cf $WXDEST/wxWindows-${WXVER}-tex2rtf.tar -T /tmp/tex2rtf.txt
326 #echo Re-tarring Tex2RTF in a subdirectory...
328 #mkdir wxWindows-${WXVER}
329 #cd wxWindows-${WXVER}
330 #$TAR xf ../wxWindows-${WXVER}-tex2rtf.tar
332 #rm -f wxWindows-${WXVER}-tex2rtf.tar
333 #$TAR cf $WXDEST/wxWindows-${WXVER}-tex2rtf.tar wxWindows-${WXVER}/*
334 #rm -f -r wxWindows-${WXVER}
335 #gzip $WXDEST/wxWindows-${WXVER}-tex2rtf.tar
339 #cat $WXSRC/distrib/msw/ogl.rsp > /tmp/ogl_in.txt
340 #expandlines /tmp/ogl_in.txt /tmp/ogl.txt
341 #$TAR cf $WXDEST/wxWindows-${WXVER}-ogl.tar -T /tmp/ogl.txt
343 #echo Re-tarring OGL in a subdirectory...
345 #mkdir wxWindows-${WXVER}
346 #cd wxWindows-${WXVER}
347 #$TAR xf ../wxWindows-${WXVER}-ogl.tar
349 #rm -f wxWindows-${WXVER}-ogl.tar
350 #$TAR cf $WXDEST/wxWindows-${WXVER}-ogl.tar wxWindows-${WXVER}/*
351 #rm -f -r wxWindows-${WXVER}
352 #gzip $WXDEST/wxWindows-${WXVER}-ogl.tar
356 #cat $WXSRC/distrib/msw/jpeg.rsp > /tmp/jpeg_in.txt
357 #expandlines /tmp/jpeg_in.txt /tmp/jpeg.txt
358 #$TAR cf $WXDEST/wxWindows-${WXVER}-jpeg.tar -T /tmp/jpeg.txt
360 #echo Re-tarring jpeg in a subdirectory...
362 #mkdir wxWindows-${WXVER}
363 #cd wxWindows-${WXVER}
364 #$TAR xf ../wxWindows-${WXVER}-jpeg.tar
366 #rm -f wxWindows-${WXVER}-jpeg.tar
367 #$TAR cf $WXDEST/wxWindows-${WXVER}-jpeg.tar wxWindows-${WXVER}/*
368 #rm -f -r wxWindows-${WXVER}
369 #gzip $WXDEST/wxWindows-${WXVER}-jpeg.tar
373 #cat $WXSRC/distrib/msw/tiff.rsp > /tmp/tiff_in.txt
374 #expandlines /tmp/tiff_in.txt /tmp/tiff.txt
375 #$TAR cf $WXDEST/wxWindows-${WXVER}-tiff.tar -T /tmp/tiff.txt
377 #echo Re-tarring docs in a subdirectory...
379 #mkdir wxWindows-${WXVER}
380 #cd wxWindows-${WXVER}
381 #$TAR xf ../wxWindows-${WXVER}-tiff.tar
383 #rm -f wxWindows-${WXVER}-tiff.tar
384 #$TAR cf $WXDEST/wxWindows-${WXVER}-tiff.tar wxWindows-${WXVER}/*
385 #rm -f -r wxWindows-${WXVER}
386 #gzip $WXDEST/wxWindows-${WXVER}-tiff.tar
391 echo Usage
: tardist wx
-dir output
-dir version
397 echo Usage
: tardist wx
-dir output
-dir version
403 echo Usage
: tardist wx
-dir output
-dir version
422 echo Usage
: $PROGNAME "src-dir dest-dir version-number [ options ]"
424 echo " --help Display this help message"
425 echo " --wxall Spin wxAll"
426 echo " --wxgtk Spin wxGTK"
427 echo " --wxmotif Spin wxMotif"
428 echo " --wxmac Spin wxMac"
429 echo " --wxx11 Spin wxX11"
430 echo " --wxdocs Spin docs"
431 echo " --all Spin EVERYTHING"
436 # Process command line options.
440 --wxall) SPINWXALL
=1 ;;
441 --wxx11) SPINWXX11
=1 ;;
442 --wxgtk) SPINWXGTK
=1 ;;
443 --wxmotif) SPINWXMOTIF
=1 ;;
444 --wxmac) SPINWXMAC
=1 ;;
445 --wxdocs) SPINWXDOCS
=1 ;;
446 --all) SPINEVERYTHING
=1 ;;
454 echo About to archive wxWindows
:
458 echo CTRL
-C if this is not correct.
463 if [ "$SPINWXX11" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
467 if [ "$SPINWXGTK" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
471 if [ "$SPINWXMAC" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
475 if [ "$SPINWXMOTIF" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
479 if [ "$SPINWXDOCS" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then
483 if [ "$SPINWXALL" = "1" ] || [ "$SPINEVERYTHING" = "1" ]; then