From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 24 18:50:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF9851065687 for ; Wed, 24 Aug 2011 18:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD2CD8FC19 for ; Wed, 24 Aug 2011 18:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7OIoGHj011459 for ; Wed, 24 Aug 2011 18:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7OIoGas011452; Wed, 24 Aug 2011 18:50:16 GMT (envelope-from gnats) Resent-Date: Wed, 24 Aug 2011 18:50:16 GMT Resent-Message-Id: <201108241850.p7OIoGas011452@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C87F106564A for ; Wed, 24 Aug 2011 18:41:46 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id A40398FC0C for ; Wed, 24 Aug 2011 18:41:45 +0000 (UTC) Received: from localhost.localdomain (ZT038043.ppp.dion.ne.jp [59.128.38.43]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 5909450036 for ; Thu, 25 Aug 2011 03:41:38 +0900 (JST) Message-Id: <20110825033522.1aa0d743.tkato432@yahoo.com> Date: Thu, 25 Aug 2011 03:35:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/160087: Update port: cad/tkgate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2011 18:50:17 -0000 >Number: 160087 >Category: ports >Synopsis: Update port: cad/tkgate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 24 18:50:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Add mirror sites to MASTER_SITES - Add LICENSE - Support USE_TCL/USE_TK >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/tkgate/Makefile cad/tkgate/Makefile --- /usr/ports/cad/tkgate/Makefile 2011-08-24 15:15:36.000000000 +0900 +++ cad/tkgate/Makefile 2011-08-25 00:16:37.000000000 +0900 @@ -7,26 +7,45 @@ PORTNAME= tkgate PORTVERSION= 1.8.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad -MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/ +MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/ \ + http://www.cs.earlham.edu/~charliep/courses/cs320/TkGate/ \ + http://ark2.media.eng.hokudai.ac.jp/microprocessor/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A Tcl/Tk based digital circuit editor and simulator -LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 -RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING -HAS_CONFIGURE= yes -USE_BISON= build USE_XORG= x11 +USE_TCL_BUILD= yes +USE_TK_BUILD= yes +USE_TCL= yes +USE_TK= yes +USE_IMAKE= yes +MAKE_JOBS_SAFE= yes -PLIST_SUB= VERSION=${PORTVERSION} +PLIST_SUB= VERSION="${PORTVERSION}" + +MAN1= gmac.1 tkgate.1 + +TKGATE_IPATH= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} +TKGATE_LIBS= -ltk${TK_VER:S/.//} -ltcl${TCL_VER:S/.//} -lX11 -lm post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ - ${WRKSRC}/Imakefile ${WRKSRC}/config.h + @${REINPLACE_CMD} -e \ + 's|/usr/X11R6|${LOCALBASE}|g ; \ + s|dl socket nsl||g ; \ + /^#define TKGATE_IPATH/s|-I.*|${TKGATE_IPATH}|g ; \ + /^#define TKGATE_LIBS/s|-l.*|${TKGATE_LIBS}|g ; \ + /^#define TKGATE_GCCFLAGS/s|-O||g ; \ + /^#define TKGATE_CC/s|gcc|${CC}|g' ${WRKSRC}/config.h +.for file in tree.tcl elistbox.tcl + @${REINPLACE_CMD} -e \ + 's|^#!.*|#!${WISH}|g' ${WRKSRC}/scripts/${file} +.endfor .include diff -urN /usr/ports/cad/tkgate/pkg-plist cad/tkgate/pkg-plist --- /usr/ports/cad/tkgate/pkg-plist 2007-02-17 22:27:54.000000000 +0900 +++ cad/tkgate/pkg-plist 2011-08-18 01:24:17.000000000 +0900 @@ -1,11 +1,7 @@ -bin/tkgate bin/gmac -lib/tkgate-%%VERSION%%/libexec/tkgate -lib/tkgate-%%VERSION%%/libexec/gsim -lib/tkgate-%%VERSION%%/README +bin/tkgate lib/tkgate-%%VERSION%%/COPYING -lib/tkgate-%%VERSION%%/sitename.txt -lib/tkgate-%%VERSION%%/gdf/default.gdf +lib/tkgate-%%VERSION%%/README lib/tkgate-%%VERSION%%/bitmaps/Makefile lib/tkgate-%%VERSION%%/bitmaps/Udemuxord1.gif lib/tkgate-%%VERSION%%/bitmaps/Udemuxord2.gif @@ -80,12 +76,12 @@ lib/tkgate-%%VERSION%%/bitmaps/lab_curs.b lib/tkgate-%%VERSION%%/bitmaps/large-trek.b lib/tkgate-%%VERSION%%/bitmaps/led.b +lib/tkgate-%%VERSION%%/bitmaps/led7seg.b lib/tkgate-%%VERSION%%/bitmaps/led_bar.gif lib/tkgate-%%VERSION%%/bitmaps/led_bit.gif lib/tkgate-%%VERSION%%/bitmaps/led_dec.gif lib/tkgate-%%VERSION%%/bitmaps/led_direct.gif lib/tkgate-%%VERSION%%/bitmaps/led_hex.gif -lib/tkgate-%%VERSION%%/bitmaps/led7seg.b lib/tkgate-%%VERSION%%/bitmaps/ledinside.b lib/tkgate-%%VERSION%%/bitmaps/ledseg1.b lib/tkgate-%%VERSION%%/bitmaps/ledseg2.b @@ -186,48 +182,7 @@ lib/tkgate-%%VERSION%%/bitmaps/zoom_in.xpm lib/tkgate-%%VERSION%%/bitmaps/zoom_out.gif lib/tkgate-%%VERSION%%/bitmaps/zoom_out.xpm -lib/tkgate-%%VERSION%%/scripts/action.tcl -lib/tkgate-%%VERSION%%/scripts/bitedit.tcl -lib/tkgate-%%VERSION%%/scripts/blocklist.tcl -lib/tkgate-%%VERSION%%/scripts/circuit.tcl -lib/tkgate-%%VERSION%%/scripts/commands.tcl -lib/tkgate-%%VERSION%%/scripts/cpath.tcl -lib/tkgate-%%VERSION%%/scripts/dip.tcl -lib/tkgate-%%VERSION%%/scripts/dragger.tcl -lib/tkgate-%%VERSION%%/scripts/dropbox.tcl -lib/tkgate-%%VERSION%%/scripts/editgate.tcl -lib/tkgate-%%VERSION%%/scripts/editnets.tcl -lib/tkgate-%%VERSION%%/scripts/elistbox.tcl -lib/tkgate-%%VERSION%%/scripts/errbox.tcl -lib/tkgate-%%VERSION%%/scripts/frame.tcl -lib/tkgate-%%VERSION%%/scripts/gcanvas.tcl -lib/tkgate-%%VERSION%%/scripts/helpon.tcl -lib/tkgate-%%VERSION%%/scripts/license.tcl -lib/tkgate-%%VERSION%%/scripts/menu.tcl -lib/tkgate-%%VERSION%%/scripts/message.tcl -lib/tkgate-%%VERSION%%/scripts/misc.tcl -lib/tkgate-%%VERSION%%/scripts/nameframe.tcl -lib/tkgate-%%VERSION%%/scripts/options.tcl -lib/tkgate-%%VERSION%%/scripts/parms.tcl -lib/tkgate-%%VERSION%%/scripts/portlist.tcl -lib/tkgate-%%VERSION%%/scripts/print.tcl -lib/tkgate-%%VERSION%%/scripts/scope.tcl -lib/tkgate-%%VERSION%%/scripts/shortcuts.tcl -lib/tkgate-%%VERSION%%/scripts/simtty.tcl -lib/tkgate-%%VERSION%%/scripts/simulator.tcl -lib/tkgate-%%VERSION%%/scripts/status.tcl -lib/tkgate-%%VERSION%%/scripts/tkgate.tcl -lib/tkgate-%%VERSION%%/scripts/toolbar.tcl -lib/tkgate-%%VERSION%%/scripts/tree.tcl -lib/tkgate-%%VERSION%%/doc/gateEdit.html -lib/tkgate-%%VERSION%%/doc/gateGmac.html -lib/tkgate-%%VERSION%%/doc/gateIntro.html -lib/tkgate-%%VERSION%%/doc/gateSim.html -lib/tkgate-%%VERSION%%/doc/index.html lib/tkgate-%%VERSION%%/doc/adding_gate_types.txt -lib/tkgate-%%VERSION%%/doc/license.txt -lib/tkgate-%%VERSION%%/doc/symbols.txt -lib/tkgate-%%VERSION%%/doc/menagerie.gm lib/tkgate-%%VERSION%%/doc/fig/anallogo.gif lib/tkgate-%%VERSION%%/doc/fig/analopts.gif lib/tkgate-%%VERSION%%/doc/fig/analyze.gif @@ -272,12 +227,12 @@ lib/tkgate-%%VERSION%%/doc/fig/edpnet.gif lib/tkgate-%%VERSION%%/doc/fig/edport.gif lib/tkgate-%%VERSION%%/doc/fig/file_new.gif -lib/tkgate-%%VERSION%%/doc/fig/forward.gif lib/tkgate-%%VERSION%%/doc/fig/file_open.gif lib/tkgate-%%VERSION%%/doc/fig/file_print.gif lib/tkgate-%%VERSION%%/doc/fig/file_save.gif lib/tkgate-%%VERSION%%/doc/fig/filemenu.gif lib/tkgate-%%VERSION%%/doc/fig/fileopen.gif +lib/tkgate-%%VERSION%%/doc/fig/forward.gif lib/tkgate-%%VERSION%%/doc/fig/g_add.gif lib/tkgate-%%VERSION%%/doc/fig/g_and.gif lib/tkgate-%%VERSION%%/doc/fig/g_arshift.gif @@ -296,7 +251,6 @@ lib/tkgate-%%VERSION%%/doc/fig/g_lshift.gif lib/tkgate-%%VERSION%%/doc/fig/g_merge.gif lib/tkgate-%%VERSION%%/doc/fig/g_mul.gif -lib/tkgate-%%VERSION%%/doc/fig/ptr.gif lib/tkgate-%%VERSION%%/doc/fig/g_mux.gif lib/tkgate-%%VERSION%%/doc/fig/g_nmos.gif lib/tkgate-%%VERSION%%/doc/fig/g_or.gif @@ -346,6 +300,7 @@ lib/tkgate-%%VERSION%%/doc/fig/powerbsd.gif lib/tkgate-%%VERSION%%/doc/fig/printdlg.gif lib/tkgate-%%VERSION%%/doc/fig/printopts.gif +lib/tkgate-%%VERSION%%/doc/fig/ptr.gif lib/tkgate-%%VERSION%%/doc/fig/rungate1.gif lib/tkgate-%%VERSION%%/doc/fig/rungate2.gif lib/tkgate-%%VERSION%%/doc/fig/scope.gif @@ -375,147 +330,192 @@ lib/tkgate-%%VERSION%%/doc/fig/xmark.gif lib/tkgate-%%VERSION%%/doc/fig/zoom_in.gif lib/tkgate-%%VERSION%%/doc/fig/zoom_out.gif +lib/tkgate-%%VERSION%%/doc/gateEdit.html +lib/tkgate-%%VERSION%%/doc/gateGmac.html +lib/tkgate-%%VERSION%%/doc/gateIntro.html +lib/tkgate-%%VERSION%%/doc/gateSim.html +lib/tkgate-%%VERSION%%/doc/index.html +lib/tkgate-%%VERSION%%/doc/license.txt +lib/tkgate-%%VERSION%%/doc/menagerie.gm +lib/tkgate-%%VERSION%%/doc/symbols.txt +lib/tkgate-%%VERSION%%/gdf/default.gdf +lib/tkgate-%%VERSION%%/libexec/gsim +lib/tkgate-%%VERSION%%/libexec/tkgate lib/tkgate-%%VERSION%%/locale/ca/messages -lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v.orig -lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v -lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v -lib/tkgate-%%VERSION%%/locale/ja/tutorials/module_tut.v -lib/tkgate-%%VERSION%%/locale/ja/tutorials/sim_tut.v -lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v -lib/tkgate-%%VERSION%%/locale/ja/tutorials/seqsim_tut.v -lib/tkgate-%%VERSION%%/locale/ja/tutorials/edwire_tut.v -lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v.orig -lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v.orig -lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v.orig -lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v -lib/tkgate-%%VERSION%%/locale/ja/messages.euc -lib/tkgate-%%VERSION%%/locale/ja/messages -lib/tkgate-%%VERSION%%/locale/ja/messages.utf8 +lib/tkgate-%%VERSION%%/locale/cs/examples/ex1/combinational.v +lib/tkgate-%%VERSION%%/locale/cs/examples/ex2/flipflop.v +lib/tkgate-%%VERSION%%/locale/cs/examples/ex3/counter.v +lib/tkgate-%%VERSION%%/locale/cs/examples/ex4/trff.v +lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gm +lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gss +lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.map +lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.mem +lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.v +lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/x-menagerie.mem +lib/tkgate-%%VERSION%%/locale/cs/messages +lib/tkgate-%%VERSION%%/locale/cs/tutorials/create_tut.v +lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit1_tut.v +lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit2_tut.v +lib/tkgate-%%VERSION%%/locale/cs/tutorials/edwire_tut.v +lib/tkgate-%%VERSION%%/locale/cs/tutorials/module_tut.v +lib/tkgate-%%VERSION%%/locale/cs/tutorials/seqsim_tut.v +lib/tkgate-%%VERSION%%/locale/cs/tutorials/sim_tut.v +lib/tkgate-%%VERSION%%/locale/cs/tutorials/welcome_tut.v +lib/tkgate-%%VERSION%%/locale/cy/messages lib/tkgate-%%VERSION%%/locale/de/examples/ex1/combinational.v lib/tkgate-%%VERSION%%/locale/de/examples/ex2/flipflop.v lib/tkgate-%%VERSION%%/locale/de/examples/ex3/counter.v lib/tkgate-%%VERSION%%/locale/de/examples/ex4/trff.v -lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.v -lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.gss lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.gm -lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.mem +lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.gss lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.map +lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.mem +lib/tkgate-%%VERSION%%/locale/de/examples/ex5/menagerie.v lib/tkgate-%%VERSION%%/locale/de/examples/ex5/x-menagerie.mem -lib/tkgate-%%VERSION%%/locale/de/tutorials/welcome_tut.v +lib/tkgate-%%VERSION%%/locale/de/messages +lib/tkgate-%%VERSION%%/locale/de/tutorials/create_tut.v +lib/tkgate-%%VERSION%%/locale/de/tutorials/edit1_tut.v lib/tkgate-%%VERSION%%/locale/de/tutorials/edit2_tut.v lib/tkgate-%%VERSION%%/locale/de/tutorials/edwire_tut.v lib/tkgate-%%VERSION%%/locale/de/tutorials/module_tut.v lib/tkgate-%%VERSION%%/locale/de/tutorials/seqsim_tut.v lib/tkgate-%%VERSION%%/locale/de/tutorials/sim_tut.v -lib/tkgate-%%VERSION%%/locale/de/tutorials/create_tut.v -lib/tkgate-%%VERSION%%/locale/de/tutorials/edit1_tut.v -lib/tkgate-%%VERSION%%/locale/de/messages -lib/tkgate-%%VERSION%%/locale/fr/messages -lib/tkgate-%%VERSION%%/locale/cy/messages +lib/tkgate-%%VERSION%%/locale/de/tutorials/welcome_tut.v lib/tkgate-%%VERSION%%/locale/en/examples/ex1/combinational.v lib/tkgate-%%VERSION%%/locale/en/examples/ex2/flipflop.v lib/tkgate-%%VERSION%%/locale/en/examples/ex3/counter.v lib/tkgate-%%VERSION%%/locale/en/examples/ex4/trff.v -lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.v -lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.gss lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.gm -lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.mem +lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.gss lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.map +lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.mem +lib/tkgate-%%VERSION%%/locale/en/examples/ex5/menagerie.v lib/tkgate-%%VERSION%%/locale/en/examples/ex5/x-menagerie.mem -lib/tkgate-%%VERSION%%/locale/en/tutorials/edwire_tut.v +lib/tkgate-%%VERSION%%/locale/en/messages +lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v +lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v.orig +lib/tkgate-%%VERSION%%/locale/en/tutorials/edit1_tut.v lib/tkgate-%%VERSION%%/locale/en/tutorials/edit2_tut.v +lib/tkgate-%%VERSION%%/locale/en/tutorials/edwire_tut.v lib/tkgate-%%VERSION%%/locale/en/tutorials/module_tut.v +lib/tkgate-%%VERSION%%/locale/en/tutorials/seqsim_tut.v lib/tkgate-%%VERSION%%/locale/en/tutorials/sim_tut.v lib/tkgate-%%VERSION%%/locale/en/tutorials/welcome_tut.v -lib/tkgate-%%VERSION%%/locale/en/tutorials/seqsim_tut.v -lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v -lib/tkgate-%%VERSION%%/locale/en/tutorials/create_tut.v.orig -lib/tkgate-%%VERSION%%/locale/en/tutorials/edit1_tut.v -lib/tkgate-%%VERSION%%/locale/en/messages lib/tkgate-%%VERSION%%/locale/es/messages -lib/tkgate-%%VERSION%%/locale/it/tutorials/edit2_tut.v -lib/tkgate-%%VERSION%%/locale/it/tutorials/edwire_tut.v -lib/tkgate-%%VERSION%%/locale/it/tutorials/create_tut.v -lib/tkgate-%%VERSION%%/locale/it/tutorials/welcome_tut.v -lib/tkgate-%%VERSION%%/locale/it/tutorials/sim_tut.v -lib/tkgate-%%VERSION%%/locale/it/tutorials/edit1_tut.v -lib/tkgate-%%VERSION%%/locale/it/tutorials/module_tut.v -lib/tkgate-%%VERSION%%/locale/it/tutorials/seqsim_tut.v +lib/tkgate-%%VERSION%%/locale/fr/messages lib/tkgate-%%VERSION%%/locale/it/examples/ex1/combinational.v lib/tkgate-%%VERSION%%/locale/it/examples/ex2/flipflop.v lib/tkgate-%%VERSION%%/locale/it/examples/ex3/counter.v lib/tkgate-%%VERSION%%/locale/it/examples/ex4/trff.v -lib/tkgate-%%VERSION%%/locale/it/examples/ex5/x-menagerie.mem -lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.v +lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.gm lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.gss lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.map lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.mem -lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.gm +lib/tkgate-%%VERSION%%/locale/it/examples/ex5/menagerie.v +lib/tkgate-%%VERSION%%/locale/it/examples/ex5/x-menagerie.mem lib/tkgate-%%VERSION%%/locale/it/messages -lib/tkgate-%%VERSION%%/locale/cs/examples/ex1/combinational.v -lib/tkgate-%%VERSION%%/locale/cs/examples/ex2/flipflop.v -lib/tkgate-%%VERSION%%/locale/cs/examples/ex3/counter.v -lib/tkgate-%%VERSION%%/locale/cs/examples/ex4/trff.v -lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.v -lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gss -lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.gm -lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.mem -lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/menagerie.map -lib/tkgate-%%VERSION%%/locale/cs/examples/ex5/x-menagerie.mem -lib/tkgate-%%VERSION%%/locale/cs/tutorials/edwire_tut.v -lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit2_tut.v -lib/tkgate-%%VERSION%%/locale/cs/tutorials/module_tut.v -lib/tkgate-%%VERSION%%/locale/cs/tutorials/sim_tut.v -lib/tkgate-%%VERSION%%/locale/cs/tutorials/welcome_tut.v -lib/tkgate-%%VERSION%%/locale/cs/tutorials/seqsim_tut.v -lib/tkgate-%%VERSION%%/locale/cs/tutorials/create_tut.v -lib/tkgate-%%VERSION%%/locale/cs/tutorials/edit1_tut.v -lib/tkgate-%%VERSION%%/locale/cs/messages +lib/tkgate-%%VERSION%%/locale/it/tutorials/create_tut.v +lib/tkgate-%%VERSION%%/locale/it/tutorials/edit1_tut.v +lib/tkgate-%%VERSION%%/locale/it/tutorials/edit2_tut.v +lib/tkgate-%%VERSION%%/locale/it/tutorials/edwire_tut.v +lib/tkgate-%%VERSION%%/locale/it/tutorials/module_tut.v +lib/tkgate-%%VERSION%%/locale/it/tutorials/seqsim_tut.v +lib/tkgate-%%VERSION%%/locale/it/tutorials/sim_tut.v +lib/tkgate-%%VERSION%%/locale/it/tutorials/welcome_tut.v +lib/tkgate-%%VERSION%%/locale/ja/messages +lib/tkgate-%%VERSION%%/locale/ja/messages.euc +lib/tkgate-%%VERSION%%/locale/ja/messages.utf8 +lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/create_tut.v.orig +lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit1_tut.v.orig +lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/edit2_tut.v.orig +lib/tkgate-%%VERSION%%/locale/ja/tutorials/edwire_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/module_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/seqsim_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/sim_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v +lib/tkgate-%%VERSION%%/locale/ja/tutorials/welcome_tut.v.orig lib/tkgate-%%VERSION%%/locale/pl/messages -@dirrm lib/tkgate-%%VERSION%%/libexec -@dirrm lib/tkgate-%%VERSION%%/gdf -@dirrm lib/tkgate-%%VERSION%%/bitmaps +lib/tkgate-%%VERSION%%/scripts/action.tcl +lib/tkgate-%%VERSION%%/scripts/bitedit.tcl +lib/tkgate-%%VERSION%%/scripts/blocklist.tcl +lib/tkgate-%%VERSION%%/scripts/circuit.tcl +lib/tkgate-%%VERSION%%/scripts/commands.tcl +lib/tkgate-%%VERSION%%/scripts/cpath.tcl +lib/tkgate-%%VERSION%%/scripts/dip.tcl +lib/tkgate-%%VERSION%%/scripts/dragger.tcl +lib/tkgate-%%VERSION%%/scripts/dropbox.tcl +lib/tkgate-%%VERSION%%/scripts/editgate.tcl +lib/tkgate-%%VERSION%%/scripts/editnets.tcl +lib/tkgate-%%VERSION%%/scripts/elistbox.tcl +lib/tkgate-%%VERSION%%/scripts/errbox.tcl +lib/tkgate-%%VERSION%%/scripts/frame.tcl +lib/tkgate-%%VERSION%%/scripts/gcanvas.tcl +lib/tkgate-%%VERSION%%/scripts/helpon.tcl +lib/tkgate-%%VERSION%%/scripts/license.tcl +lib/tkgate-%%VERSION%%/scripts/menu.tcl +lib/tkgate-%%VERSION%%/scripts/message.tcl +lib/tkgate-%%VERSION%%/scripts/misc.tcl +lib/tkgate-%%VERSION%%/scripts/nameframe.tcl +lib/tkgate-%%VERSION%%/scripts/options.tcl +lib/tkgate-%%VERSION%%/scripts/parms.tcl +lib/tkgate-%%VERSION%%/scripts/portlist.tcl +lib/tkgate-%%VERSION%%/scripts/print.tcl +lib/tkgate-%%VERSION%%/scripts/scope.tcl +lib/tkgate-%%VERSION%%/scripts/shortcuts.tcl +lib/tkgate-%%VERSION%%/scripts/simtty.tcl +lib/tkgate-%%VERSION%%/scripts/simulator.tcl +lib/tkgate-%%VERSION%%/scripts/status.tcl +lib/tkgate-%%VERSION%%/scripts/tkgate.tcl +lib/tkgate-%%VERSION%%/scripts/toolbar.tcl +lib/tkgate-%%VERSION%%/scripts/tree.tcl +lib/tkgate-%%VERSION%%/sitename.txt @dirrm lib/tkgate-%%VERSION%%/scripts -@dirrm lib/tkgate-%%VERSION%%/doc/fig -@dirrm lib/tkgate-%%VERSION%%/doc -@dirrm lib/tkgate-%%VERSION%%/locale/ca +@dirrm lib/tkgate-%%VERSION%%/locale/pl @dirrm lib/tkgate-%%VERSION%%/locale/ja/tutorials @dirrm lib/tkgate-%%VERSION%%/locale/ja -@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex1 -@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex2 -@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex3 -@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex4 -@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex5 -@dirrm lib/tkgate-%%VERSION%%/locale/de/examples -@dirrm lib/tkgate-%%VERSION%%/locale/de/tutorials -@dirrm lib/tkgate-%%VERSION%%/locale/de -@dirrm lib/tkgate-%%VERSION%%/locale/fr -@dirrm lib/tkgate-%%VERSION%%/locale/cy -@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex1 -@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex2 -@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex3 -@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex4 -@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex5 -@dirrm lib/tkgate-%%VERSION%%/locale/en/examples -@dirrm lib/tkgate-%%VERSION%%/locale/en/tutorials -@dirrm lib/tkgate-%%VERSION%%/locale/en -@dirrm lib/tkgate-%%VERSION%%/locale/es @dirrm lib/tkgate-%%VERSION%%/locale/it/tutorials -@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex1 -@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex2 -@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex3 -@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex4 @dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex5 +@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex4 +@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex3 +@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex2 +@dirrm lib/tkgate-%%VERSION%%/locale/it/examples/ex1 @dirrm lib/tkgate-%%VERSION%%/locale/it/examples @dirrm lib/tkgate-%%VERSION%%/locale/it -@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex1 -@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex2 -@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex3 -@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex4 +@dirrm lib/tkgate-%%VERSION%%/locale/fr +@dirrm lib/tkgate-%%VERSION%%/locale/es +@dirrm lib/tkgate-%%VERSION%%/locale/en/tutorials +@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex5 +@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex4 +@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex3 +@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex2 +@dirrm lib/tkgate-%%VERSION%%/locale/en/examples/ex1 +@dirrm lib/tkgate-%%VERSION%%/locale/en/examples +@dirrm lib/tkgate-%%VERSION%%/locale/en +@dirrm lib/tkgate-%%VERSION%%/locale/de/tutorials +@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex5 +@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex4 +@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex3 +@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex2 +@dirrm lib/tkgate-%%VERSION%%/locale/de/examples/ex1 +@dirrm lib/tkgate-%%VERSION%%/locale/de/examples +@dirrm lib/tkgate-%%VERSION%%/locale/de +@dirrm lib/tkgate-%%VERSION%%/locale/cy +@dirrm lib/tkgate-%%VERSION%%/locale/cs/tutorials @dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex5 +@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex4 +@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex3 +@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex2 +@dirrm lib/tkgate-%%VERSION%%/locale/cs/examples/ex1 @dirrm lib/tkgate-%%VERSION%%/locale/cs/examples -@dirrm lib/tkgate-%%VERSION%%/locale/cs/tutorials @dirrm lib/tkgate-%%VERSION%%/locale/cs -@dirrm lib/tkgate-%%VERSION%%/locale/pl +@dirrm lib/tkgate-%%VERSION%%/locale/ca @dirrm lib/tkgate-%%VERSION%%/locale +@dirrm lib/tkgate-%%VERSION%%/libexec +@dirrm lib/tkgate-%%VERSION%%/gdf +@dirrm lib/tkgate-%%VERSION%%/doc/fig +@dirrm lib/tkgate-%%VERSION%%/doc +@dirrm lib/tkgate-%%VERSION%%/bitmaps @dirrm lib/tkgate-%%VERSION%% >Release-Note: >Audit-Trail: >Unformatted: