diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-10-11 15:58:19 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-10-11 15:58:19 +0000 |
commit | af2d017c13a3f1659565879927b73abad8feaf8b (patch) | |
tree | 434126b295efad46783dc54543af0cdb59ab0038 /japanese/tk42 | |
parent | 8335c95b0537cd4ee3e1e8c017a416da5ca59d1a (diff) |
Remove expired leaf port:
2006-11-01 japanese/tk42: does not build with gcc4.2; use japanese/tk80 instead
Notes
Notes:
svn path=/head/; revision=201298
Diffstat (limited to 'japanese/tk42')
-rw-r--r-- | japanese/tk42/Makefile | 77 | ||||
-rw-r--r-- | japanese/tk42/distinfo | 6 | ||||
-rw-r--r-- | japanese/tk42/files/Makefile.lib | 60 | ||||
-rw-r--r-- | japanese/tk42/files/patch-aa | 12 | ||||
-rw-r--r-- | japanese/tk42/files/patch-ab | 136 | ||||
-rw-r--r-- | japanese/tk42/files/patch-ac | 35 | ||||
-rw-r--r-- | japanese/tk42/files/patch-ad | 1566 | ||||
-rw-r--r-- | japanese/tk42/files/patch-ae | 11 | ||||
-rw-r--r-- | japanese/tk42/pkg-descr | 13 | ||||
-rw-r--r-- | japanese/tk42/pkg-plist | 114 |
10 files changed, 0 insertions, 2030 deletions
diff --git a/japanese/tk42/Makefile b/japanese/tk42/Makefile deleted file mode 100644 index e1f8091f7442..000000000000 --- a/japanese/tk42/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: tk4.2p2JP -# Date created: -# Whom: taguchi@tohoku.iij.ad.jp -# -# $FreeBSD$ -# - -PORTNAME= tk -PORTVERSION= 4.2 -PORTREVISION= 1 -CATEGORIES= japanese x11-toolkits -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl7_6/ -DISTNAME= ${PORTNAME}${PORTVERSION}p2 - -PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= ${PORTNAME}${VERSION}-patch.gz - -MAINTAINER= taguchi@tohoku.iij.ad.jp -COMMENT= Japanized TK (Tcl Tool Kit) - -LIB_DEPENDS= tcl76jp.1:${PORTSDIR}/japanese/tcl76 - -DEPRECATED= does not build with gcc4.2; use japanese/tk80 instead -EXPIRATION_DATE= 2006-11-01 - -WRKSRC= ${WRKDIR}/${DISTNAME}/unix -USE_AUTOTOOLS= autoconf:213 -USE_XLIB= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared -CONFIGURE_ENV= PORTSDIR=${PORTSDIR} - -.if defined(PATCH_DEBUG) -PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} -PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_STRIP} -.else -PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} -PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP} -.endif - -VERSION= ${PORTVERSION}jp - -NO_LATEST_LINK= yes - -.include <bsd.port.pre.mk> - -post-extract: - @${MV} ${WRKDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${DISTNAME} - -post-configure: - @${ECHO} "We will NOT only make shared library, but also static one." - @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} - -pre-build: - cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} && ${RM} -f *.o - -pre-install: - ${MKDIR} ${PREFIX}/lib/tk${VERSION} - -post-install: - cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} install - @${ECHO_MSG} "**********" - @${ECHO_MSG} "IMPORTANT:" - @${ECHO_MSG} "**********" - @${ECHO_MSG} "We've installed:" - @${ECHO_MSG} "tkConfig.sh in $(PREFIX)/lib/tk$(VERSION)/tkConfig.sh" - @${ECHO_MSG} "tk.h in $(PREFIX)/include/tk$(VERSION)/tk.h" - @${ECHO_MSG} "These are NOT the default place, but good place to avoid" - @${ECHO_MSG} "conflicting with another version of Tcl/Tks." - -test: - cd ${WRKSRC} && ${MAKE} test - -install-man: - cd ${WRKSRC} && ${MAKE} install-man - -.include <bsd.port.post.mk> diff --git a/japanese/tk42/distinfo b/japanese/tk42/distinfo deleted file mode 100644 index 58f2288f1a94..000000000000 --- a/japanese/tk42/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (tk4.2p2.tar.gz) = a367951fdafc2266140a04ffc5593585 -SHA256 (tk4.2p2.tar.gz) = d059c430c79403df7131024ec98ba2226e97fc3bf7f708530517b6d5c7673bbf -SIZE (tk4.2p2.tar.gz) = 1716927 -MD5 (tk4.2jp-patch.gz) = e236955587d6b6f78941e303fa238787 -SHA256 (tk4.2jp-patch.gz) = a00fce9cba7f4f2c04b1985a91fbb6ae58a76e54e14ba096ab5c09a30e55a780 -SIZE (tk4.2jp-patch.gz) = 157166 diff --git a/japanese/tk42/files/Makefile.lib b/japanese/tk42/files/Makefile.lib deleted file mode 100644 index b5605c6f0261..000000000000 --- a/japanese/tk42/files/Makefile.lib +++ /dev/null @@ -1,60 +0,0 @@ -NOPROFILE= yes -LIB= tk${VERSION} -TK_LIBRARY= ${PREFIX}/lib/tk${VERSION} -CFLAGS+= -I. -I./../generic -I../bitmaps \ - -I${PREFIX}/include/tcl7.6jp \ - -I$(X11BASE)/include \ - -DKANJI -DKINPUT2 \ - -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 \ - -DTK_LIBRARY=\"${TK_LIBRARY}\" -GENERIC_DIR= ../generic -UNIX_DIR= . - -SRCS= \ - $(GENERIC_DIR)/tkWStr.c $(GENERIC_DIR)/tkCtext.c \ - $(UNIX_DIR)/tkKinput2.c \ - $(GENERIC_DIR)/tk3d.c $(GENERIC_DIR)/tkArgv.c \ - $(GENERIC_DIR)/tkAtom.c $(GENERIC_DIR)/tkBind.c \ - $(GENERIC_DIR)/tkBitmap.c $(GENERIC_DIR)/tkClipboard.c \ - $(GENERIC_DIR)/tkCmds.c $(GENERIC_DIR)/tkColor.c \ - $(GENERIC_DIR)/tkConfig.c $(GENERIC_DIR)/tkCursor.c \ - $(GENERIC_DIR)/tkError.c $(GENERIC_DIR)/tkEvent.c \ - $(GENERIC_DIR)/tkFocus.c $(GENERIC_DIR)/tkFont.c \ - $(GENERIC_DIR)/tkGet.c $(GENERIC_DIR)/tkGC.c \ - $(GENERIC_DIR)/tkGeometry.c $(GENERIC_DIR)/tkGrab.c \ - $(GENERIC_DIR)/tkGrid.c \ - $(GENERIC_DIR)/tkMain.c $(GENERIC_DIR)/tkOption.c \ - $(GENERIC_DIR)/tkPack.c $(GENERIC_DIR)/tkPlace.c \ - $(GENERIC_DIR)/tkSelect.c \ - $(GENERIC_DIR)/tkSend.c $(GENERIC_DIR)/tkUtil.c \ - $(GENERIC_DIR)/tkVisual.c $(GENERIC_DIR)/tkWindow.c \ - $(GENERIC_DIR)/tkButton.c \ - $(GENERIC_DIR)/tkEntry.c $(GENERIC_DIR)/tkFrame.c \ - $(GENERIC_DIR)/tkListbox.c $(GENERIC_DIR)/tkMenu.c \ - $(GENERIC_DIR)/tkMenubutton.c $(GENERIC_DIR)/tkMessage.c \ - $(GENERIC_DIR)/tkScale.c $(GENERIC_DIR)/tkScrollbar.c \ - $(GENERIC_DIR)/tkCanvas.c $(GENERIC_DIR)/tkCanvArc.c \ - $(GENERIC_DIR)/tkCanvBmap.c $(GENERIC_DIR)/tkCanvImg.c \ - $(GENERIC_DIR)/tkCanvLine.c $(GENERIC_DIR)/tkCanvPoly.c \ - $(GENERIC_DIR)/tkCanvPs.c $(GENERIC_DIR)/tkCanvText.c \ - $(GENERIC_DIR)/tkCanvUtil.c \ - $(GENERIC_DIR)/tkCanvWind.c $(GENERIC_DIR)/tkRectOval.c \ - $(GENERIC_DIR)/tkTrig.c $(GENERIC_DIR)/tkImage.c \ - $(GENERIC_DIR)/tkImgBmap.c $(GENERIC_DIR)/tkImgGIF.c \ - $(GENERIC_DIR)/tkImgPPM.c \ - $(GENERIC_DIR)/tkImgPhoto.c $(GENERIC_DIR)/tkText.c \ - $(GENERIC_DIR)/tkTextBTree.c $(GENERIC_DIR)/tkTextDisp.c \ - $(GENERIC_DIR)/tkTextIndex.c $(GENERIC_DIR)/tkTextMark.c \ - $(GENERIC_DIR)/tkTextTag.c $(GENERIC_DIR)/tkTextWind.c \ - $(GENERIC_DIR)/tkSquare.c $(GENERIC_DIR)/tkTest.c \ - $(UNIX_DIR)/tkAppInit.c $(UNIX_DIR)/tkUnix.c \ - $(UNIX_DIR)/tkUnixCursor.c \ - $(UNIX_DIR)/tkUnixDialog.c $(UNIX_DIR)/tkUnixDraw.c \ - $(UNIX_DIR)/tkUnixEvent.c $(UNIX_DIR)/tkUnixInit.c \ - $(UNIX_DIR)/tkUnixSelect.c $(UNIX_DIR)/tkUnixWm.c \ - $(UNIX_DIR)/tkUnixXId.c $(KANJISRCS) - -install: - install -c libtk${VERSION}.a ${PREFIX}/lib/libtk42jp.a - -.include <bsd.lib.mk> diff --git a/japanese/tk42/files/patch-aa b/japanese/tk42/files/patch-aa deleted file mode 100644 index 0c59aa1ba018..000000000000 --- a/japanese/tk42/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- ./generic/tkTextDisp.c.ORIG Mon Feb 10 16:10:21 1997 -+++ ./generic/tkTextDisp.c Mon Feb 10 16:12:52 1997 -@@ -4380,7 +4380,8 @@ - for (count = charsThatFit, p += charsThatFit-1; count > 0; - count--, p--) { - #ifdef KANJI -- if (ISWSPACE(*p)) { -+ /* following is by Mr.Furuse(Jun.Furuse@inria.fr) */ -+ if (ISWSPACE(*p) || ISWKANJI(*p)) { - #else - if (isspace(UCHAR(*p))) { - #endif /* KANJI */ diff --git a/japanese/tk42/files/patch-ab b/japanese/tk42/files/patch-ab deleted file mode 100644 index 357e762323ec..000000000000 --- a/japanese/tk42/files/patch-ab +++ /dev/null @@ -1,136 +0,0 @@ ---- ./unix/Makefile.in.ORIG Sun Sep 20 16:36:43 1998 -+++ ./unix/Makefile.in Sun Sep 20 16:43:49 1998 -@@ -56,7 +56,9 @@ - BIN_DIR = $(exec_prefix)/bin - - # Directory in which to install the include file tk.h: --INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tk$(VERSION) -+GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic -+UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix - - # Top-level directory for manual entries: - MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man -@@ -75,7 +77,7 @@ - # The directory containing the Tcl sources and headers appropriate - # for this version of Tk ("srcdir" will be replaced or has already - # been replaced by the configure script): --TCL_GENERIC_DIR = @TCL_SRC_DIR@/generic -+TCL_GENERIC_DIR = ${prefix}/include/tcl7.6jp - - # The directory containing the Tcl library archive file appropriate - # for this version of Tk: -@@ -95,11 +97,11 @@ - # Libraries to use when linking: must include at least Xlib, the - # dynamic loading library, and the math library (in that order). This - # definition is determined by the configure script. --LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc -+LIBS = @TCL_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc - - # To change the compiler switches, for example to change from -O - # to -g, change the following line: --CFLAGS = -O -+CFLAGS = @CFLAGS@ - - # To turn off the security checks that disallow incoming sends when - # the X server appears to be insecure, reverse the comments on the -@@ -291,6 +293,7 @@ - rm -f @TK_LIB_FILE@ - @MAKE_LIB@ - $(RANLIB) @TK_LIB_FILE@ -+ ln -sf ${TK_LIB_FILE} `echo ${TK_LIB_FILE} | sed 's/\.so.*$$/.so/'` - - wish: $(WISH_OBJS) $(TK_LIB_FILE) - $(CC) @LD_FLAGS@ $(WISH_OBJS) @TK_BUILD_LIB_SPEC@ $(LIBS) \ -@@ -307,12 +312,12 @@ - test: tktest - LD_LIBRARY_PATH=`pwd`:${TCL_BIN_DIR}:${LD_LIBRARY_PATH}; \ - export LD_LIBRARY_PATH; \ -- TCL_LIBRARY=@TCL_SRC_DIR@/library; export TCL_LIBRARY; \ -+ TCL_LIBRARY=${TCL_BIN_DIR}; export TCL_LIBRARY; \ - TK_LIBRARY=$(TOP_DIR)/library; export TK_LIBRARY; \ - ( echo cd $(TOP_DIR)/tests\; source all\; exit ) \ - | ./tktest -geometry +0+0 - --install: install-binaries install-libraries install-demos install-man -+install: install-binaries install-libraries install-demos - - # Note: before running ranlib below, must cd to target directory because - # some ranlibs write to current directory, and this might not always be -@@ -332,13 +337,16 @@ - @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) - @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) - @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) -+ @(cd $(LIB_INSTALL_DIR); ln -sf ${TK_LIB_FILE} `echo ${TK_LIB_FILE} | sed 's/\.so.*$$/.so/'`) - @echo "Installing wish" - @$(INSTALL_PROGRAM) wish $(BIN_INSTALL_DIR)/wish$(VERSION) - @echo "Installing tkConfig.sh" -- @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkConfig.sh -+ @$(INSTALL_DATA) tkConfig.sh $(SCRIPT_INSTALL_DIR)/tkConfig.sh - - install-libraries: - @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ -+ $(GENERIC_INCLUDE_INSTALL_DIR) \ -+ $(UNIX_INCLUDE_INSTALL_DIR) \ - $(SCRIPT_INSTALL_DIR) ; \ - do \ - if [ ! -d $$i ] ; then \ -@@ -348,8 +358,18 @@ - else true; \ - fi; \ - done; -- @echo "Installing tk.h" -- @$(INSTALL_DATA) $(GENERIC_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk.h -+ @for i in $(GENERIC_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ -+ done; -+ @for i in $(UNIX_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(UNIX_INCLUDE_INSTALL_DIR); \ -+ done; -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk.h -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tkWStr.h $(INCLUDE_INSTALL_DIR)/tkWStr.h - for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/*.gif $(SRC_DIR)/library/*.xbm $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ - do \ - echo "Installing $$i"; \ -@@ -401,28 +421,28 @@ - @cd $(SRC_DIR)/doc; for i in *.1; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN1_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN1_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN1_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ -+ $$i |gzip -9 > $(MAN1_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) - @cd $(SRC_DIR)/doc; for i in *.3; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN3_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN3_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN3_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ -+ $$i |gzip -9 > $(MAN3_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN3_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) - @cd $(SRC_DIR)/doc; for i in *.n; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MANN_INSTALL_DIR)/$$i; \ -+ rm -f $(MANN_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MANN_INSTALL_DIR)/$$i; \ -- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ -+ $$i |gzip -9 > $(MANN_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) - diff --git a/japanese/tk42/files/patch-ac b/japanese/tk42/files/patch-ac deleted file mode 100644 index 117a42c2f244..000000000000 --- a/japanese/tk42/files/patch-ac +++ /dev/null @@ -1,35 +0,0 @@ ---- unix/configure.in.orig Fri Jan 26 23:59:53 2007 -+++ unix/configure.in Sat Jan 27 00:00:06 2007 -@@ -34,12 +34,12 @@ - #-------------------------------------------------------------------- - - AC_ARG_WITH(tcl, [ --with-tcl=DIR use Tcl 7.6 binaries from DIR], -- TCL_BIN_DIR=$withval, TCL_BIN_DIR=`cd ../../tcl7.6/unix; pwd`) -+ TCL_BIN_DIR=$withval, TCL_BIN_DIR=${prefix}/lib/tcl7.6jp) - if test ! -d $TCL_BIN_DIR; then - AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist) - fi --if test ! -f $TCL_BIN_DIR/Makefile; then -- AC_MSG_ERROR(There's no Makefile in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?) -+if test ! -f $TCL_BIN_DIR/tclConfig.sh; then -+ AC_MSG_ERROR(There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl, or you did not use ports?) - fi - - #-------------------------------------------------------------------- -@@ -298,7 +298,7 @@ - if test "$ok" = "yes" -a "${SHLIB_SUFFIX}" != ""; then - TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" - eval "TK_LIB_FILE=libtk${TCL_SHARED_LIB_SUFFIX}" -- MAKE_LIB="\${SHLIB_LD} -o ${TK_LIB_FILE} \${OBJS} ${SHLIB_LD_LIBS}" -+ MAKE_LIB="\${SHLIB_LD} -o ${TK_LIB_FILE} -Wl,-soname,${TK_LIB_FILE} \${OBJS} ${SHLIB_LD_LIBS}" - RANLIB=":" - else - TK_SHLIB_CFLAGS="" -@@ -330,6 +330,7 @@ - AC_SUBST(SHLIB_VERSION) - AC_SUBST(TCL_BIN_DIR) - AC_SUBST(TCL_BUILD_LIB_SPEC) -+AC_SUBST(TCL_LIB_SPEC) - AC_SUBST(TCL_SRC_DIR) - AC_SUBST(TCL_VERSION) - AC_SUBST(TK_BUILD_LIB_SPEC) diff --git a/japanese/tk42/files/patch-ad b/japanese/tk42/files/patch-ad deleted file mode 100644 index 6312136caf35..000000000000 --- a/japanese/tk42/files/patch-ad +++ /dev/null @@ -1,1566 +0,0 @@ ---- ./unix/mkLinks.ORIG Mon Feb 10 16:05:00 1997 -+++ ./unix/mkLinks Mon Feb 10 16:07:16 1997 -@@ -27,784 +27,784 @@ - if test "$x" != "xyzzyTestingAVeryLongFileName.foo"; then - exit - fi --if test -r 3DBorder.3; then -- rm -f Tk_3DBorderColor.3 -- ln 3DBorder.3 Tk_3DBorderColor.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_3DBorderGC.3 -- ln 3DBorder.3 Tk_3DBorderGC.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_3DHorizontalBevel.3 -- ln 3DBorder.3 Tk_3DHorizontalBevel.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_3DVerticalBevel.3 -- ln 3DBorder.3 Tk_3DVerticalBevel.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Attributes.3 -- ln WindowId.3 Tk_Attributes.3 --fi --if test -r BindTable.3; then -- rm -f Tk_BindEvent.3 -- ln BindTable.3 Tk_BindEvent.3 --fi --if test -r CanvTkwin.3; then -- rm -f Tk_CanvasDrawableCoords.3 -- ln CanvTkwin.3 Tk_CanvasDrawableCoords.3 --fi --if test -r CanvTkwin.3; then -- rm -f Tk_CanvasEventuallyRedraw.3 -- ln CanvTkwin.3 Tk_CanvasEventuallyRedraw.3 --fi --if test -r CanvTkwin.3; then -- rm -f Tk_CanvasGetCoord.3 -- ln CanvTkwin.3 Tk_CanvasGetCoord.3 --fi --if test -r CanvPsY.3; then -- rm -f Tk_CanvasPsBitmap.3 -- ln CanvPsY.3 Tk_CanvasPsBitmap.3 --fi --if test -r CanvPsY.3; then -- rm -f Tk_CanvasPsColor.3 -- ln CanvPsY.3 Tk_CanvasPsColor.3 --fi --if test -r CanvPsY.3; then -- rm -f Tk_CanvasPsFont.3 -- ln CanvPsY.3 Tk_CanvasPsFont.3 --fi --if test -r CanvPsY.3; then -- rm -f Tk_CanvasPsPath.3 -- ln CanvPsY.3 Tk_CanvasPsPath.3 --fi --if test -r CanvPsY.3; then -- rm -f Tk_CanvasPsStipple.3 -- ln CanvPsY.3 Tk_CanvasPsStipple.3 --fi --if test -r CanvPsY.3; then -- rm -f Tk_CanvasPsY.3 -- ln CanvPsY.3 Tk_CanvasPsY.3 --fi --if test -r CanvTkwin.3; then -- rm -f Tk_CanvasSetStippleOrigin.3 -- ln CanvTkwin.3 Tk_CanvasSetStippleOrigin.3 --fi --if test -r CanvTkwin.3; then -- rm -f Tk_CanvasTagsOption.3 -- ln CanvTkwin.3 Tk_CanvasTagsOption.3 --fi --if test -r CanvTxtInfo.3; then -- rm -f Tk_CanvasTextInfo.3 -- ln CanvTxtInfo.3 Tk_CanvasTextInfo.3 --fi --if test -r CanvTkwin.3; then -- rm -f Tk_CanvasTkwin.3 -- ln CanvTkwin.3 Tk_CanvasTkwin.3 --fi --if test -r CanvTkwin.3; then -- rm -f Tk_CanvasWindowCoords.3 -- ln CanvTkwin.3 Tk_CanvasWindowCoords.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_ChangeWindowAttributes.3 -- ln ConfigWind.3 Tk_ChangeWindowAttributes.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Changes.3 -- ln WindowId.3 Tk_Changes.3 --fi --if test -r SetClass.3; then -- rm -f Tk_Class.3 -- ln SetClass.3 Tk_Class.3 --fi --if test -r ClrSelect.3; then -- rm -f Tk_ClearSelection.3 -- ln ClrSelect.3 Tk_ClearSelection.3 --fi --if test -r Clipboard.3; then -- rm -f Tk_ClipboardAppend.3 -- ln Clipboard.3 Tk_ClipboardAppend.3 --fi --if test -r Clipboard.3; then -- rm -f Tk_ClipboardClear.3 -- ln Clipboard.3 Tk_ClipboardClear.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Colormap.3 -- ln WindowId.3 Tk_Colormap.3 --fi --if test -r ConfigWidg.3; then -- rm -f Tk_ConfigureInfo.3 -- ln ConfigWidg.3 Tk_ConfigureInfo.3 --fi --if test -r ConfigWidg.3; then -- rm -f Tk_ConfigureValue.3 -- ln ConfigWidg.3 Tk_ConfigureValue.3 --fi --if test -r ConfigWidg.3; then -- rm -f Tk_ConfigureWidget.3 -- ln ConfigWidg.3 Tk_ConfigureWidget.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_ConfigureWindow.3 -- ln ConfigWind.3 Tk_ConfigureWindow.3 --fi --if test -r CoordToWin.3; then -- rm -f Tk_CoordsToWindow.3 -- ln CoordToWin.3 Tk_CoordsToWindow.3 --fi --if test -r BindTable.3; then -- rm -f Tk_CreateBinding.3 -- ln BindTable.3 Tk_CreateBinding.3 --fi --if test -r BindTable.3; then -- rm -f Tk_CreateBindingTable.3 -- ln BindTable.3 Tk_CreateBindingTable.3 --fi --if test -r CrtErrHdlr.3; then -- rm -f Tk_CreateErrorHandler.3 -- ln CrtErrHdlr.3 Tk_CreateErrorHandler.3 --fi --if test -r EventHndlr.3; then -- rm -f Tk_CreateEventHandler.3 -- ln EventHndlr.3 Tk_CreateEventHandler.3 --fi --if test -r CrtGenHdlr.3; then -- rm -f Tk_CreateGenericHandler.3 -- ln CrtGenHdlr.3 Tk_CreateGenericHandler.3 --fi --if test -r CrtImgType.3; then -- rm -f Tk_CreateImageType.3 -- ln CrtImgType.3 Tk_CreateImageType.3 --fi --if test -r CrtItemType.3; then -- rm -f Tk_CreateItemType.3 -- ln CrtItemType.3 Tk_CreateItemType.3 --fi --if test -r CrtPhImgFmt.3; then -- rm -f Tk_CreatePhotoImageFormat.3 -- ln CrtPhImgFmt.3 Tk_CreatePhotoImageFormat.3 --fi --if test -r CrtSelHdlr.3; then -- rm -f Tk_CreateSelHandler.3 -- ln CrtSelHdlr.3 Tk_CreateSelHandler.3 --fi --if test -r CrtWindow.3; then -- rm -f Tk_CreateWindow.3 -- ln CrtWindow.3 Tk_CreateWindow.3 --fi --if test -r CrtWindow.3; then -- rm -f Tk_CreateWindowFromPath.3 -- ln CrtWindow.3 Tk_CreateWindowFromPath.3 --fi --if test -r GetBitmap.3; then -- rm -f Tk_DefineBitmap.3 -- ln GetBitmap.3 Tk_DefineBitmap.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_DefineCursor.3 -- ln ConfigWind.3 Tk_DefineCursor.3 --fi --if test -r BindTable.3; then -- rm -f Tk_DeleteAllBindings.3 -- ln BindTable.3 Tk_DeleteAllBindings.3 --fi --if test -r BindTable.3; then -- rm -f Tk_DeleteBinding.3 -- ln BindTable.3 Tk_DeleteBinding.3 --fi --if test -r BindTable.3; then -- rm -f Tk_DeleteBindingTable.3 -- ln BindTable.3 Tk_DeleteBindingTable.3 --fi --if test -r CrtErrHdlr.3; then -- rm -f Tk_DeleteErrorHandler.3 -- ln CrtErrHdlr.3 Tk_DeleteErrorHandler.3 --fi --if test -r EventHndlr.3; then -- rm -f Tk_DeleteEventHandler.3 -- ln EventHndlr.3 Tk_DeleteEventHandler.3 --fi --if test -r CrtGenHdlr.3; then -- rm -f Tk_DeleteGenericHandler.3 -- ln CrtGenHdlr.3 Tk_DeleteGenericHandler.3 --fi --if test -r DeleteImg.3; then -- rm -f Tk_DeleteImage.3 -- ln DeleteImg.3 Tk_DeleteImage.3 --fi --if test -r CrtSelHdlr.3; then -- rm -f Tk_DeleteSelHandler.3 -- ln CrtSelHdlr.3 Tk_DeleteSelHandler.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Depth.3 -- ln WindowId.3 Tk_Depth.3 --fi --if test -r CrtWindow.3; then -- rm -f Tk_DestroyWindow.3 -- ln CrtWindow.3 Tk_DestroyWindow.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Display.3 -- ln WindowId.3 Tk_Display.3 --fi --if test -r WindowId.3; then -- rm -f Tk_DisplayName.3 -- ln WindowId.3 Tk_DisplayName.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_Draw3DPolygon.3 -- ln 3DBorder.3 Tk_Draw3DPolygon.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_Draw3DRectangle.3 -- ln 3DBorder.3 Tk_Draw3DRectangle.3 --fi --if test -r DrawFocHlt.3; then -- rm -f Tk_DrawFocusHighlight.3 -- ln DrawFocHlt.3 Tk_DrawFocusHighlight.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_Fill3DPolygon.3 -- ln 3DBorder.3 Tk_Fill3DPolygon.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_Fill3DRectangle.3 -- ln 3DBorder.3 Tk_Fill3DRectangle.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_FindPhoto.3 -- ln FindPhoto.3 Tk_FindPhoto.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_Free3DBorder.3 -- ln 3DBorder.3 Tk_Free3DBorder.3 --fi --if test -r GetBitmap.3; then -- rm -f Tk_FreeBitmap.3 -- ln GetBitmap.3 Tk_FreeBitmap.3 --fi --if test -r GetColor.3; then -- rm -f Tk_FreeColor.3 -- ln GetColor.3 Tk_FreeColor.3 --fi --if test -r GetClrmap.3; then -- rm -f Tk_FreeColormap.3 -- ln GetClrmap.3 Tk_FreeColormap.3 --fi --if test -r GetCursor.3; then -- rm -f Tk_FreeCursor.3 -- ln GetCursor.3 Tk_FreeCursor.3 --fi --if test -r GetFontStr.3; then -- rm -f Tk_FreeFontStruct.3 -- ln GetFontStr.3 Tk_FreeFontStruct.3 --fi --if test -r GetGC.3; then -- rm -f Tk_FreeGC.3 -- ln GetGC.3 Tk_FreeGC.3 --fi --if test -r GetImage.3; then -- rm -f Tk_FreeImage.3 -- ln GetImage.3 Tk_FreeImage.3 --fi --if test -r ConfigWidg.3; then -- rm -f Tk_FreeOptions.3 -- ln ConfigWidg.3 Tk_FreeOptions.3 --fi --if test -r GetPixmap.3; then -- rm -f Tk_FreePixmap.3 -- ln GetPixmap.3 Tk_FreePixmap.3 --fi --if test -r FreeXId.3; then -- rm -f Tk_FreeXId.3 -- ln FreeXId.3 Tk_FreeXId.3 --fi --if test -r GeomReq.3; then -- rm -f Tk_GeometryRequest.3 -- ln GeomReq.3 Tk_GeometryRequest.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_Get3DBorder.3 -- ln 3DBorder.3 Tk_Get3DBorder.3 --fi --if test -r BindTable.3; then -- rm -f Tk_GetAllBindings.3 -- ln BindTable.3 Tk_GetAllBindings.3 --fi --if test -r GetAnchor.3; then -- rm -f Tk_GetAnchor.3 -- ln GetAnchor.3 Tk_GetAnchor.3 --fi --if test -r InternAtom.3; then -- rm -f Tk_GetAtomName.3 -- ln InternAtom.3 Tk_GetAtomName.3 --fi --if test -r BindTable.3; then -- rm -f Tk_GetBinding.3 -- ln BindTable.3 Tk_GetBinding.3 --fi --if test -r GetBitmap.3; then -- rm -f Tk_GetBitmap.3 -- ln GetBitmap.3 Tk_GetBitmap.3 --fi --if test -r GetBitmap.3; then -- rm -f Tk_GetBitmapFromData.3 -- ln GetBitmap.3 Tk_GetBitmapFromData.3 --fi --if test -r GetCapStyl.3; then -- rm -f Tk_GetCapStyle.3 -- ln GetCapStyl.3 Tk_GetCapStyle.3 --fi --if test -r GetColor.3; then -- rm -f Tk_GetColor.3 -- ln GetColor.3 Tk_GetColor.3 --fi --if test -r GetColor.3; then -- rm -f Tk_GetColorByValue.3 -- ln GetColor.3 Tk_GetColorByValue.3 --fi --if test -r GetClrmap.3; then -- rm -f Tk_GetColormap.3 -- ln GetClrmap.3 Tk_GetColormap.3 --fi --if test -r GetCursor.3; then -- rm -f Tk_GetCursor.3 -- ln GetCursor.3 Tk_GetCursor.3 --fi --if test -r GetCursor.3; then -- rm -f Tk_GetCursorFromData.3 -- ln GetCursor.3 Tk_GetCursorFromData.3 --fi --if test -r GetFontStr.3; then -- rm -f Tk_GetFontStruct.3 -- ln GetFontStr.3 Tk_GetFontStruct.3 --fi --if test -r GetGC.3; then -- rm -f Tk_GetGC.3 -- ln GetGC.3 Tk_GetGC.3 --fi --if test -r GetImage.3; then -- rm -f Tk_GetImage.3 -- ln GetImage.3 Tk_GetImage.3 --fi --if test -r CrtItemType.3; then -- rm -f Tk_GetItemTypes.3 -- ln CrtItemType.3 Tk_GetItemTypes.3 --fi --if test -r GetJoinStl.3; then -- rm -f Tk_GetJoinStyle.3 -- ln GetJoinStl.3 Tk_GetJoinStyle.3 --fi --if test -r GetJustify.3; then -- rm -f Tk_GetJustify.3 -- ln GetJustify.3 Tk_GetJustify.3 --fi --if test -r GetOption.3; then -- rm -f Tk_GetOption.3 -- ln GetOption.3 Tk_GetOption.3 --fi --if test -r GetPixels.3; then -- rm -f Tk_GetPixels.3 -- ln GetPixels.3 Tk_GetPixels.3 --fi --if test -r GetPixmap.3; then -- rm -f Tk_GetPixmap.3 -- ln GetPixmap.3 Tk_GetPixmap.3 --fi --if test -r GetRelief.3; then -- rm -f Tk_GetRelief.3 -- ln GetRelief.3 Tk_GetRelief.3 --fi --if test -r GetRootCrd.3; then -- rm -f Tk_GetRootCoords.3 -- ln GetRootCrd.3 Tk_GetRootCoords.3 --fi --if test -r GetPixels.3; then -- rm -f Tk_GetScreenMM.3 -- ln GetPixels.3 Tk_GetScreenMM.3 --fi --if test -r GetScroll.3; then -- rm -f Tk_GetScrollInfo.3 -- ln GetScroll.3 Tk_GetScrollInfo.3 --fi --if test -r GetSelect.3; then -- rm -f Tk_GetSelection.3 -- ln GetSelect.3 Tk_GetSelection.3 --fi --if test -r GetUid.3; then -- rm -f Tk_GetUid.3 -- ln GetUid.3 Tk_GetUid.3 --fi --if test -r GetVRoot.3; then -- rm -f Tk_GetVRootGeometry.3 -- ln GetVRoot.3 Tk_GetVRootGeometry.3 --fi --if test -r GetVisual.3; then -- rm -f Tk_GetVisual.3 -- ln GetVisual.3 Tk_GetVisual.3 --fi --if test -r HandleEvent.3; then -- rm -f Tk_HandleEvent.3 -- ln HandleEvent.3 Tk_HandleEvent.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Height.3 -- ln WindowId.3 Tk_Height.3 --fi --if test -r IdToWindow.3; then -- rm -f Tk_IdToWindow.3 -- ln IdToWindow.3 Tk_IdToWindow.3 --fi --if test -r ImgChanged.3; then -- rm -f Tk_ImageChanged.3 -- ln ImgChanged.3 Tk_ImageChanged.3 --fi --if test -r InternAtom.3; then -- rm -f Tk_InternAtom.3 -- ln InternAtom.3 Tk_InternAtom.3 --fi --if test -r WindowId.3; then -- rm -f Tk_InternalBorderWidth.3 -- ln WindowId.3 Tk_InternalBorderWidth.3 --fi --if test -r WindowId.3; then -- rm -f Tk_IsMapped.3 -- ln WindowId.3 Tk_IsMapped.3 --fi --if test -r WindowId.3; then -- rm -f Tk_IsTopLevel.3 -- ln WindowId.3 Tk_IsTopLevel.3 --fi --if test -r MainLoop.3; then -- rm -f Tk_MainLoop.3 -- ln MainLoop.3 Tk_MainLoop.3 --fi --if test -r MainWin.3; then -- rm -f Tk_MainWindow.3 -- ln MainWin.3 Tk_MainWindow.3 --fi --if test -r MaintGeom.3; then -- rm -f Tk_MaintainGeometry.3 -- ln MaintGeom.3 Tk_MaintainGeometry.3 --fi --if test -r CrtWindow.3; then -- rm -f Tk_MakeWindowExist.3 -- ln CrtWindow.3 Tk_MakeWindowExist.3 --fi --if test -r ManageGeom.3; then -- rm -f Tk_ManageGeometry.3 -- ln ManageGeom.3 Tk_ManageGeometry.3 --fi --if test -r MapWindow.3; then -- rm -f Tk_MapWindow.3 -- ln MapWindow.3 Tk_MapWindow.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_MoveResizeWindow.3 -- ln ConfigWind.3 Tk_MoveResizeWindow.3 --fi --if test -r MoveToplev.3; then -- rm -f Tk_MoveToplevelWindow.3 -- ln MoveToplev.3 Tk_MoveToplevelWindow.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_MoveWindow.3 -- ln ConfigWind.3 Tk_MoveWindow.3 --fi --if test -r Name.3; then -- rm -f Tk_Name.3 -- ln Name.3 Tk_Name.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_NameOf3DBorder.3 -- ln 3DBorder.3 Tk_NameOf3DBorder.3 --fi --if test -r GetAnchor.3; then -- rm -f Tk_NameOfAnchor.3 -- ln GetAnchor.3 Tk_NameOfAnchor.3 --fi --if test -r GetBitmap.3; then -- rm -f Tk_NameOfBitmap.3 -- ln GetBitmap.3 Tk_NameOfBitmap.3 --fi --if test -r GetCapStyl.3; then -- rm -f Tk_NameOfCapStyle.3 -- ln GetCapStyl.3 Tk_NameOfCapStyle.3 --fi --if test -r GetColor.3; then -- rm -f Tk_NameOfColor.3 -- ln GetColor.3 Tk_NameOfColor.3 --fi --if test -r GetCursor.3; then -- rm -f Tk_NameOfCursor.3 -- ln GetCursor.3 Tk_NameOfCursor.3 --fi --if test -r GetFontStr.3; then -- rm -f Tk_NameOfFontStruct.3 -- ln GetFontStr.3 Tk_NameOfFontStruct.3 --fi --if test -r NameOfImg.3; then -- rm -f Tk_NameOfImage.3 -- ln NameOfImg.3 Tk_NameOfImage.3 --fi --if test -r GetJoinStl.3; then -- rm -f Tk_NameOfJoinStyle.3 -- ln GetJoinStl.3 Tk_NameOfJoinStyle.3 --fi --if test -r GetJustify.3; then -- rm -f Tk_NameOfJustify.3 -- ln GetJustify.3 Tk_NameOfJustify.3 --fi --if test -r GetRelief.3; then -- rm -f Tk_NameOfRelief.3 -- ln GetRelief.3 Tk_NameOfRelief.3 --fi --if test -r Name.3; then -- rm -f Tk_NameToWindow.3 -- ln Name.3 Tk_NameToWindow.3 --fi --if test -r ConfigWidg.3; then -- rm -f Tk_Offset.3 -- ln ConfigWidg.3 Tk_Offset.3 --fi --if test -r OwnSelect.3; then -- rm -f Tk_OwnSelection.3 -- ln OwnSelect.3 Tk_OwnSelection.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Parent.3 -- ln WindowId.3 Tk_Parent.3 --fi --if test -r ParseArgv.3; then -- rm -f Tk_ParseArgv.3 -- ln ParseArgv.3 Tk_ParseArgv.3 --fi --if test -r Name.3; then -- rm -f Tk_PathName.3 -- ln Name.3 Tk_PathName.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_PhotoBlank.3 -- ln FindPhoto.3 Tk_PhotoBlank.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_PhotoExpand.3 -- ln FindPhoto.3 Tk_PhotoExpand.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_PhotoGetImage.3 -- ln FindPhoto.3 Tk_PhotoGetImage.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_PhotoGetSize.3 -- ln FindPhoto.3 Tk_PhotoGetSize.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_PhotoPutBlock.3 -- ln FindPhoto.3 Tk_PhotoPutBlock.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_PhotoPutZoomedBlock.3 -- ln FindPhoto.3 Tk_PhotoPutZoomedBlock.3 --fi --if test -r FindPhoto.3; then -- rm -f Tk_PhotoSetSize.3 -- ln FindPhoto.3 Tk_PhotoSetSize.3 --fi --if test -r QWinEvent.3; then -- rm -f Tk_QueueWindowEvent.3 -- ln QWinEvent.3 Tk_QueueWindowEvent.3 --fi --if test -r GetImage.3; then -- rm -f Tk_RedrawImage.3 -- ln GetImage.3 Tk_RedrawImage.3 --fi --if test -r WindowId.3; then -- rm -f Tk_ReqHeight.3 -- ln WindowId.3 Tk_ReqHeight.3 --fi --if test -r WindowId.3; then -- rm -f Tk_ReqWidth.3 -- ln WindowId.3 Tk_ReqWidth.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_ResizeWindow.3 -- ln ConfigWind.3 Tk_ResizeWindow.3 --fi --if test -r Restack.3; then -- rm -f Tk_RestackWindow.3 -- ln Restack.3 Tk_RestackWindow.3 --fi --if test -r RestrictEv.3; then -- rm -f Tk_RestrictEvents.3 -- ln RestrictEv.3 Tk_RestrictEvents.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Screen.3 -- ln WindowId.3 Tk_Screen.3 --fi --if test -r WindowId.3; then -- rm -f Tk_ScreenNumber.3 -- ln WindowId.3 Tk_ScreenNumber.3 --fi --if test -r SetAppName.3; then -- rm -f Tk_SetAppName.3 -- ln SetAppName.3 Tk_SetAppName.3 --fi --if test -r 3DBorder.3; then -- rm -f Tk_SetBackgroundFromBorder.3 -- ln 3DBorder.3 Tk_SetBackgroundFromBorder.3 --fi --if test -r SetClass.3; then -- rm -f Tk_SetClass.3 -- ln SetClass.3 Tk_SetClass.3 --fi --if test -r SetGrid.3; then -- rm -f Tk_SetGrid.3 -- ln SetGrid.3 Tk_SetGrid.3 --fi --if test -r GeomReq.3; then -- rm -f Tk_SetInternalBorder.3 -- ln GeomReq.3 Tk_SetInternalBorder.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_SetWindowBackground.3 -- ln ConfigWind.3 Tk_SetWindowBackground.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_SetWindowBackgroundPixmap.3 -- ln ConfigWind.3 Tk_SetWindowBackgroundPixmap.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_SetWindowBorder.3 -- ln ConfigWind.3 Tk_SetWindowBorder.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_SetWindowBorderPixmap.3 -- ln ConfigWind.3 Tk_SetWindowBorderPixmap.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_SetWindowBorderWidth.3 -- ln ConfigWind.3 Tk_SetWindowBorderWidth.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_SetWindowColormap.3 -- ln ConfigWind.3 Tk_SetWindowColormap.3 --fi --if test -r SetVisual.3; then -- rm -f Tk_SetWindowVisual.3 -- ln SetVisual.3 Tk_SetWindowVisual.3 --fi --if test -r GetBitmap.3; then -- rm -f Tk_SizeOfBitmap.3 -- ln GetBitmap.3 Tk_SizeOfBitmap.3 --fi --if test -r GetImage.3; then -- rm -f Tk_SizeOfImage.3 -- ln GetImage.3 Tk_SizeOfImage.3 --fi --if test -r StrictMotif.3; then -- rm -f Tk_StrictMotif.3 -- ln StrictMotif.3 Tk_StrictMotif.3 --fi --if test -r GetUid.3; then -- rm -f Tk_Uid.3 -- ln GetUid.3 Tk_Uid.3 --fi --if test -r ConfigWind.3; then -- rm -f Tk_UndefineCursor.3 -- ln ConfigWind.3 Tk_UndefineCursor.3 --fi --if test -r MaintGeom.3; then -- rm -f Tk_UnmaintainGeometry.3 -- ln MaintGeom.3 Tk_UnmaintainGeometry.3 --fi --if test -r MapWindow.3; then -- rm -f Tk_UnmapWindow.3 -- ln MapWindow.3 Tk_UnmapWindow.3 --fi --if test -r SetGrid.3; then -- rm -f Tk_UnsetGrid.3 -- ln SetGrid.3 Tk_UnsetGrid.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Visual.3 -- ln WindowId.3 Tk_Visual.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Width.3 -- ln WindowId.3 Tk_Width.3 --fi --if test -r WindowId.3; then -- rm -f Tk_WindowId.3 -- ln WindowId.3 Tk_WindowId.3 --fi --if test -r WindowId.3; then -- rm -f Tk_X.3 -- ln WindowId.3 Tk_X.3 --fi --if test -r WindowId.3; then -- rm -f Tk_Y.3 -- ln WindowId.3 Tk_Y.3 --fi --if test -r menubar.n; then -- rm -f tk_bindForTraversal.n -- ln menubar.n tk_bindForTraversal.n --fi --if test -r palette.n; then -- rm -f tk_bisque.n -- ln palette.n tk_bisque.n --fi --if test -r chooseColor.n; then -- rm -f tk_chooseColor.n -- ln chooseColor.n tk_chooseColor.n --fi --if test -r dialog.n; then -- rm -f tk_dialog.n -- ln dialog.n tk_dialog.n --fi --if test -r focusNext.n; then -- rm -f tk_focusFollowsMouse.n -- ln focusNext.n tk_focusFollowsMouse.n --fi --if test -r focusNext.n; then -- rm -f tk_focusNext.n -- ln focusNext.n tk_focusNext.n --fi --if test -r focusNext.n; then -- rm -f tk_focusPrev.n -- ln focusNext.n tk_focusPrev.n --fi --if test -r getOpenFile.n; then -- rm -f tk_getOpenFile.n -- ln getOpenFile.n tk_getOpenFile.n --fi --if test -r getOpenFile.n; then -- rm -f tk_getSaveFile.n -- ln getOpenFile.n tk_getSaveFile.n --fi --if test -r menubar.n; then -- rm -f tk_menuBar.n -- ln menubar.n tk_menuBar.n --fi --if test -r messageBox.n; then -- rm -f tk_messageBox.n -- ln messageBox.n tk_messageBox.n --fi --if test -r optionMenu.n; then -- rm -f tk_optionMenu.n -- ln optionMenu.n tk_optionMenu.n --fi --if test -r popup.n; then -- rm -f tk_popup.n -- ln popup.n tk_popup.n --fi --if test -r palette.n; then -- rm -f tk_setPalette.n -- ln palette.n tk_setPalette.n -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_3DBorderColor.3.gz -+ ln 3DBorder.3.gz Tk_3DBorderColor.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_3DBorderGC.3.gz -+ ln 3DBorder.3.gz Tk_3DBorderGC.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_3DHorizontalBevel.3.gz -+ ln 3DBorder.3.gz Tk_3DHorizontalBevel.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_3DVerticalBevel.3.gz -+ ln 3DBorder.3.gz Tk_3DVerticalBevel.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Attributes.3.gz -+ ln WindowId.3.gz Tk_Attributes.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_BindEvent.3.gz -+ ln BindTable.3.gz Tk_BindEvent.3.gz -+fi -+if test -r CanvTkwin.3.gz; then -+ rm -f Tk_CanvasDrawableCoords.3.gz -+ ln CanvTkwin.3.gz Tk_CanvasDrawableCoords.3.gz -+fi -+if test -r CanvTkwin.3.gz; then -+ rm -f Tk_CanvasEventuallyRedraw.3.gz -+ ln CanvTkwin.3.gz Tk_CanvasEventuallyRedraw.3.gz -+fi -+if test -r CanvTkwin.3.gz; then -+ rm -f Tk_CanvasGetCoord.3.gz -+ ln CanvTkwin.3.gz Tk_CanvasGetCoord.3.gz -+fi -+if test -r CanvPsY.3.gz; then -+ rm -f Tk_CanvasPsBitmap.3.gz -+ ln CanvPsY.3.gz Tk_CanvasPsBitmap.3.gz -+fi -+if test -r CanvPsY.3.gz; then -+ rm -f Tk_CanvasPsColor.3.gz -+ ln CanvPsY.3.gz Tk_CanvasPsColor.3.gz -+fi -+if test -r CanvPsY.3.gz; then -+ rm -f Tk_CanvasPsFont.3.gz -+ ln CanvPsY.3.gz Tk_CanvasPsFont.3.gz -+fi -+if test -r CanvPsY.3.gz; then -+ rm -f Tk_CanvasPsPath.3.gz -+ ln CanvPsY.3.gz Tk_CanvasPsPath.3.gz -+fi -+if test -r CanvPsY.3.gz; then -+ rm -f Tk_CanvasPsStipple.3.gz -+ ln CanvPsY.3.gz Tk_CanvasPsStipple.3.gz -+fi -+if test -r CanvPsY.3.gz; then -+ rm -f Tk_CanvasPsY.3.gz -+ ln CanvPsY.3.gz Tk_CanvasPsY.3.gz -+fi -+if test -r CanvTkwin.3.gz; then -+ rm -f Tk_CanvasSetStippleOrigin.3.gz -+ ln CanvTkwin.3.gz Tk_CanvasSetStippleOrigin.3.gz -+fi -+if test -r CanvTkwin.3.gz; then -+ rm -f Tk_CanvasTagsOption.3.gz -+ ln CanvTkwin.3.gz Tk_CanvasTagsOption.3.gz -+fi -+if test -r CanvTxtInfo.3.gz; then -+ rm -f Tk_CanvasTextInfo.3.gz -+ ln CanvTxtInfo.3.gz Tk_CanvasTextInfo.3.gz -+fi -+if test -r CanvTkwin.3.gz; then -+ rm -f Tk_CanvasTkwin.3.gz -+ ln CanvTkwin.3.gz Tk_CanvasTkwin.3.gz -+fi -+if test -r CanvTkwin.3.gz; then -+ rm -f Tk_CanvasWindowCoords.3.gz -+ ln CanvTkwin.3.gz Tk_CanvasWindowCoords.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_ChangeWindowAttributes.3.gz -+ ln ConfigWind.3.gz Tk_ChangeWindowAttributes.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Changes.3.gz -+ ln WindowId.3.gz Tk_Changes.3.gz -+fi -+if test -r SetClass.3.gz; then -+ rm -f Tk_Class.3.gz -+ ln SetClass.3.gz Tk_Class.3.gz -+fi -+if test -r ClrSelect.3.gz; then -+ rm -f Tk_ClearSelection.3.gz -+ ln ClrSelect.3.gz Tk_ClearSelection.3.gz -+fi -+if test -r Clipboard.3.gz; then -+ rm -f Tk_ClipboardAppend.3.gz -+ ln Clipboard.3.gz Tk_ClipboardAppend.3.gz -+fi -+if test -r Clipboard.3.gz; then -+ rm -f Tk_ClipboardClear.3.gz -+ ln Clipboard.3.gz Tk_ClipboardClear.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Colormap.3.gz -+ ln WindowId.3.gz Tk_Colormap.3.gz -+fi -+if test -r ConfigWidg.3.gz; then -+ rm -f Tk_ConfigureInfo.3.gz -+ ln ConfigWidg.3.gz Tk_ConfigureInfo.3.gz -+fi -+if test -r ConfigWidg.3.gz; then -+ rm -f Tk_ConfigureValue.3.gz -+ ln ConfigWidg.3.gz Tk_ConfigureValue.3.gz -+fi -+if test -r ConfigWidg.3.gz; then -+ rm -f Tk_ConfigureWidget.3.gz -+ ln ConfigWidg.3.gz Tk_ConfigureWidget.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_ConfigureWindow.3.gz -+ ln ConfigWind.3.gz Tk_ConfigureWindow.3.gz -+fi -+if test -r CoordToWin.3.gz; then -+ rm -f Tk_CoordsToWindow.3.gz -+ ln CoordToWin.3.gz Tk_CoordsToWindow.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_CreateBinding.3.gz -+ ln BindTable.3.gz Tk_CreateBinding.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_CreateBindingTable.3.gz -+ ln BindTable.3.gz Tk_CreateBindingTable.3.gz -+fi -+if test -r CrtErrHdlr.3.gz; then -+ rm -f Tk_CreateErrorHandler.3.gz -+ ln CrtErrHdlr.3.gz Tk_CreateErrorHandler.3.gz -+fi -+if test -r EventHndlr.3.gz; then -+ rm -f Tk_CreateEventHandler.3.gz -+ ln EventHndlr.3.gz Tk_CreateEventHandler.3.gz -+fi -+if test -r CrtGenHdlr.3.gz; then -+ rm -f Tk_CreateGenericHandler.3.gz -+ ln CrtGenHdlr.3.gz Tk_CreateGenericHandler.3.gz -+fi -+if test -r CrtImgType.3.gz; then -+ rm -f Tk_CreateImageType.3.gz -+ ln CrtImgType.3.gz Tk_CreateImageType.3.gz -+fi -+if test -r CrtItemType.3.gz; then -+ rm -f Tk_CreateItemType.3.gz -+ ln CrtItemType.3.gz Tk_CreateItemType.3.gz -+fi -+if test -r CrtPhImgFmt.3.gz; then -+ rm -f Tk_CreatePhotoImageFormat.3.gz -+ ln CrtPhImgFmt.3.gz Tk_CreatePhotoImageFormat.3.gz -+fi -+if test -r CrtSelHdlr.3.gz; then -+ rm -f Tk_CreateSelHandler.3.gz -+ ln CrtSelHdlr.3.gz Tk_CreateSelHandler.3.gz -+fi -+if test -r CrtWindow.3.gz; then -+ rm -f Tk_CreateWindow.3.gz -+ ln CrtWindow.3.gz Tk_CreateWindow.3.gz -+fi -+if test -r CrtWindow.3.gz; then -+ rm -f Tk_CreateWindowFromPath.3.gz -+ ln CrtWindow.3.gz Tk_CreateWindowFromPath.3.gz -+fi -+if test -r GetBitmap.3.gz; then -+ rm -f Tk_DefineBitmap.3.gz -+ ln GetBitmap.3.gz Tk_DefineBitmap.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_DefineCursor.3.gz -+ ln ConfigWind.3.gz Tk_DefineCursor.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_DeleteAllBindings.3.gz -+ ln BindTable.3.gz Tk_DeleteAllBindings.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_DeleteBinding.3.gz -+ ln BindTable.3.gz Tk_DeleteBinding.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_DeleteBindingTable.3.gz -+ ln BindTable.3.gz Tk_DeleteBindingTable.3.gz -+fi -+if test -r CrtErrHdlr.3.gz; then -+ rm -f Tk_DeleteErrorHandler.3.gz -+ ln CrtErrHdlr.3.gz Tk_DeleteErrorHandler.3.gz -+fi -+if test -r EventHndlr.3.gz; then -+ rm -f Tk_DeleteEventHandler.3.gz -+ ln EventHndlr.3.gz Tk_DeleteEventHandler.3.gz -+fi -+if test -r CrtGenHdlr.3.gz; then -+ rm -f Tk_DeleteGenericHandler.3.gz -+ ln CrtGenHdlr.3.gz Tk_DeleteGenericHandler.3.gz -+fi -+if test -r DeleteImg.3.gz; then -+ rm -f Tk_DeleteImage.3.gz -+ ln DeleteImg.3.gz Tk_DeleteImage.3.gz -+fi -+if test -r CrtSelHdlr.3.gz; then -+ rm -f Tk_DeleteSelHandler.3.gz -+ ln CrtSelHdlr.3.gz Tk_DeleteSelHandler.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Depth.3.gz -+ ln WindowId.3.gz Tk_Depth.3.gz -+fi -+if test -r CrtWindow.3.gz; then -+ rm -f Tk_DestroyWindow.3.gz -+ ln CrtWindow.3.gz Tk_DestroyWindow.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Display.3.gz -+ ln WindowId.3.gz Tk_Display.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_DisplayName.3.gz -+ ln WindowId.3.gz Tk_DisplayName.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_Draw3DPolygon.3.gz -+ ln 3DBorder.3.gz Tk_Draw3DPolygon.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_Draw3DRectangle.3.gz -+ ln 3DBorder.3.gz Tk_Draw3DRectangle.3.gz -+fi -+if test -r DrawFocHlt.3.gz; then -+ rm -f Tk_DrawFocusHighlight.3.gz -+ ln DrawFocHlt.3.gz Tk_DrawFocusHighlight.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_Fill3DPolygon.3.gz -+ ln 3DBorder.3.gz Tk_Fill3DPolygon.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_Fill3DRectangle.3.gz -+ ln 3DBorder.3.gz Tk_Fill3DRectangle.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_FindPhoto.3.gz -+ ln FindPhoto.3.gz Tk_FindPhoto.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_Free3DBorder.3.gz -+ ln 3DBorder.3.gz Tk_Free3DBorder.3.gz -+fi -+if test -r GetBitmap.3.gz; then -+ rm -f Tk_FreeBitmap.3.gz -+ ln GetBitmap.3.gz Tk_FreeBitmap.3.gz -+fi -+if test -r GetColor.3.gz; then -+ rm -f Tk_FreeColor.3.gz -+ ln GetColor.3.gz Tk_FreeColor.3.gz -+fi -+if test -r GetClrmap.3.gz; then -+ rm -f Tk_FreeColormap.3.gz -+ ln GetClrmap.3.gz Tk_FreeColormap.3.gz -+fi -+if test -r GetCursor.3.gz; then -+ rm -f Tk_FreeCursor.3.gz -+ ln GetCursor.3.gz Tk_FreeCursor.3.gz -+fi -+if test -r GetFontStr.3.gz; then -+ rm -f Tk_FreeFontStruct.3.gz -+ ln GetFontStr.3.gz Tk_FreeFontStruct.3.gz -+fi -+if test -r GetGC.3.gz; then -+ rm -f Tk_FreeGC.3.gz -+ ln GetGC.3.gz Tk_FreeGC.3.gz -+fi -+if test -r GetImage.3.gz; then -+ rm -f Tk_FreeImage.3.gz -+ ln GetImage.3.gz Tk_FreeImage.3.gz -+fi -+if test -r ConfigWidg.3.gz; then -+ rm -f Tk_FreeOptions.3.gz -+ ln ConfigWidg.3.gz Tk_FreeOptions.3.gz -+fi -+if test -r GetPixmap.3.gz; then -+ rm -f Tk_FreePixmap.3.gz -+ ln GetPixmap.3.gz Tk_FreePixmap.3.gz -+fi -+if test -r FreeXId.3.gz; then -+ rm -f Tk_FreeXId.3.gz -+ ln FreeXId.3.gz Tk_FreeXId.3.gz -+fi -+if test -r GeomReq.3.gz; then -+ rm -f Tk_GeometryRequest.3.gz -+ ln GeomReq.3.gz Tk_GeometryRequest.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_Get3DBorder.3.gz -+ ln 3DBorder.3.gz Tk_Get3DBorder.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_GetAllBindings.3.gz -+ ln BindTable.3.gz Tk_GetAllBindings.3.gz -+fi -+if test -r GetAnchor.3.gz; then -+ rm -f Tk_GetAnchor.3.gz -+ ln GetAnchor.3.gz Tk_GetAnchor.3.gz -+fi -+if test -r InternAtom.3.gz; then -+ rm -f Tk_GetAtomName.3.gz -+ ln InternAtom.3.gz Tk_GetAtomName.3.gz -+fi -+if test -r BindTable.3.gz; then -+ rm -f Tk_GetBinding.3.gz -+ ln BindTable.3.gz Tk_GetBinding.3.gz -+fi -+if test -r GetBitmap.3.gz; then -+ rm -f Tk_GetBitmap.3.gz -+ ln GetBitmap.3.gz Tk_GetBitmap.3.gz -+fi -+if test -r GetBitmap.3.gz; then -+ rm -f Tk_GetBitmapFromData.3.gz -+ ln GetBitmap.3.gz Tk_GetBitmapFromData.3.gz -+fi -+if test -r GetCapStyl.3.gz; then -+ rm -f Tk_GetCapStyle.3.gz -+ ln GetCapStyl.3.gz Tk_GetCapStyle.3.gz -+fi -+if test -r GetColor.3.gz; then -+ rm -f Tk_GetColor.3.gz -+ ln GetColor.3.gz Tk_GetColor.3.gz -+fi -+if test -r GetColor.3.gz; then -+ rm -f Tk_GetColorByValue.3.gz -+ ln GetColor.3.gz Tk_GetColorByValue.3.gz -+fi -+if test -r GetClrmap.3.gz; then -+ rm -f Tk_GetColormap.3.gz -+ ln GetClrmap.3.gz Tk_GetColormap.3.gz -+fi -+if test -r GetCursor.3.gz; then -+ rm -f Tk_GetCursor.3.gz -+ ln GetCursor.3.gz Tk_GetCursor.3.gz -+fi -+if test -r GetCursor.3.gz; then -+ rm -f Tk_GetCursorFromData.3.gz -+ ln GetCursor.3.gz Tk_GetCursorFromData.3.gz -+fi -+if test -r GetFontStr.3.gz; then -+ rm -f Tk_GetFontStruct.3.gz -+ ln GetFontStr.3.gz Tk_GetFontStruct.3.gz -+fi -+if test -r GetGC.3.gz; then -+ rm -f Tk_GetGC.3.gz -+ ln GetGC.3.gz Tk_GetGC.3.gz -+fi -+if test -r GetImage.3.gz; then -+ rm -f Tk_GetImage.3.gz -+ ln GetImage.3.gz Tk_GetImage.3.gz -+fi -+if test -r CrtItemType.3.gz; then -+ rm -f Tk_GetItemTypes.3.gz -+ ln CrtItemType.3.gz Tk_GetItemTypes.3.gz -+fi -+if test -r GetJoinStl.3.gz; then -+ rm -f Tk_GetJoinStyle.3.gz -+ ln GetJoinStl.3.gz Tk_GetJoinStyle.3.gz -+fi -+if test -r GetJustify.3.gz; then -+ rm -f Tk_GetJustify.3.gz -+ ln GetJustify.3.gz Tk_GetJustify.3.gz -+fi -+if test -r GetOption.3.gz; then -+ rm -f Tk_GetOption.3.gz -+ ln GetOption.3.gz Tk_GetOption.3.gz -+fi -+if test -r GetPixels.3.gz; then -+ rm -f Tk_GetPixels.3.gz -+ ln GetPixels.3.gz Tk_GetPixels.3.gz -+fi -+if test -r GetPixmap.3.gz; then -+ rm -f Tk_GetPixmap.3.gz -+ ln GetPixmap.3.gz Tk_GetPixmap.3.gz -+fi -+if test -r GetRelief.3.gz; then -+ rm -f Tk_GetRelief.3.gz -+ ln GetRelief.3.gz Tk_GetRelief.3.gz -+fi -+if test -r GetRootCrd.3.gz; then -+ rm -f Tk_GetRootCoords.3.gz -+ ln GetRootCrd.3.gz Tk_GetRootCoords.3.gz -+fi -+if test -r GetPixels.3.gz; then -+ rm -f Tk_GetScreenMM.3.gz -+ ln GetPixels.3.gz Tk_GetScreenMM.3.gz -+fi -+if test -r GetScroll.3.gz; then -+ rm -f Tk_GetScrollInfo.3.gz -+ ln GetScroll.3.gz Tk_GetScrollInfo.3.gz -+fi -+if test -r GetSelect.3.gz; then -+ rm -f Tk_GetSelection.3.gz -+ ln GetSelect.3.gz Tk_GetSelection.3.gz -+fi -+if test -r GetUid.3.gz; then -+ rm -f Tk_GetUid.3.gz -+ ln GetUid.3.gz Tk_GetUid.3.gz -+fi -+if test -r GetVRoot.3.gz; then -+ rm -f Tk_GetVRootGeometry.3.gz -+ ln GetVRoot.3.gz Tk_GetVRootGeometry.3.gz -+fi -+if test -r GetVisual.3.gz; then -+ rm -f Tk_GetVisual.3.gz -+ ln GetVisual.3.gz Tk_GetVisual.3.gz -+fi -+if test -r HandleEvent.3.gz; then -+ rm -f Tk_HandleEvent.3.gz -+ ln HandleEvent.3.gz Tk_HandleEvent.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Height.3.gz -+ ln WindowId.3.gz Tk_Height.3.gz -+fi -+if test -r IdToWindow.3.gz; then -+ rm -f Tk_IdToWindow.3.gz -+ ln IdToWindow.3.gz Tk_IdToWindow.3.gz -+fi -+if test -r ImgChanged.3.gz; then -+ rm -f Tk_ImageChanged.3.gz -+ ln ImgChanged.3.gz Tk_ImageChanged.3.gz -+fi -+if test -r InternAtom.3.gz; then -+ rm -f Tk_InternAtom.3.gz -+ ln InternAtom.3.gz Tk_InternAtom.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_InternalBorderWidth.3.gz -+ ln WindowId.3.gz Tk_InternalBorderWidth.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_IsMapped.3.gz -+ ln WindowId.3.gz Tk_IsMapped.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_IsTopLevel.3.gz -+ ln WindowId.3.gz Tk_IsTopLevel.3.gz -+fi -+if test -r MainLoop.3.gz; then -+ rm -f Tk_MainLoop.3.gz -+ ln MainLoop.3.gz Tk_MainLoop.3.gz -+fi -+if test -r MainWin.3.gz; then -+ rm -f Tk_MainWindow.3.gz -+ ln MainWin.3.gz Tk_MainWindow.3.gz -+fi -+if test -r MaintGeom.3.gz; then -+ rm -f Tk_MaintainGeometry.3.gz -+ ln MaintGeom.3.gz Tk_MaintainGeometry.3.gz -+fi -+if test -r CrtWindow.3.gz; then -+ rm -f Tk_MakeWindowExist.3.gz -+ ln CrtWindow.3.gz Tk_MakeWindowExist.3.gz -+fi -+if test -r ManageGeom.3.gz; then -+ rm -f Tk_ManageGeometry.3.gz -+ ln ManageGeom.3.gz Tk_ManageGeometry.3.gz -+fi -+if test -r MapWindow.3.gz; then -+ rm -f Tk_MapWindow.3.gz -+ ln MapWindow.3.gz Tk_MapWindow.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_MoveResizeWindow.3.gz -+ ln ConfigWind.3.gz Tk_MoveResizeWindow.3.gz -+fi -+if test -r MoveToplev.3.gz; then -+ rm -f Tk_MoveToplevelWindow.3.gz -+ ln MoveToplev.3.gz Tk_MoveToplevelWindow.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_MoveWindow.3.gz -+ ln ConfigWind.3.gz Tk_MoveWindow.3.gz -+fi -+if test -r Name.3.gz; then -+ rm -f Tk_Name.3.gz -+ ln Name.3.gz Tk_Name.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_NameOf3DBorder.3.gz -+ ln 3DBorder.3.gz Tk_NameOf3DBorder.3.gz -+fi -+if test -r GetAnchor.3.gz; then -+ rm -f Tk_NameOfAnchor.3.gz -+ ln GetAnchor.3.gz Tk_NameOfAnchor.3.gz -+fi -+if test -r GetBitmap.3.gz; then -+ rm -f Tk_NameOfBitmap.3.gz -+ ln GetBitmap.3.gz Tk_NameOfBitmap.3.gz -+fi -+if test -r GetCapStyl.3.gz; then -+ rm -f Tk_NameOfCapStyle.3.gz -+ ln GetCapStyl.3.gz Tk_NameOfCapStyle.3.gz -+fi -+if test -r GetColor.3.gz; then -+ rm -f Tk_NameOfColor.3.gz -+ ln GetColor.3.gz Tk_NameOfColor.3.gz -+fi -+if test -r GetCursor.3.gz; then -+ rm -f Tk_NameOfCursor.3.gz -+ ln GetCursor.3.gz Tk_NameOfCursor.3.gz -+fi -+if test -r GetFontStr.3.gz; then -+ rm -f Tk_NameOfFontStruct.3.gz -+ ln GetFontStr.3.gz Tk_NameOfFontStruct.3.gz -+fi -+if test -r NameOfImg.3.gz; then -+ rm -f Tk_NameOfImage.3.gz -+ ln NameOfImg.3.gz Tk_NameOfImage.3.gz -+fi -+if test -r GetJoinStl.3.gz; then -+ rm -f Tk_NameOfJoinStyle.3.gz -+ ln GetJoinStl.3.gz Tk_NameOfJoinStyle.3.gz -+fi -+if test -r GetJustify.3.gz; then -+ rm -f Tk_NameOfJustify.3.gz -+ ln GetJustify.3.gz Tk_NameOfJustify.3.gz -+fi -+if test -r GetRelief.3.gz; then -+ rm -f Tk_NameOfRelief.3.gz -+ ln GetRelief.3.gz Tk_NameOfRelief.3.gz -+fi -+if test -r Name.3.gz; then -+ rm -f Tk_NameToWindow.3.gz -+ ln Name.3.gz Tk_NameToWindow.3.gz -+fi -+if test -r ConfigWidg.3.gz; then -+ rm -f Tk_Offset.3.gz -+ ln ConfigWidg.3.gz Tk_Offset.3.gz -+fi -+if test -r OwnSelect.3.gz; then -+ rm -f Tk_OwnSelection.3.gz -+ ln OwnSelect.3.gz Tk_OwnSelection.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Parent.3.gz -+ ln WindowId.3.gz Tk_Parent.3.gz -+fi -+if test -r ParseArgv.3.gz; then -+ rm -f Tk_ParseArgv.3.gz -+ ln ParseArgv.3.gz Tk_ParseArgv.3.gz -+fi -+if test -r Name.3.gz; then -+ rm -f Tk_PathName.3.gz -+ ln Name.3.gz Tk_PathName.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_PhotoBlank.3.gz -+ ln FindPhoto.3.gz Tk_PhotoBlank.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_PhotoExpand.3.gz -+ ln FindPhoto.3.gz Tk_PhotoExpand.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_PhotoGetImage.3.gz -+ ln FindPhoto.3.gz Tk_PhotoGetImage.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_PhotoGetSize.3.gz -+ ln FindPhoto.3.gz Tk_PhotoGetSize.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_PhotoPutBlock.3.gz -+ ln FindPhoto.3.gz Tk_PhotoPutBlock.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_PhotoPutZoomedBlock.3.gz -+ ln FindPhoto.3.gz Tk_PhotoPutZoomedBlock.3.gz -+fi -+if test -r FindPhoto.3.gz; then -+ rm -f Tk_PhotoSetSize.3.gz -+ ln FindPhoto.3.gz Tk_PhotoSetSize.3.gz -+fi -+if test -r QWinEvent.3.gz; then -+ rm -f Tk_QueueWindowEvent.3.gz -+ ln QWinEvent.3.gz Tk_QueueWindowEvent.3.gz -+fi -+if test -r GetImage.3.gz; then -+ rm -f Tk_RedrawImage.3.gz -+ ln GetImage.3.gz Tk_RedrawImage.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_ReqHeight.3.gz -+ ln WindowId.3.gz Tk_ReqHeight.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_ReqWidth.3.gz -+ ln WindowId.3.gz Tk_ReqWidth.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_ResizeWindow.3.gz -+ ln ConfigWind.3.gz Tk_ResizeWindow.3.gz -+fi -+if test -r Restack.3.gz; then -+ rm -f Tk_RestackWindow.3.gz -+ ln Restack.3.gz Tk_RestackWindow.3.gz -+fi -+if test -r RestrictEv.3.gz; then -+ rm -f Tk_RestrictEvents.3.gz -+ ln RestrictEv.3.gz Tk_RestrictEvents.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Screen.3.gz -+ ln WindowId.3.gz Tk_Screen.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_ScreenNumber.3.gz -+ ln WindowId.3.gz Tk_ScreenNumber.3.gz -+fi -+if test -r SetAppName.3.gz; then -+ rm -f Tk_SetAppName.3.gz -+ ln SetAppName.3.gz Tk_SetAppName.3.gz -+fi -+if test -r 3DBorder.3.gz; then -+ rm -f Tk_SetBackgroundFromBorder.3.gz -+ ln 3DBorder.3.gz Tk_SetBackgroundFromBorder.3.gz -+fi -+if test -r SetClass.3.gz; then -+ rm -f Tk_SetClass.3.gz -+ ln SetClass.3.gz Tk_SetClass.3.gz -+fi -+if test -r SetGrid.3.gz; then -+ rm -f Tk_SetGrid.3.gz -+ ln SetGrid.3.gz Tk_SetGrid.3.gz -+fi -+if test -r GeomReq.3.gz; then -+ rm -f Tk_SetInternalBorder.3.gz -+ ln GeomReq.3.gz Tk_SetInternalBorder.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_SetWindowBackground.3.gz -+ ln ConfigWind.3.gz Tk_SetWindowBackground.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_SetWindowBackgroundPixmap.3.gz -+ ln ConfigWind.3.gz Tk_SetWindowBackgroundPixmap.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_SetWindowBorder.3.gz -+ ln ConfigWind.3.gz Tk_SetWindowBorder.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_SetWindowBorderPixmap.3.gz -+ ln ConfigWind.3.gz Tk_SetWindowBorderPixmap.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_SetWindowBorderWidth.3.gz -+ ln ConfigWind.3.gz Tk_SetWindowBorderWidth.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_SetWindowColormap.3.gz -+ ln ConfigWind.3.gz Tk_SetWindowColormap.3.gz -+fi -+if test -r SetVisual.3.gz; then -+ rm -f Tk_SetWindowVisual.3.gz -+ ln SetVisual.3.gz Tk_SetWindowVisual.3.gz -+fi -+if test -r GetBitmap.3.gz; then -+ rm -f Tk_SizeOfBitmap.3.gz -+ ln GetBitmap.3.gz Tk_SizeOfBitmap.3.gz -+fi -+if test -r GetImage.3.gz; then -+ rm -f Tk_SizeOfImage.3.gz -+ ln GetImage.3.gz Tk_SizeOfImage.3.gz -+fi -+if test -r StrictMotif.3.gz; then -+ rm -f Tk_StrictMotif.3.gz -+ ln StrictMotif.3.gz Tk_StrictMotif.3.gz -+fi -+if test -r GetUid.3.gz; then -+ rm -f Tk_Uid.3.gz -+ ln GetUid.3.gz Tk_Uid.3.gz -+fi -+if test -r ConfigWind.3.gz; then -+ rm -f Tk_UndefineCursor.3.gz -+ ln ConfigWind.3.gz Tk_UndefineCursor.3.gz -+fi -+if test -r MaintGeom.3.gz; then -+ rm -f Tk_UnmaintainGeometry.3.gz -+ ln MaintGeom.3.gz Tk_UnmaintainGeometry.3.gz -+fi -+if test -r MapWindow.3.gz; then -+ rm -f Tk_UnmapWindow.3.gz -+ ln MapWindow.3.gz Tk_UnmapWindow.3.gz -+fi -+if test -r SetGrid.3.gz; then -+ rm -f Tk_UnsetGrid.3.gz -+ ln SetGrid.3.gz Tk_UnsetGrid.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Visual.3.gz -+ ln WindowId.3.gz Tk_Visual.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Width.3.gz -+ ln WindowId.3.gz Tk_Width.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_WindowId.3.gz -+ ln WindowId.3.gz Tk_WindowId.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_X.3.gz -+ ln WindowId.3.gz Tk_X.3.gz -+fi -+if test -r WindowId.3.gz; then -+ rm -f Tk_Y.3.gz -+ ln WindowId.3.gz Tk_Y.3.gz -+fi -+if test -r menubar.n.gz; then -+ rm -f tk_bindForTraversal.n.gz -+ ln menubar.n.gz tk_bindForTraversal.n.gz -+fi -+if test -r palette.n.gz; then -+ rm -f tk_bisque.n.gz -+ ln palette.n.gz tk_bisque.n.gz -+fi -+if test -r chooseColor.n.gz; then -+ rm -f tk_chooseColor.n.gz -+ ln chooseColor.n.gz tk_chooseColor.n.gz -+fi -+if test -r dialog.n.gz; then -+ rm -f tk_dialog.n.gz -+ ln dialog.n.gz tk_dialog.n.gz -+fi -+if test -r focusNext.n.gz; then -+ rm -f tk_focusFollowsMouse.n.gz -+ ln focusNext.n.gz tk_focusFollowsMouse.n.gz -+fi -+if test -r focusNext.n.gz; then -+ rm -f tk_focusNext.n.gz -+ ln focusNext.n.gz tk_focusNext.n.gz -+fi -+if test -r focusNext.n.gz; then -+ rm -f tk_focusPrev.n.gz -+ ln focusNext.n.gz tk_focusPrev.n.gz -+fi -+if test -r getOpenFile.n.gz; then -+ rm -f tk_getOpenFile.n.gz -+ ln getOpenFile.n.gz tk_getOpenFile.n.gz -+fi -+if test -r getOpenFile.n.gz; then -+ rm -f tk_getSaveFile.n.gz -+ ln getOpenFile.n.gz tk_getSaveFile.n.gz -+fi -+if test -r menubar.n.gz; then -+ rm -f tk_menuBar.n.gz -+ ln menubar.n.gz tk_menuBar.n.gz -+fi -+if test -r messageBox.n.gz; then -+ rm -f tk_messageBox.n.gz -+ ln messageBox.n.gz tk_messageBox.n.gz -+fi -+if test -r optionMenu.n.gz; then -+ rm -f tk_optionMenu.n.gz -+ ln optionMenu.n.gz tk_optionMenu.n.gz -+fi -+if test -r popup.n.gz; then -+ rm -f tk_popup.n.gz -+ ln popup.n.gz tk_popup.n.gz -+fi -+if test -r palette.n.gz; then -+ rm -f tk_setPalette.n.gz -+ ln palette.n.gz tk_setPalette.n.gz - fi - exit 0 diff --git a/japanese/tk42/files/patch-ae b/japanese/tk42/files/patch-ae deleted file mode 100644 index caa3a78ea318..000000000000 --- a/japanese/tk42/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- ./unix/tkConfig.sh.in.ORIG Mon Feb 10 15:44:47 1997 -+++ ./unix/tkConfig.sh.in Mon Feb 10 15:45:10 1997 -@@ -19,7 +19,7 @@ - TK_MINOR_VERSION='@TK_MINOR_VERSION@' - - # -D flags for use with the C compiler. --TK_DEFS='@DEFS@' -+TK_DEFS='@DEFS@ -DKANJI -DKINPUT2' - - # The name of the Tk library (may be either a .a file or a shared library): - TK_LIB_FILE=@TK_LIB_FILE@ diff --git a/japanese/tk42/pkg-descr b/japanese/tk42/pkg-descr deleted file mode 100644 index 6ccf9a81c0b7..000000000000 --- a/japanese/tk42/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This package contains the binary release of Japanized Tk version 4.2, -a GUI toolkit for Tcl. - -Many thanks to Mr. Nishinaka and tcl-jp team. - -The best way to get started with Tcl is to read ``Tcl and the Tk -Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. -And Japanized version of this document is available. -`` Tcl and Tk Toolkit'', SOFTBANK, ISBN4-89052-819-9. - -A full set of manual pages is also provided with this package. - -NOTE: This kit requires a Japanized Tcl7.6 binary kit. diff --git a/japanese/tk42/pkg-plist b/japanese/tk42/pkg-plist deleted file mode 100644 index 0dee5730c7e4..000000000000 --- a/japanese/tk42/pkg-plist +++ /dev/null @@ -1,114 +0,0 @@ -bin/wish4.2jp -include/tk4.2jp/tk.h -include/tk4.2jp/tkWStr.h -include/tk4.2jp/generic/default.h -include/tk4.2jp/generic/tkCanvas.h -include/tk4.2jp/generic/tkPatch.h -include/tk4.2jp/generic/tkText.h -include/tk4.2jp/generic/ks_names.h -include/tk4.2jp/generic/tkFileFilter.h -include/tk4.2jp/generic/tkPort.h -include/tk4.2jp/generic/tkWStr.h -include/tk4.2jp/generic/tk.h -include/tk4.2jp/generic/tkInt.h -include/tk4.2jp/generic/tkSelect.h -include/tk4.2jp/unix/tkKinput2.h -include/tk4.2jp/unix/tkUnixDefault.h -include/tk4.2jp/unix/tkUnixInt.h -include/tk4.2jp/unix/tkUnixPort.h -lib/libtk42jp.a -lib/libtk42jp.so.1 -lib/libtk42jp.so -lib/tk4.2jp/tkConfig.sh -lib/tk4.2jp/demos/images/earth.gif -lib/tk4.2jp/demos/images/earthris.gif -lib/tk4.2jp/demos/images/face.bmp -lib/tk4.2jp/demos/images/flagdown.bmp -lib/tk4.2jp/demos/images/flagup.bmp -lib/tk4.2jp/demos/images/gray25.bmp -lib/tk4.2jp/demos/images/letters.bmp -lib/tk4.2jp/demos/images/noletter.bmp -lib/tk4.2jp/demos/images/pattern.bmp -lib/tk4.2jp/demos/images/teapot.ppm -lib/tk4.2jp/demos/images/tcllogo.gif -lib/tk4.2jp/demos/README -lib/tk4.2jp/demos/arrow.tcl -lib/tk4.2jp/demos/bind.tcl -lib/tk4.2jp/demos/bitmap.tcl -lib/tk4.2jp/demos/browse -lib/tk4.2jp/demos/button.tcl -lib/tk4.2jp/demos/check.tcl -lib/tk4.2jp/demos/clrpick.tcl -lib/tk4.2jp/demos/colors.tcl -lib/tk4.2jp/demos/cscroll.tcl -lib/tk4.2jp/demos/ctext.tcl -lib/tk4.2jp/demos/dialog1.tcl -lib/tk4.2jp/demos/dialog2.tcl -lib/tk4.2jp/demos/entry1.tcl -lib/tk4.2jp/demos/entry2.tcl -lib/tk4.2jp/demos/filebox.tcl -lib/tk4.2jp/demos/floor.tcl -lib/tk4.2jp/demos/form.tcl -lib/tk4.2jp/demos/hello -lib/tk4.2jp/demos/hscale.tcl -lib/tk4.2jp/demos/icon.tcl -lib/tk4.2jp/demos/image1.tcl -lib/tk4.2jp/demos/image2.tcl -lib/tk4.2jp/demos/items.tcl -lib/tk4.2jp/demos/ixset -lib/tk4.2jp/demos/label.tcl -lib/tk4.2jp/demos/license.terms -lib/tk4.2jp/demos/menu.tcl -lib/tk4.2jp/demos/msgbox.tcl -lib/tk4.2jp/demos/plot.tcl -lib/tk4.2jp/demos/puzzle.tcl -lib/tk4.2jp/demos/radio.tcl -lib/tk4.2jp/demos/rmt -lib/tk4.2jp/demos/rolodex -lib/tk4.2jp/demos/ruler.tcl -lib/tk4.2jp/demos/sayings.tcl -lib/tk4.2jp/demos/search.tcl -lib/tk4.2jp/demos/square -lib/tk4.2jp/demos/states.tcl -lib/tk4.2jp/demos/style.tcl -lib/tk4.2jp/demos/tclIndex -lib/tk4.2jp/demos/tcolor -lib/tk4.2jp/demos/text.tcl -lib/tk4.2jp/demos/timer -lib/tk4.2jp/demos/twind.tcl -lib/tk4.2jp/demos/vscale.tcl -lib/tk4.2jp/demos/widget -lib/tk4.2jp/bgerror.tcl -lib/tk4.2jp/button.tcl -lib/tk4.2jp/clrpick.tcl -lib/tk4.2jp/comdlg.tcl -lib/tk4.2jp/console.tcl -lib/tk4.2jp/dialog.tcl -lib/tk4.2jp/entry.tcl -lib/tk4.2jp/focus.tcl -lib/tk4.2jp/folder.gif -lib/tk4.2jp/kinput.tcl -lib/tk4.2jp/listbox.tcl -lib/tk4.2jp/menu.tcl -lib/tk4.2jp/msgbox.tcl -lib/tk4.2jp/obsolete.tcl -lib/tk4.2jp/optMenu.tcl -lib/tk4.2jp/palette.tcl -lib/tk4.2jp/scale.tcl -lib/tk4.2jp/scrlbar.tcl -lib/tk4.2jp/tearoff.tcl -lib/tk4.2jp/text.tcl -lib/tk4.2jp/textfile.gif -lib/tk4.2jp/tk.tcl -lib/tk4.2jp/tkfbox.tcl -lib/tk4.2jp/updir.xbm -lib/tk4.2jp/xmfbox.tcl -lib/tk4.2jp/tclIndex -lib/tk4.2jp/prolog.ps -lib/tk4.2jp/tkAppInit.c -@dirrm include/tk4.2jp/generic -@dirrm include/tk4.2jp/unix -@dirrm include/tk4.2jp -@dirrm lib/tk4.2jp/demos/images -@dirrm lib/tk4.2jp/demos -@dirrm lib/tk4.2jp |