View | Details | Raw Unified | Return to bug 160087
Collapse All | Expand All

(-)cad/tkgate/Makefile (-10 / +29 lines)
Lines 7-32 Link Here
7
7
8
PORTNAME=	tkgate
8
PORTNAME=	tkgate
9
PORTVERSION=	1.8.7
9
PORTVERSION=	1.8.7
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	cad
11
CATEGORIES=	cad
12
MASTER_SITES=	ftp://gadoid.ices.cmu.edu/pub/tkgate/
12
MASTER_SITES=	ftp://gadoid.ices.cmu.edu/pub/tkgate/ \
13
		http://www.cs.earlham.edu/~charliep/courses/cs320/TkGate/ \
14
		http://ark2.media.eng.hokudai.ac.jp/microprocessor/
13
EXTRACT_SUFX=	.tgz
15
EXTRACT_SUFX=	.tgz
14
16
15
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A Tcl/Tk based digital circuit editor and simulator
18
COMMENT=	A Tcl/Tk based digital circuit editor and simulator
17
19
18
LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84
20
LICENSE=	GPLv2 # (or later)
19
RUN_DEPENDS=	tclsh8.4:${PORTSDIR}/lang/tcl84
21
LICENSE_FILE=	${WRKSRC}/COPYING
20
BUILD_DEPENDS=	xmkmf:${PORTSDIR}/devel/imake
21
22
22
HAS_CONFIGURE=	yes
23
USE_BISON=	build
24
USE_XORG=	x11
23
USE_XORG=	x11
24
USE_TCL_BUILD=	yes
25
USE_TK_BUILD=	yes
26
USE_TCL=	yes
27
USE_TK=		yes
28
USE_IMAKE=	yes
29
MAKE_JOBS_SAFE=	yes
25
30
26
PLIST_SUB=	VERSION=${PORTVERSION}
31
PLIST_SUB=	VERSION="${PORTVERSION}"
32
33
MAN1=		gmac.1 tkgate.1
34
35
TKGATE_IPATH=	-I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR}
36
TKGATE_LIBS=	-ltk${TK_VER:S/.//} -ltcl${TCL_VER:S/.//} -lX11 -lm
27
37
28
post-patch:
38
post-patch:
29
	@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
39
	@${REINPLACE_CMD} -e \
30
		${WRKSRC}/Imakefile ${WRKSRC}/config.h
40
		's|/usr/X11R6|${LOCALBASE}|g ; \
41
		 s|dl socket nsl||g ; \
42
		 /^#define TKGATE_IPATH/s|-I.*|${TKGATE_IPATH}|g ; \
43
		 /^#define TKGATE_LIBS/s|-l.*|${TKGATE_LIBS}|g ; \
44
		 /^#define TKGATE_GCCFLAGS/s|-O||g ; \
45
		 /^#define TKGATE_CC/s|gcc|${CC}|g' ${WRKSRC}/config.h
46
.for file in tree.tcl elistbox.tcl
47
	@${REINPLACE_CMD} -e \
48
		's|^#!.*|#!${WISH}|g' ${WRKSRC}/scripts/${file}
49
.endfor
31
50
32
.include <bsd.port.mk>
51
.include <bsd.port.mk>
(-)cad/tkgate/pkg-plist (-148 / +148 lines)
Lines 1-11 Link Here
1
bin/tkgate
2
bin/gmac
1
bin/gmac
3
lib/tkgate-%%VERSION%%/libexec/tkgate
2
bin/tkgate
4
lib/tkgate-%%VERSION%%/libexec/gsim
5
lib/tkgate-%%VERSION%%/README
6
lib/tkgate-%%VERSION%%/COPYING
3
lib/tkgate-%%VERSION%%/COPYING
7
lib/tkgate-%%VERSION%%/sitename.txt
4
lib/tkgate-%%VERSION%%/README
8
lib/tkgate-%%VERSION%%/gdf/default.gdf
9
lib/tkgate-%%VERSION%%/bitmaps/Makefile
5
lib/tkgate-%%VERSION%%/bitmaps/Makefile
10
lib/tkgate-%%VERSION%%/bitmaps/Udemuxord1.gif
6
lib/tkgate-%%VERSION%%/bitmaps/Udemuxord1.gif
11
lib/tkgate-%%VERSION%%/bitmaps/Udemuxord2.gif
7
lib/tkgate-%%VERSION%%/bitmaps/Udemuxord2.gif
Lines 80-91 Link Here
80
lib/tkgate-%%VERSION%%/bitmaps/lab_curs.b
76
lib/tkgate-%%VERSION%%/bitmaps/lab_curs.b
81
lib/tkgate-%%VERSION%%/bitmaps/large-trek.b
77
lib/tkgate-%%VERSION%%/bitmaps/large-trek.b
82
lib/tkgate-%%VERSION%%/bitmaps/led.b
78
lib/tkgate-%%VERSION%%/bitmaps/led.b
79
lib/tkgate-%%VERSION%%/bitmaps/led7seg.b
83
lib/tkgate-%%VERSION%%/bitmaps/led_bar.gif
80
lib/tkgate-%%VERSION%%/bitmaps/led_bar.gif
84
lib/tkgate-%%VERSION%%/bitmaps/led_bit.gif
81
lib/tkgate-%%VERSION%%/bitmaps/led_bit.gif
85
lib/tkgate-%%VERSION%%/bitmaps/led_dec.gif
82
lib/tkgate-%%VERSION%%/bitmaps/led_dec.gif
86
lib/tkgate-%%VERSION%%/bitmaps/led_direct.gif
83
lib/tkgate-%%VERSION%%/bitmaps/led_direct.gif
87
lib/tkgate-%%VERSION%%/bitmaps/led_hex.gif
84
lib/tkgate-%%VERSION%%/bitmaps/led_hex.gif
88
lib/tkgate-%%VERSION%%/bitmaps/led7seg.b
89
lib/tkgate-%%VERSION%%/bitmaps/ledinside.b
85
lib/tkgate-%%VERSION%%/bitmaps/ledinside.b
90
lib/tkgate-%%VERSION%%/bitmaps/ledseg1.b
86
lib/tkgate-%%VERSION%%/bitmaps/ledseg1.b
91
lib/tkgate-%%VERSION%%/bitmaps/ledseg2.b
87
lib/tkgate-%%VERSION%%/bitmaps/ledseg2.b
Lines 186-233 Link Here
186
lib/tkgate-%%VERSION%%/bitmaps/zoom_in.xpm
182
lib/tkgate-%%VERSION%%/bitmaps/zoom_in.xpm
187
lib/tkgate-%%VERSION%%/bitmaps/zoom_out.gif
183
lib/tkgate-%%VERSION%%/bitmaps/zoom_out.gif
188
lib/tkgate-%%VERSION%%/bitmaps/zoom_out.xpm
184
lib/tkgate-%%VERSION%%/bitmaps/zoom_out.xpm
189
lib/tkgate-%%VERSION%%/scripts/action.tcl
190
lib/tkgate-%%VERSION%%/scripts/bitedit.tcl
191
lib/tkgate-%%VERSION%%/scripts/blocklist.tcl
192
lib/tkgate-%%VERSION%%/scripts/circuit.tcl
193
lib/tkgate-%%VERSION%%/scripts/commands.tcl
194
lib/tkgate-%%VERSION%%/scripts/cpath.tcl
195
lib/tkgate-%%VERSION%%/scripts/dip.tcl
196
lib/tkgate-%%VERSION%%/scripts/dragger.tcl
197
lib/tkgate-%%VERSION%%/scripts/dropbox.tcl
198
lib/tkgate-%%VERSION%%/scripts/editgate.tcl
199
lib/tkgate-%%VERSION%%/scripts/editnets.tcl
200
lib/tkgate-%%VERSION%%/scripts/elistbox.tcl
201
lib/tkgate-%%VERSION%%/scripts/errbox.tcl
202
lib/tkgate-%%VERSION%%/scripts/frame.tcl
203
lib/tkgate-%%VERSION%%/scripts/gcanvas.tcl
204
lib/tkgate-%%VERSION%%/scripts/helpon.tcl
205
lib/tkgate-%%VERSION%%/scripts/license.tcl
206
lib/tkgate-%%VERSION%%/scripts/menu.tcl
207
lib/tkgate-%%VERSION%%/scripts/message.tcl
208
lib/tkgate-%%VERSION%%/scripts/misc.tcl
209
lib/tkgate-%%VERSION%%/scripts/nameframe.tcl
210
lib/tkgate-%%VERSION%%/scripts/options.tcl
211
lib/tkgate-%%VERSION%%/scripts/parms.tcl
212
lib/tkgate-%%VERSION%%/scripts/portlist.tcl
213
lib/tkgate-%%VERSION%%/scripts/print.tcl
214
lib/tkgate-%%VERSION%%/scripts/scope.tcl
215
lib/tkgate-%%VERSION%%/scripts/shortcuts.tcl
216
lib/tkgate-%%VERSION%%/scripts/simtty.tcl
217
lib/tkgate-%%VERSION%%/scripts/simulator.tcl
218
lib/tkgate-%%VERSION%%/scripts/status.tcl
219
lib/tkgate-%%VERSION%%/scripts/tkgate.tcl
220
lib/tkgate-%%VERSION%%/scripts/toolbar.tcl
221
lib/tkgate-%%VERSION%%/scripts/tree.tcl
222
lib/tkgate-%%VERSION%%/doc/gateEdit.html
223
lib/tkgate-%%VERSION%%/doc/gateGmac.html
224
lib/tkgate-%%VERSION%%/doc/gateIntro.html
225
lib/tkgate-%%VERSION%%/doc/gateSim.html
226
lib/tkgate-%%VERSION%%/doc/index.html
227
lib/tkgate-%%VERSION%%/doc/adding_gate_types.txt
185
lib/tkgate-%%VERSION%%/doc/adding_gate_types.txt
228
lib/tkgate-%%VERSION%%/doc/license.txt
229
lib/tkgate-%%VERSION%%/doc/symbols.txt
230
lib/tkgate-%%VERSION%%/doc/menagerie.gm
231
lib/tkgate-%%VERSION%%/doc/fig/anallogo.gif
186
lib/tkgate-%%VERSION%%/doc/fig/anallogo.gif
232
lib/tkgate-%%VERSION%%/doc/fig/analopts.gif
187
lib/tkgate-%%VERSION%%/doc/fig/analopts.gif
233
lib/tkgate-%%VERSION%%/doc/fig/analyze.gif
188
lib/tkgate-%%VERSION%%/doc/fig/analyze.gif
Lines 272-283 Link Here
272
lib/tkgate-%%VERSION%%/doc/fig/edpnet.gif
227
lib/tkgate-%%VERSION%%/doc/fig/edpnet.gif
273
lib/tkgate-%%VERSION%%/doc/fig/edport.gif
228
lib/tkgate-%%VERSION%%/doc/fig/edport.gif
274
lib/tkgate-%%VERSION%%/doc/fig/file_new.gif
229
lib/tkgate-%%VERSION%%/doc/fig/file_new.gif
275
lib/tkgate-%%VERSION%%/doc/fig/forward.gif
276
lib/tkgate-%%VERSION%%/doc/fig/file_open.gif
230
lib/tkgate-%%VERSION%%/doc/fig/file_open.gif
277
lib/tkgate-%%VERSION%%/doc/fig/file_print.gif
231
lib/tkgate-%%VERSION%%/doc/fig/file_print.gif
278
lib/tkgate-%%VERSION%%/doc/fig/file_save.gif
232
lib/tkgate-%%VERSION%%/doc/fig/file_save.gif
279
lib/tkgate-%%VERSION%%/doc/fig/filemenu.gif
233
lib/tkgate-%%VERSION%%/doc/fig/filemenu.gif
280
lib/tkgate-%%VERSION%%/doc/fig/fileopen.gif
234
lib/tkgate-%%VERSION%%/doc/fig/fileopen.gif
235
lib/tkgate-%%VERSION%%/doc/fig/forward.gif
281
lib/tkgate-%%VERSION%%/doc/fig/g_add.gif
236
lib/tkgate-%%VERSION%%/doc/fig/g_add.gif
282
lib/tkgate-%%VERSION%%/doc/fig/g_and.gif
237
lib/tkgate-%%VERSION%%/doc/fig/g_and.gif
283
lib/tkgate-%%VERSION%%/doc/fig/g_arshift.gif
238
lib/tkgate-%%VERSION%%/doc/fig/g_arshift.gif
Lines 296-302 Link Here
296
lib/tkgate-%%VERSION%%/doc/fig/g_lshift.gif
251
lib/tkgate-%%VERSION%%/doc/fig/g_lshift.gif
297
lib/tkgate-%%VERSION%%/doc/fig/g_merge.gif
252
lib/tkgate-%%VERSION%%/doc/fig/g_merge.gif
298
lib/tkgate-%%VERSION%%/doc/fig/g_mul.gif
253
lib/tkgate-%%VERSION%%/doc/fig/g_mul.gif
299
lib/tkgate-%%VERSION%%/doc/fig/ptr.gif
300
lib/tkgate-%%VERSION%%/doc/fig/g_mux.gif
254
lib/tkgate-%%VERSION%%/doc/fig/g_mux.gif
301
lib/tkgate-%%VERSION%%/doc/fig/g_nmos.gif
255
lib/tkgate-%%VERSION%%/doc/fig/g_nmos.gif
302
lib/tkgate-%%VERSION%%/doc/fig/g_or.gif
256
lib/tkgate-%%VERSION%%/doc/fig/g_or.gif
Lines 346-351 Link Here
346
lib/tkgate-%%VERSION%%/doc/fig/powerbsd.gif
300
lib/tkgate-%%VERSION%%/doc/fig/powerbsd.gif
347
lib/tkgate-%%VERSION%%/doc/fig/printdlg.gif
301
lib/tkgate-%%VERSION%%/doc/fig/printdlg.gif
348
lib/tkgate-%%VERSION%%/doc/fig/printopts.gif
302
lib/tkgate-%%VERSION%%/doc/fig/printopts.gif
303
lib/tkgate-%%VERSION%%/doc/fig/ptr.gif
349
lib/tkgate-%%VERSION%%/doc/fig/rungate1.gif
304
lib/tkgate-%%VERSION%%/doc/fig/rungate1.gif
350
lib/tkgate-%%VERSION%%/doc/fig/rungate2.gif
305
lib/tkgate-%%VERSION%%/doc/fig/rungate2.gif
351
lib/tkgate-%%VERSION%%/doc/fig/scope.gif
306
lib/tkgate-%%VERSION%%/doc/fig/scope.gif
Lines 375-521 Link Here
375
lib/tkgate-%%VERSION%%/doc/fig/xmark.gif
330
lib/tkgate-%%VERSION%%/doc/fig/xmark.gif
376
lib/tkgate-%%VERSION%%/doc/fig/zoom_in.gif
331
lib/tkgate-%%VERSION%%/doc/fig/zoom_in.gif
377
lib/tkgate-%%VERSION%%/doc/fig/zoom_out.gif
332
lib/tkgate-%%VERSION%%/doc/fig/zoom_out.gif
333
lib/tkgate-%%VERSION%%/doc/gateEdit.html
334
lib/tkgate-%%VERSION%%/doc/gateGmac.html
335
lib/tkgate-%%VERSION%%/doc/gateIntro.html
336
lib/tkgate-%%VERSION%%/doc/gateSim.html
337
lib/tkgate-%%VERSION%%/doc/index.html
338
lib/tkgate-%%VERSION%%/doc/license.txt
339
lib/tkgate-%%VERSION%%/doc/menagerie.gm
340
lib/tkgate-%%VERSION%%/doc/symbols.txt
341
lib/tkgate-%%VERSION%%/gdf/default.gdf
342
lib/tkgate-%%VERSION%%/libexec/gsim
343
lib/tkgate-%%VERSION%%/libexec/tkgate
378
lib/tkgate-%%VERSION%%/locale/ca/messages
344
lib/tkgate-%%VERSION%%/locale/ca/messages
379
lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v.orig
345
lib/tkgate-%%VERSION%%/locale/cs/examples/ex1/combinational.v
380
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v
346
lib/tkgate-%%VERSION%%/locale/cs/examples/ex2/flipflop.v
381
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v
347
lib/tkgate-%%VERSION%%/locale/cs/examples/ex3/counter.v
382
lib/tkgate-%%VERSION%%/locale/ja/tutorials/module_tut.v
348
lib/tkgate-%%VERSION%%/locale/cs/examples/ex4/trff.v
383
lib/tkgate-%%VERSION%%/locale/ja/tutorials/sim_tut.v
349
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gm
384
lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v
350
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gss
385
lib/tkgate-%%VERSION%%/locale/ja/tutorials/seqsim_tut.v
351
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.map
386
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edwire_tut.v
352
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.mem
387
lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v.orig
353
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.v
388
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v.orig
354
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/x-menagerie.mem
389
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v.orig
355
lib/tkgate-%%VERSION%%/locale/cs/messages
390
lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v
356
lib/tkgate-%%VERSION%%/locale/cs/tutorials/create_tut.v
391
lib/tkgate-%%VERSION%%/locale/ja/messages.euc
357
lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit1_tut.v
392
lib/tkgate-%%VERSION%%/locale/ja/messages
358
lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit2_tut.v
393
lib/tkgate-%%VERSION%%/locale/ja/messages.utf8
359
lib/tkgate-%%VERSION%%/locale/cs/tutorials/edwire_tut.v
360
lib/tkgate-%%VERSION%%/locale/cs/tutorials/module_tut.v
361
lib/tkgate-%%VERSION%%/locale/cs/tutorials/seqsim_tut.v
362
lib/tkgate-%%VERSION%%/locale/cs/tutorials/sim_tut.v
363
lib/tkgate-%%VERSION%%/locale/cs/tutorials/welcome_tut.v
364
lib/tkgate-%%VERSION%%/locale/cy/messages
394
lib/tkgate-%%VERSION%%/locale/de/examples/ex1/combinational.v
365
lib/tkgate-%%VERSION%%/locale/de/examples/ex1/combinational.v
395
lib/tkgate-%%VERSION%%/locale/de/examples/ex2/flipflop.v
366
lib/tkgate-%%VERSION%%/locale/de/examples/ex2/flipflop.v
396
lib/tkgate-%%VERSION%%/locale/de/examples/ex3/counter.v
367
lib/tkgate-%%VERSION%%/locale/de/examples/ex3/counter.v
397
lib/tkgate-%%VERSION%%/locale/de/examples/ex4/trff.v
368
lib/tkgate-%%VERSION%%/locale/de/examples/ex4/trff.v
398
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.v
399
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.gss
400
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.gm
369
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.gm
401
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.mem
370
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.gss
402
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.map
371
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.map
372
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.mem
373
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.v
403
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/x-menagerie.mem
374
lib/tkgate-%%VERSION%%/locale/de/examples/ex5/x-menagerie.mem
404
lib/tkgate-%%VERSION%%/locale/de/tutorials/welcome_tut.v
375
lib/tkgate-%%VERSION%%/locale/de/messages
376
lib/tkgate-%%VERSION%%/locale/de/tutorials/create_tut.v
377
lib/tkgate-%%VERSION%%/locale/de/tutorials/edit1_tut.v
405
lib/tkgate-%%VERSION%%/locale/de/tutorials/edit2_tut.v
378
lib/tkgate-%%VERSION%%/locale/de/tutorials/edit2_tut.v
406
lib/tkgate-%%VERSION%%/locale/de/tutorials/edwire_tut.v
379
lib/tkgate-%%VERSION%%/locale/de/tutorials/edwire_tut.v
407
lib/tkgate-%%VERSION%%/locale/de/tutorials/module_tut.v
380
lib/tkgate-%%VERSION%%/locale/de/tutorials/module_tut.v
408
lib/tkgate-%%VERSION%%/locale/de/tutorials/seqsim_tut.v
381
lib/tkgate-%%VERSION%%/locale/de/tutorials/seqsim_tut.v
409
lib/tkgate-%%VERSION%%/locale/de/tutorials/sim_tut.v
382
lib/tkgate-%%VERSION%%/locale/de/tutorials/sim_tut.v
410
lib/tkgate-%%VERSION%%/locale/de/tutorials/create_tut.v
383
lib/tkgate-%%VERSION%%/locale/de/tutorials/welcome_tut.v
411
lib/tkgate-%%VERSION%%/locale/de/tutorials/edit1_tut.v
412
lib/tkgate-%%VERSION%%/locale/de/messages
413
lib/tkgate-%%VERSION%%/locale/fr/messages
414
lib/tkgate-%%VERSION%%/locale/cy/messages
415
lib/tkgate-%%VERSION%%/locale/en/examples/ex1/combinational.v
384
lib/tkgate-%%VERSION%%/locale/en/examples/ex1/combinational.v
416
lib/tkgate-%%VERSION%%/locale/en/examples/ex2/flipflop.v
385
lib/tkgate-%%VERSION%%/locale/en/examples/ex2/flipflop.v
417
lib/tkgate-%%VERSION%%/locale/en/examples/ex3/counter.v
386
lib/tkgate-%%VERSION%%/locale/en/examples/ex3/counter.v
418
lib/tkgate-%%VERSION%%/locale/en/examples/ex4/trff.v
387
lib/tkgate-%%VERSION%%/locale/en/examples/ex4/trff.v
419
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.v
420
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.gss
421
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.gm
388
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.gm
422
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.mem
389
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.gss
423
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.map
390
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.map
391
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.mem
392
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.v
424
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/x-menagerie.mem
393
lib/tkgate-%%VERSION%%/locale/en/examples/ex5/x-menagerie.mem
425
lib/tkgate-%%VERSION%%/locale/en/tutorials/edwire_tut.v
394
lib/tkgate-%%VERSION%%/locale/en/messages
395
lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v
396
lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v.orig
397
lib/tkgate-%%VERSION%%/locale/en/tutorials/edit1_tut.v
426
lib/tkgate-%%VERSION%%/locale/en/tutorials/edit2_tut.v
398
lib/tkgate-%%VERSION%%/locale/en/tutorials/edit2_tut.v
399
lib/tkgate-%%VERSION%%/locale/en/tutorials/edwire_tut.v
427
lib/tkgate-%%VERSION%%/locale/en/tutorials/module_tut.v
400
lib/tkgate-%%VERSION%%/locale/en/tutorials/module_tut.v
401
lib/tkgate-%%VERSION%%/locale/en/tutorials/seqsim_tut.v
428
lib/tkgate-%%VERSION%%/locale/en/tutorials/sim_tut.v
402
lib/tkgate-%%VERSION%%/locale/en/tutorials/sim_tut.v
429
lib/tkgate-%%VERSION%%/locale/en/tutorials/welcome_tut.v
403
lib/tkgate-%%VERSION%%/locale/en/tutorials/welcome_tut.v
430
lib/tkgate-%%VERSION%%/locale/en/tutorials/seqsim_tut.v
431
lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v
432
lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v.orig
433
lib/tkgate-%%VERSION%%/locale/en/tutorials/edit1_tut.v
434
lib/tkgate-%%VERSION%%/locale/en/messages
435
lib/tkgate-%%VERSION%%/locale/es/messages
404
lib/tkgate-%%VERSION%%/locale/es/messages
436
lib/tkgate-%%VERSION%%/locale/it/tutorials/edit2_tut.v
405
lib/tkgate-%%VERSION%%/locale/fr/messages
437
lib/tkgate-%%VERSION%%/locale/it/tutorials/edwire_tut.v
438
lib/tkgate-%%VERSION%%/locale/it/tutorials/create_tut.v
439
lib/tkgate-%%VERSION%%/locale/it/tutorials/welcome_tut.v
440
lib/tkgate-%%VERSION%%/locale/it/tutorials/sim_tut.v
441
lib/tkgate-%%VERSION%%/locale/it/tutorials/edit1_tut.v
442
lib/tkgate-%%VERSION%%/locale/it/tutorials/module_tut.v
443
lib/tkgate-%%VERSION%%/locale/it/tutorials/seqsim_tut.v
444
lib/tkgate-%%VERSION%%/locale/it/examples/ex1/combinational.v
406
lib/tkgate-%%VERSION%%/locale/it/examples/ex1/combinational.v
445
lib/tkgate-%%VERSION%%/locale/it/examples/ex2/flipflop.v
407
lib/tkgate-%%VERSION%%/locale/it/examples/ex2/flipflop.v
446
lib/tkgate-%%VERSION%%/locale/it/examples/ex3/counter.v
408
lib/tkgate-%%VERSION%%/locale/it/examples/ex3/counter.v
447
lib/tkgate-%%VERSION%%/locale/it/examples/ex4/trff.v
409
lib/tkgate-%%VERSION%%/locale/it/examples/ex4/trff.v
448
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/x-menagerie.mem
410
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.gm
449
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.v
450
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.gss
411
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.gss
451
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.map
412
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.map
452
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.mem
413
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.mem
453
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.gm
414
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.v
415
lib/tkgate-%%VERSION%%/locale/it/examples/ex5/x-menagerie.mem
454
lib/tkgate-%%VERSION%%/locale/it/messages
416
lib/tkgate-%%VERSION%%/locale/it/messages
455
lib/tkgate-%%VERSION%%/locale/cs/examples/ex1/combinational.v
417
lib/tkgate-%%VERSION%%/locale/it/tutorials/create_tut.v
456
lib/tkgate-%%VERSION%%/locale/cs/examples/ex2/flipflop.v
418
lib/tkgate-%%VERSION%%/locale/it/tutorials/edit1_tut.v
457
lib/tkgate-%%VERSION%%/locale/cs/examples/ex3/counter.v
419
lib/tkgate-%%VERSION%%/locale/it/tutorials/edit2_tut.v
458
lib/tkgate-%%VERSION%%/locale/cs/examples/ex4/trff.v
420
lib/tkgate-%%VERSION%%/locale/it/tutorials/edwire_tut.v
459
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.v
421
lib/tkgate-%%VERSION%%/locale/it/tutorials/module_tut.v
460
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gss
422
lib/tkgate-%%VERSION%%/locale/it/tutorials/seqsim_tut.v
461
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gm
423
lib/tkgate-%%VERSION%%/locale/it/tutorials/sim_tut.v
462
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.mem
424
lib/tkgate-%%VERSION%%/locale/it/tutorials/welcome_tut.v
463
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.map
425
lib/tkgate-%%VERSION%%/locale/ja/messages
464
lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/x-menagerie.mem
426
lib/tkgate-%%VERSION%%/locale/ja/messages.euc
465
lib/tkgate-%%VERSION%%/locale/cs/tutorials/edwire_tut.v
427
lib/tkgate-%%VERSION%%/locale/ja/messages.utf8
466
lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit2_tut.v
428
lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v
467
lib/tkgate-%%VERSION%%/locale/cs/tutorials/module_tut.v
429
lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v.orig
468
lib/tkgate-%%VERSION%%/locale/cs/tutorials/sim_tut.v
430
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v
469
lib/tkgate-%%VERSION%%/locale/cs/tutorials/welcome_tut.v
431
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v.orig
470
lib/tkgate-%%VERSION%%/locale/cs/tutorials/seqsim_tut.v
432
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v
471
lib/tkgate-%%VERSION%%/locale/cs/tutorials/create_tut.v
433
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v.orig
472
lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit1_tut.v
434
lib/tkgate-%%VERSION%%/locale/ja/tutorials/edwire_tut.v
473
lib/tkgate-%%VERSION%%/locale/cs/messages
435
lib/tkgate-%%VERSION%%/locale/ja/tutorials/module_tut.v
436
lib/tkgate-%%VERSION%%/locale/ja/tutorials/seqsim_tut.v
437
lib/tkgate-%%VERSION%%/locale/ja/tutorials/sim_tut.v
438
lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v
439
lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v.orig
474
lib/tkgate-%%VERSION%%/locale/pl/messages
440
lib/tkgate-%%VERSION%%/locale/pl/messages
475
@dirrm lib/tkgate-%%VERSION%%/libexec
441
lib/tkgate-%%VERSION%%/scripts/action.tcl
476
@dirrm lib/tkgate-%%VERSION%%/gdf
442
lib/tkgate-%%VERSION%%/scripts/bitedit.tcl
477
@dirrm lib/tkgate-%%VERSION%%/bitmaps
443
lib/tkgate-%%VERSION%%/scripts/blocklist.tcl
444
lib/tkgate-%%VERSION%%/scripts/circuit.tcl
445
lib/tkgate-%%VERSION%%/scripts/commands.tcl
446
lib/tkgate-%%VERSION%%/scripts/cpath.tcl
447
lib/tkgate-%%VERSION%%/scripts/dip.tcl
448
lib/tkgate-%%VERSION%%/scripts/dragger.tcl
449
lib/tkgate-%%VERSION%%/scripts/dropbox.tcl
450
lib/tkgate-%%VERSION%%/scripts/editgate.tcl
451
lib/tkgate-%%VERSION%%/scripts/editnets.tcl
452
lib/tkgate-%%VERSION%%/scripts/elistbox.tcl
453
lib/tkgate-%%VERSION%%/scripts/errbox.tcl
454
lib/tkgate-%%VERSION%%/scripts/frame.tcl
455
lib/tkgate-%%VERSION%%/scripts/gcanvas.tcl
456
lib/tkgate-%%VERSION%%/scripts/helpon.tcl
457
lib/tkgate-%%VERSION%%/scripts/license.tcl
458
lib/tkgate-%%VERSION%%/scripts/menu.tcl
459
lib/tkgate-%%VERSION%%/scripts/message.tcl
460
lib/tkgate-%%VERSION%%/scripts/misc.tcl
461
lib/tkgate-%%VERSION%%/scripts/nameframe.tcl
462
lib/tkgate-%%VERSION%%/scripts/options.tcl
463
lib/tkgate-%%VERSION%%/scripts/parms.tcl
464
lib/tkgate-%%VERSION%%/scripts/portlist.tcl
465
lib/tkgate-%%VERSION%%/scripts/print.tcl
466
lib/tkgate-%%VERSION%%/scripts/scope.tcl
467
lib/tkgate-%%VERSION%%/scripts/shortcuts.tcl
468
lib/tkgate-%%VERSION%%/scripts/simtty.tcl
469
lib/tkgate-%%VERSION%%/scripts/simulator.tcl
470
lib/tkgate-%%VERSION%%/scripts/status.tcl
471
lib/tkgate-%%VERSION%%/scripts/tkgate.tcl
472
lib/tkgate-%%VERSION%%/scripts/toolbar.tcl
473
lib/tkgate-%%VERSION%%/scripts/tree.tcl
474
lib/tkgate-%%VERSION%%/sitename.txt
478
@dirrm lib/tkgate-%%VERSION%%/scripts
475
@dirrm lib/tkgate-%%VERSION%%/scripts
479
@dirrm lib/tkgate-%%VERSION%%/doc/fig
476
@dirrm lib/tkgate-%%VERSION%%/locale/pl
480
@dirrm lib/tkgate-%%VERSION%%/doc
481
@dirrm lib/tkgate-%%VERSION%%/locale/ca
482
@dirrm lib/tkgate-%%VERSION%%/locale/ja/tutorials
477
@dirrm lib/tkgate-%%VERSION%%/locale/ja/tutorials
483
@dirrm lib/tkgate-%%VERSION%%/locale/ja
478
@dirrm lib/tkgate-%%VERSION%%/locale/ja
484
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex1
485
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex2
486
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex3
487
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex4
488
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex5
489
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples
490
@dirrm lib/tkgate-%%VERSION%%/locale/de/tutorials
491
@dirrm lib/tkgate-%%VERSION%%/locale/de
492
@dirrm lib/tkgate-%%VERSION%%/locale/fr
493
@dirrm lib/tkgate-%%VERSION%%/locale/cy
494
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex1
495
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex2
496
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex3
497
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex4
498
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex5
499
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples
500
@dirrm lib/tkgate-%%VERSION%%/locale/en/tutorials
501
@dirrm lib/tkgate-%%VERSION%%/locale/en
502
@dirrm lib/tkgate-%%VERSION%%/locale/es
503
@dirrm lib/tkgate-%%VERSION%%/locale/it/tutorials
479
@dirrm lib/tkgate-%%VERSION%%/locale/it/tutorials
504
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex1
505
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex2
506
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex3
507
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex4
508
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex5
480
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex5
481
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex4
482
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex3
483
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex2
484
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex1
509
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples
485
@dirrm lib/tkgate-%%VERSION%%/locale/it/examples
510
@dirrm lib/tkgate-%%VERSION%%/locale/it
486
@dirrm lib/tkgate-%%VERSION%%/locale/it
511
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex1
487
@dirrm lib/tkgate-%%VERSION%%/locale/fr
512
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex2
488
@dirrm lib/tkgate-%%VERSION%%/locale/es
513
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex3
489
@dirrm lib/tkgate-%%VERSION%%/locale/en/tutorials
514
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex4
490
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex5
491
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex4
492
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex3
493
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex2
494
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex1
495
@dirrm lib/tkgate-%%VERSION%%/locale/en/examples
496
@dirrm lib/tkgate-%%VERSION%%/locale/en
497
@dirrm lib/tkgate-%%VERSION%%/locale/de/tutorials
498
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex5
499
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex4
500
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex3
501
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex2
502
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex1
503
@dirrm lib/tkgate-%%VERSION%%/locale/de/examples
504
@dirrm lib/tkgate-%%VERSION%%/locale/de
505
@dirrm lib/tkgate-%%VERSION%%/locale/cy
506
@dirrm lib/tkgate-%%VERSION%%/locale/cs/tutorials
515
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex5
507
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex5
508
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex4
509
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex3
510
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex2
511
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex1
516
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples
512
@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples
517
@dirrm lib/tkgate-%%VERSION%%/locale/cs/tutorials
518
@dirrm lib/tkgate-%%VERSION%%/locale/cs
513
@dirrm lib/tkgate-%%VERSION%%/locale/cs
519
@dirrm lib/tkgate-%%VERSION%%/locale/pl
514
@dirrm lib/tkgate-%%VERSION%%/locale/ca
520
@dirrm lib/tkgate-%%VERSION%%/locale
515
@dirrm lib/tkgate-%%VERSION%%/locale
516
@dirrm lib/tkgate-%%VERSION%%/libexec
517
@dirrm lib/tkgate-%%VERSION%%/gdf
518
@dirrm lib/tkgate-%%VERSION%%/doc/fig
519
@dirrm lib/tkgate-%%VERSION%%/doc
520
@dirrm lib/tkgate-%%VERSION%%/bitmaps
521
@dirrm lib/tkgate-%%VERSION%%
521
@dirrm lib/tkgate-%%VERSION%%

Return to bug 160087