From c807c49aa793a382526ec4b143728590ca8ead89 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 5 Feb 2007 13:48:38 +0000 Subject: This is Tk version 8.5, a GUI toolkit for Tcl. 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. WWW: http://www.tcl.tk/ PR: ports/108553 Submitted by: jkh --- x11-toolkits/tk86/Makefile | 394 ++++++++++++++++++++++++ x11-toolkits/tk86/distinfo | 3 + x11-toolkits/tk86/files/patch-unix::Makefile.in | 142 +++++++++ x11-toolkits/tk86/files/patch-unix::configure | 44 +++ x11-toolkits/tk86/files/pkgIndex.tcl | 3 + x11-toolkits/tk86/pkg-deinstall.wish | 22 ++ x11-toolkits/tk86/pkg-descr | 6 + x11-toolkits/tk86/pkg-install.wish | 32 ++ x11-toolkits/tk86/pkg-plist | 178 +++++++++++ 9 files changed, 824 insertions(+) create mode 100644 x11-toolkits/tk86/Makefile create mode 100644 x11-toolkits/tk86/distinfo create mode 100644 x11-toolkits/tk86/files/patch-unix::Makefile.in create mode 100644 x11-toolkits/tk86/files/patch-unix::configure create mode 100644 x11-toolkits/tk86/files/pkgIndex.tcl create mode 100644 x11-toolkits/tk86/pkg-deinstall.wish create mode 100644 x11-toolkits/tk86/pkg-descr create mode 100644 x11-toolkits/tk86/pkg-install.wish create mode 100644 x11-toolkits/tk86/pkg-plist (limited to 'x11-toolkits/tk86') diff --git a/x11-toolkits/tk86/Makefile b/x11-toolkits/tk86/Makefile new file mode 100644 index 000000000000..68286e0a30aa --- /dev/null +++ b/x11-toolkits/tk86/Makefile @@ -0,0 +1,394 @@ +# New ports collection makefile for: tk +# Date created: 17 January 2007 +# Whom: jkh +# +# $FreeBSD$ +# + +PORTNAME= tk +PORTVERSION= 8.5.a.5 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= tcl +DISTNAME= ${PORTNAME}${PORTVERSION:S/.a./a/}-src + +MAINTAINER= martin@matuska.org +COMMENT= Graphical toolkit for TCL + +LIB_DEPENDS= tcl85:${PORTSDIR}/${TCL85_PORT} + +LATEST_LINK= tk85 +USE_XLIB= yes +USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.a./a/}/unix +GNU_CONFIGURE= yes +TK_VER= 8.5 +SHORT_TK_VER= 85 +CONFIGURE_ARGS= --enable-shared --with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \ + --includedir=${PREFIX}/include/tk${TK_VER} +CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk${SHORT_TK_VER}.so.1 +MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} +PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER} +PKGINSTALL= ${PKGDIR}/pkg-install.wish +PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.wish +NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken +MANCOMPRESSED= no +DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER} + +.ifdef (WITH_THREADS) +CONFIGURE_ARGS+= --enable-threads +CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" +PKGNAMESUFFIX?= -threads +TCL85_PORT?= lang/tcl85-thread +.else +TCL85_PORT?= lang/tcl85 +.endif + +.if !defined(WITHOUT_TK85_MAN) + +MAN1= wish.1 +MAN3= 3DBorder.3 AddOption.3 BindTable.3 CanvPsY.3 CanvTkwin.3 \ + CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 ConfigWind.3 \ + CoordToWin.3 CrtCmHdlr.3 CrtErrHdlr.3 CrtGenHdlr.3 CrtImgType.3 \ + CrtItemType.3 CrtPhImgFmt.3 CrtSelHdlr.3 CrtWindow.3 DeleteImg.3 \ + DrawFocHlt.3 EventHndlr.3 FindPhoto.3 FontId.3 FreeXId.3 GeomReq.3 \ + GetAnchor.3 GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 \ + GetCursor.3 GetDash.3 GetFont.3 GetGC.3 GetHINSTANCE.3 GetHWND.3 \ + GetImage.3 GetJoinStl.3 GetJustify.3 GetOption.3 GetPixels.3 \ + GetPixmap.3 GetRelief.3 GetRootCrd.3 GetScroll.3 GetSelect.3 GetUid.3 \ + GetVRoot.3 GetVisual.3 Grab.3 HWNDToWindow.3 HandleEvent.3 \ + IdToWindow.3 ImgChanged.3 Inactive.3 InternAtom.3 MainLoop.3 MainWin.3 \ + MaintGeom.3 ManageGeom.3 MapWindow.3 MeasureChar.3 MoveToplev.3 \ + Name.3 NameOfImg.3 OwnSelect.3 ParseArgv.3 QWinEvent.3 Restack.3 \ + RestrictEv.3 SetAppName.3 SetCaret.3 SetClass.3 SetClassProcs.3 \ + SetGrid.3 SetOptions.3 SetVisual.3 StrictMotif.3 TextLayout.3 \ + Tk_Init.3 Tk_Main.3 TkInitStubs.3 WindowId.3 + +MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n \ + chooseColor.n chooseDirectory.n clipboard.n colors.n console.n \ + cursors.n destroy.n dialog.n entry.n event.n focus.n focusNext.n \ + font.n frame.n getOpenFile.n grab.n grid.n keysyms.n image.n label.n \ + labelframe.n listbox.n loadTk.n lower.n menu.n menubar.n menubutton.n \ + message.n messageBox.n option.n optionMenu.n options.n pack-old.n \ + pack.n panedwindow.n palette.n photo.n place.n popup.n radiobutton.n \ + raise.n scale.n scrollbar.n selection.n send.n spinbox.n text.n tk.n \ + tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wm.n + +# MLINKS generated via awk '/ln/ {print "\t" $2,$3,"\\"}' unix/mkLinks +MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ + 3DBorder.3 Tk_Get3DBorder.3 \ + 3DBorder.3 Tk_Get3DBorderFromObj.3 \ + 3DBorder.3 Tk_Draw3DRectangle.3 \ + 3DBorder.3 Tk_Fill3DRectangle.3 \ + 3DBorder.3 Tk_Draw3DPolygon.3 \ + 3DBorder.3 Tk_Fill3DPolygon.3 \ + 3DBorder.3 Tk_3DVerticalBevel.3 \ + 3DBorder.3 Tk_3DHorizontalBevel.3 \ + 3DBorder.3 Tk_SetBackgroundFromBorder.3 \ + 3DBorder.3 Tk_NameOf3DBorder.3 \ + 3DBorder.3 Tk_3DBorderColor.3 \ + 3DBorder.3 Tk_3DBorderGC.3 \ + 3DBorder.3 Tk_Free3DBorderFromObj.3 \ + 3DBorder.3 Tk_Free3DBorder.3 \ + AddOption.3 Tk_AddOption.3 \ + BindTable.3 Tk_CreateBindingTable.3 \ + BindTable.3 Tk_DeleteBindingTable.3 \ + BindTable.3 Tk_CreateBinding.3 \ + BindTable.3 Tk_DeleteBinding.3 \ + BindTable.3 Tk_GetBinding.3 \ + BindTable.3 Tk_GetAllBindings.3 \ + BindTable.3 Tk_DeleteAllBindings.3 \ + BindTable.3 Tk_BindEvent.3 \ + CanvPsY.3 Tk_CanvasPsY.3 \ + CanvPsY.3 Tk_CanvasPsBitmap.3 \ + CanvPsY.3 Tk_CanvasPsColor.3 \ + CanvPsY.3 Tk_CanvasPsFont.3 \ + CanvPsY.3 Tk_CanvasPsPath.3 \ + CanvPsY.3 Tk_CanvasPsStipple.3 \ + CanvTkwin.3 Tk_CanvasTkwin.3 \ + CanvTkwin.3 Tk_CanvasGetCoord.3 \ + CanvTkwin.3 Tk_CanvasDrawableCoords.3 \ + CanvTkwin.3 Tk_CanvasSetStippleOrigin.3 \ + CanvTkwin.3 Tk_CanvasWindowCoords.3 \ + CanvTkwin.3 Tk_CanvasEventuallyRedraw.3 \ + CanvTkwin.3 Tk_CanvasTagsOption.3 \ + CanvTxtInfo.3 Tk_CanvasGetTextInfo.3 \ + CanvTxtInfo.3 Tk_CanvasTextInfo.3 \ + Clipboard.3 Tk_ClipboardClear.3 \ + Clipboard.3 Tk_ClipboardAppend.3 \ + ClrSelect.3 Tk_ClearSelection.3 \ + ConfigWidg.3 Tk_ConfigureWidget.3 \ + ConfigWidg.3 Tk_ConfigureInfo.3 \ + ConfigWidg.3 Tk_ConfigureValue.3 \ + ConfigWidg.3 Tk_FreeOptions.3 \ + ConfigWind.3 Tk_ConfigureWindow.3 \ + ConfigWind.3 Tk_MoveWindow.3 \ + ConfigWind.3 Tk_ResizeWindow.3 \ + ConfigWind.3 Tk_MoveResizeWindow.3 \ + ConfigWind.3 Tk_SetWindowBorderWidth.3 \ + ConfigWind.3 Tk_ChangeWindowAttributes.3 \ + ConfigWind.3 Tk_SetWindowBackground.3 \ + ConfigWind.3 Tk_SetWindowBackgroundPixmap.3 \ + ConfigWind.3 Tk_SetWindowBorder.3 \ + ConfigWind.3 Tk_SetWindowBorderPixmap.3 \ + ConfigWind.3 Tk_SetWindowColormap.3 \ + ConfigWind.3 Tk_DefineCursor.3 \ + ConfigWind.3 Tk_UndefineCursor.3 \ + CoordToWin.3 Tk_CoordsToWindow.3 \ + CrtCmHdlr.3 Tk_CreateClientMessageHandler.3 \ + CrtCmHdlr.3 Tk_DeleteClientMessageHandler.3 \ + CrtErrHdlr.3 Tk_CreateErrorHandler.3 \ + CrtErrHdlr.3 Tk_DeleteErrorHandler.3 \ + CrtGenHdlr.3 Tk_CreateGenericHandler.3 \ + CrtGenHdlr.3 Tk_DeleteGenericHandler.3 \ + CrtImgType.3 Tk_CreateImageType.3 \ + CrtImgType.3 Tk_GetImageMasterData.3 \ + CrtImgType.3 Tk_InitImageArgs.3 \ + CrtItemType.3 Tk_CreateItemType.3 \ + CrtItemType.3 Tk_GetItemTypes.3 \ + CrtPhImgFmt.3 Tk_CreatePhotoImageFormat.3 \ + CrtSelHdlr.3 Tk_CreateSelHandler.3 \ + CrtSelHdlr.3 Tk_DeleteSelHandler.3 \ + CrtWindow.3 Tk_CreateWindow.3 \ + CrtWindow.3 Tk_CreateAnonymousWindow.3 \ + CrtWindow.3 Tk_CreateWindowFromPath.3 \ + CrtWindow.3 Tk_DestroyWindow.3 \ + CrtWindow.3 Tk_MakeWindowExist.3 \ + DeleteImg.3 Tk_DeleteImage.3 \ + DrawFocHlt.3 Tk_DrawFocusHighlight.3 \ + EventHndlr.3 Tk_CreateEventHandler.3 \ + EventHndlr.3 Tk_DeleteEventHandler.3 \ + FindPhoto.3 Tk_FindPhoto.3 \ + FindPhoto.3 Tk_PhotoPutBlock.3 \ + FindPhoto.3 Tk_PhotoPutZoomedBlock.3 \ + FindPhoto.3 Tk_PhotoGetImage.3 \ + FindPhoto.3 Tk_PhotoBlank.3 \ + FindPhoto.3 Tk_PhotoExpand.3 \ + FindPhoto.3 Tk_PhotoGetSize.3 \ + FindPhoto.3 Tk_PhotoSetSize.3 \ + FontId.3 Tk_FontId.3 \ + FontId.3 Tk_GetFontMetrics.3 \ + FontId.3 Tk_PostscriptFontName.3 \ + FreeXId.3 Tk_FreeXId.3 \ + GeomReq.3 Tk_GeometryRequest.3 \ + GeomReq.3 Tk_SetMinimumRequestSize.3 \ + GeomReq.3 Tk_SetInternalBorder.3 \ + GeomReq.3 Tk_SetInternalBorderEx.3 \ + GetAnchor.3 Tk_GetAnchorFromObj.3 \ + GetAnchor.3 Tk_GetAnchor.3 \ + GetAnchor.3 Tk_NameOfAnchor.3 \ + GetBitmap.3 Tk_AllocBitmapFromObj.3 \ + GetBitmap.3 Tk_GetBitmap.3 \ + GetBitmap.3 Tk_GetBitmapFromObj.3 \ + GetBitmap.3 Tk_DefineBitmap.3 \ + GetBitmap.3 Tk_NameOfBitmap.3 \ + GetBitmap.3 Tk_SizeOfBitmap.3 \ + GetBitmap.3 Tk_FreeBitmapFromObj.3 \ + GetBitmap.3 Tk_FreeBitmap.3 \ + GetCapStyl.3 Tk_GetCapStyle.3 \ + GetCapStyl.3 Tk_NameOfCapStyle.3 \ + GetClrmap.3 Tk_GetColormap.3 \ + GetClrmap.3 Tk_FreeColormap.3 \ + GetColor.3 Tk_AllocColorFromObj.3 \ + GetColor.3 Tk_GetColor.3 \ + GetColor.3 Tk_GetColorFromObj.3 \ + GetColor.3 Tk_GetColorByValue.3 \ + GetColor.3 Tk_NameOfColor.3 \ + GetColor.3 Tk_GCForColor.3 \ + GetColor.3 Tk_FreeColorFromObj.3 \ + GetColor.3 Tk_FreeColor.3 \ + GetCursor.3 Tk_AllocCursorFromObj.3 \ + GetCursor.3 Tk_GetCursor.3 \ + GetCursor.3 Tk_GetCursorFromObj.3 \ + GetCursor.3 Tk_GetCursorFromData.3 \ + GetCursor.3 Tk_NameOfCursor.3 \ + GetCursor.3 Tk_FreeCursorFromObj.3 \ + GetCursor.3 Tk_FreeCursor.3 \ + GetDash.3 Tk_GetDash.3 \ + GetFont.3 Tk_AllocFontFromObj.3 \ + GetFont.3 Tk_GetFont.3 \ + GetFont.3 Tk_GetFontFromObj.3 \ + GetFont.3 Tk_NameOfFont.3 \ + GetFont.3 Tk_FreeFontFromObj.3 \ + GetFont.3 Tk_FreeFont.3 \ + GetGC.3 Tk_GetGC.3 \ + GetGC.3 Tk_FreeGC.3 \ + GetHINSTANCE.3 Tk_GetHINSTANCE.3 \ + GetHWND.3 Tk_AttachHWND.3 \ + GetHWND.3 Tk_GetHWND.3 \ + GetImage.3 Tk_GetImage.3 \ + GetImage.3 Tk_RedrawImage.3 \ + GetImage.3 Tk_SizeOfImage.3 \ + GetImage.3 Tk_FreeImage.3 \ + GetJoinStl.3 Tk_GetJoinStyle.3 \ + GetJoinStl.3 Tk_NameOfJoinStyle.3 \ + GetJustify.3 Tk_GetJustifyFromObj.3 \ + GetJustify.3 Tk_GetJustify.3 \ + GetJustify.3 Tk_NameOfJustify.3 \ + GetOption.3 Tk_GetOption.3 \ + GetPixels.3 Tk_GetPixelsFromObj.3 \ + GetPixels.3 Tk_GetPixels.3 \ + GetPixels.3 Tk_GetMMFromObj.3 \ + GetPixels.3 Tk_GetScreenMM.3 \ + GetPixmap.3 Tk_GetPixmap.3 \ + GetPixmap.3 Tk_FreePixmap.3 \ + GetRelief.3 Tk_GetReliefFromObj.3 \ + GetRelief.3 Tk_GetRelief.3 \ + GetRelief.3 Tk_NameOfRelief.3 \ + GetRootCrd.3 Tk_GetRootCoords.3 \ + GetScroll.3 Tk_GetScrollInfo.3 \ + GetScroll.3 Tk_GetScrollInfoObj.3 \ + GetSelect.3 Tk_GetSelection.3 \ + GetUid.3 Tk_GetUid.3 \ + GetUid.3 Tk_Uid.3 \ + GetVRoot.3 Tk_GetVRootGeometry.3 \ + GetVisual.3 Tk_GetVisual.3 \ + Grab.3 Tk_Grab.3 \ + Grab.3 Tk_Ungrab.3 \ + HWNDToWindow.3 Tk_HWNDToWindow.3 \ + HandleEvent.3 Tk_HandleEvent.3 \ + IdToWindow.3 Tk_IdToWindow.3 \ + ImgChanged.3 Tk_ImageChanged.3 \ + Inactive.3 Tk_GetUserInactiveTime.3 \ + Inactive.3 Tk_ResetUserInactiveTime.3 \ + InternAtom.3 Tk_InternAtom.3 \ + InternAtom.3 Tk_GetAtomName.3 \ + MainLoop.3 Tk_MainLoop.3 \ + MainWin.3 Tk_MainWindow.3 \ + MainWin.3 Tk_GetNumMainWindows.3 \ + MaintGeom.3 Tk_MaintainGeometry.3 \ + MaintGeom.3 Tk_UnmaintainGeometry.3 \ + ManageGeom.3 Tk_ManageGeometry.3 \ + MapWindow.3 Tk_MapWindow.3 \ + MapWindow.3 Tk_UnmapWindow.3 \ + MeasureChar.3 Tk_MeasureChars.3 \ + MeasureChar.3 Tk_TextWidth.3 \ + MeasureChar.3 Tk_DrawChars.3 \ + MeasureChar.3 Tk_UnderlineChars.3 \ + MoveToplev.3 Tk_MoveToplevelWindow.3 \ + Name.3 Tk_Name.3 \ + Name.3 Tk_PathName.3 \ + Name.3 Tk_NameToWindow.3 \ + NameOfImg.3 Tk_NameOfImage.3 \ + OwnSelect.3 Tk_OwnSelection.3 \ + ParseArgv.3 Tk_ParseArgv.3 \ + QWinEvent.3 Tk_CollapseMotionEvents.3 \ + QWinEvent.3 Tk_QueueWindowEvent.3 \ + Restack.3 Tk_RestackWindow.3 \ + RestrictEv.3 Tk_RestrictEvents.3 \ + SetAppName.3 Tk_SetAppName.3 \ + SetCaret.3 Tk_SetCaretPos.3 \ + SetClass.3 Tk_SetClass.3 \ + SetClass.3 Tk_Class.3 \ + SetClassProcs.3 Tk_SetClassProcs.3 \ + SetGrid.3 Tk_SetGrid.3 \ + SetGrid.3 Tk_UnsetGrid.3 \ + SetOptions.3 Tk_CreateOptionTable.3 \ + SetOptions.3 Tk_DeleteOptionTable.3 \ + SetOptions.3 Tk_InitOptions.3 \ + SetOptions.3 Tk_SetOptions.3 \ + SetOptions.3 Tk_FreeSavedOptions.3 \ + SetOptions.3 Tk_RestoreSavedOptions.3 \ + SetOptions.3 Tk_GetOptionValue.3 \ + SetOptions.3 Tk_GetOptionInfo.3 \ + SetOptions.3 Tk_FreeConfigOptions.3 \ + SetOptions.3 Tk_Offset.3 \ + SetVisual.3 Tk_SetWindowVisual.3 \ + StrictMotif.3 Tk_StrictMotif.3 \ + TextLayout.3 Tk_ComputeTextLayout.3 \ + TextLayout.3 Tk_FreeTextLayout.3 \ + TextLayout.3 Tk_DrawTextLayout.3 \ + TextLayout.3 Tk_UnderlineTextLayout.3 \ + TextLayout.3 Tk_PointToChar.3 \ + TextLayout.3 Tk_CharBbox.3 \ + TextLayout.3 Tk_DistanceToTextLayout.3 \ + TextLayout.3 Tk_IntersectTextLayout.3 \ + TextLayout.3 Tk_TextLayoutToPostscript.3 \ + TkInitStubs.3 Tk_InitStubs.3 \ + Tk_Init.3 Tk_SafeInit.3 \ + WindowId.3 Tk_WindowId.3 \ + WindowId.3 Tk_Parent.3 \ + WindowId.3 Tk_Display.3 \ + WindowId.3 Tk_DisplayName.3 \ + WindowId.3 Tk_ScreenNumber.3 \ + WindowId.3 Tk_Screen.3 \ + WindowId.3 Tk_X.3 \ + WindowId.3 Tk_Y.3 \ + WindowId.3 Tk_Width.3 \ + WindowId.3 Tk_Height.3 \ + WindowId.3 Tk_Changes.3 \ + WindowId.3 Tk_Attributes.3 \ + WindowId.3 Tk_IsContainer.3 \ + WindowId.3 Tk_IsEmbedded.3 \ + WindowId.3 Tk_IsMapped.3 \ + WindowId.3 Tk_IsTopLevel.3 \ + WindowId.3 Tk_ReqWidth.3 \ + WindowId.3 Tk_ReqHeight.3 \ + WindowId.3 Tk_MinReqWidth.3 \ + WindowId.3 Tk_MinReqHeight.3 \ + WindowId.3 Tk_InternalBorderLeft.3 \ + WindowId.3 Tk_InternalBorderRight.3 \ + WindowId.3 Tk_InternalBorderTop.3 \ + WindowId.3 Tk_InternalBorderBottom.3 \ + WindowId.3 Tk_Visual.3 \ + WindowId.3 Tk_Depth.3 \ + WindowId.3 Tk_Colormap.3 \ + WindowId.3 Tk_Interp.3 \ + chooseColor.n tk_chooseColor.n \ + chooseDirectory.n tk_chooseDirectory.n \ + dialog.n tk_dialog.n \ + focusNext.n tk_focusNext.n \ + focusNext.n tk_focusPrev.n \ + focusNext.n tk_focusFollowsMouse.n \ + getOpenFile.n tk_getOpenFile.n \ + getOpenFile.n tk_getSaveFile.n \ + menu.n tk_menuSetFocus.n \ + menubar.n tk_menuBar.n \ + menubar.n tk_bindForTraversal.n \ + messageBox.n tk_messageBox.n \ + optionMenu.n tk_optionMenu.n \ + palette.n tk_setPalette.n \ + palette.n tk_bisque.n \ + popup.n tk_popup.n \ + text.n tk_textCopy.n \ + text.n tk_textCut.n \ + text.n tk_textPaste.n + +.endif + +TKBASE?= ${PORTSDIR}/${PKGCATEGORY}/${LATEST_LINK} + +pre-everything:: + @if ${TEST} -e "${NONEXISTENT}"; then ${ECHO_MSG} "=== Aborted, please remove ${NONEXISTENT}"; exit 1; fi + +pre-configure: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure +.for mp in ${MAN1} ${MAN3} ${MANN} + @${REINPLACE_CMD} -e 's|^.so man.macros|.so ${DATADIR}/man.macros|' \ + ${WRKSRC}/../doc/${mp} +.endfor + +post-configure: + ${REINPLACE_CMD} \ + -e 's|${WRKDIRPREFIX}${.CURDIR}|$${WRKDIRPREFIX}${TKBASE}|' \ + ${WRKSRC}/tkConfig.sh +.if defined(WITHOUT_TK85_MAN) + ${REINPLACE_CMD} -e 's|^MAN_INSTALL_DIR.*$$|MAN_INSTALL_DIR = ${WRKDIR}|' \ + ${WRKSRC}/Makefile +.endif + +post-install: + ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/tk${TK_VER}/ + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/../doc/man.macros ${DATADIR} +.if exists(${PKGINSTALL}) + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} +.endif + +regression-test: build + cd ${WRKSRC}; ${MAKE} test + ${ECHO_CMD} "package require Tk" | tclsh${TK_VER} + ${ECHO_CMD} "load libtk${SHORT_TK_VER}.so" | tclsh${TK_VER} + +.include diff --git a/x11-toolkits/tk86/distinfo b/x11-toolkits/tk86/distinfo new file mode 100644 index 000000000000..a65b5f8d0ce6 --- /dev/null +++ b/x11-toolkits/tk86/distinfo @@ -0,0 +1,3 @@ +MD5 (tk8.5a5-src.tar.gz) = c46f923384b18c2b5ff9dc931df9a47c +SHA256 (tk8.5a5-src.tar.gz) = bd71a3799f2c1d149afb9bee6ebbcbae901462e86d0ed064bceab7de0fba4233 +SIZE (tk8.5a5-src.tar.gz) = 3262112 diff --git a/x11-toolkits/tk86/files/patch-unix::Makefile.in b/x11-toolkits/tk86/files/patch-unix::Makefile.in new file mode 100644 index 000000000000..8c3c679eb1e1 --- /dev/null +++ b/x11-toolkits/tk86/files/patch-unix::Makefile.in @@ -0,0 +1,142 @@ +--- Makefile.in.orig Tue Jan 30 11:20:44 2007 ++++ Makefile.in Tue Jan 30 11:30:35 2007 +@@ -64,6 +64,8 @@ + + # Directory in which to install the include file tk.h: + INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) ++GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic ++UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix + + # Path to the private tk header dir: + PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ +@@ -94,7 +96,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/tcl@TCL_VERSION@/generic + + # The directory containing the platform specific Tcl sources and headers + # appropriate for this version of Tk: +@@ -131,7 +133,7 @@ + #CFLAGS = $(CFLAGS_DEBUG) + #CFLAGS = $(CFLAGS_OPTIMIZE) + #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) +-CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@ ++CFLAGS += @CFLAGS_DEFAULT@ @CFLAGS@ + + # Flags to pass to the linker + LDFLAGS_DEBUG = @LDFLAGS_DEBUG@ +@@ -266,7 +268,7 @@ + STLIB_LD = @STLIB_LD@ + SHLIB_LD = @SHLIB_LD@ + SHLIB_LD_LIBS = @SHLIB_LD_LIBS@ +-TK_SHLIB_LD_EXTRAS = @TK_SHLIB_LD_EXTRAS@ ++TK_SHLIB_LD_EXTRAS = @TCL_SHLIB_LD_EXTRAS@ + + # Additional search flags needed to find the various shared libraries + # at run-time. The first symbol is for use when creating a binary +@@ -489,6 +491,8 @@ + default.h ks_names.h tkPatch.h tk.h tkButton.h tkCanvas.h tkInt.h \ + tkPort.h tkScrollbar.h tkText.h + ++INSTALL_HDRS = tk.h tkDecls.h tkInt.h tkIntXlibDecls.h ++ + DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget + + all: binaries libraries doc +@@ -508,6 +512,12 @@ + ${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} @LIB_RSRC_FILE@ + rm -f $@ + @MAKE_LIB@ ++ ln -sf @TK_LIB_FILE@ libtk${SHORT_TK_VER}.so ++ ++libtk${SHORT_TK_VER}.a: ${OBJS} ++ rm -f libtk${SHORT_TK_VER}.a ++ ar cr libtk${SHORT_TK_VER}.a ${OBJS} ++ $(RANLIB) libtk${SHORT_TK_VER}.a + + ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} + rm -f $@ +@@ -626,7 +636,8 @@ + # some ranlibs write to current directory, and this might not always be + # possible (e.g. if installing as root). + +-install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) wish ++install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) \ ++ libtk${SHORT_TK_VER}.a wish + @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) $(PKG_INSTALL_DIR); \ + do \ + if [ ! -d $$i ] ; then \ +@@ -659,10 +670,15 @@ + $(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \ + $(LIB_INSTALL_DIR)/$(TK_EXP_FILE); \ + fi ++ @ln -sf $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) $(LIB_INSTALL_DIR)/libtk${SHORT_TK_VER}.so ++ @echo "Installing libtk${SHORT_TK_VER}.a" ++ @$(INSTALL_DATA) libtk${SHORT_TK_VER}.a $(LIB_INSTALL_DIR)/libtk${SHORT_TK_VER}.a ++ @chmod 555 $(LIB_INSTALL_DIR)/libtk${SHORT_TK_VER}.a + @echo "Installing wish as $(BIN_INSTALL_DIR)/wish$(VERSION)" + @$(INSTALL_PROGRAM) wish $(BIN_INSTALL_DIR)/wish$(VERSION) +- @echo "Installing tkConfig.sh to $(LIB_INSTALL_DIR)/" +- @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tkConfig.sh ++ @echo "Installing tkConfig.sh to $(LIB_INSTALL_DIR)/tk$(VERSION)" ++ @mkdir -p $(LIB_INSTALL_DIR)/tk$(VERSION) ++ @$(INSTALL_DATA) tkConfig.sh $(LIB_INSTALL_DIR)/tk$(VERSION)/tkConfig.sh + @if test "$(STUB_LIB_FILE)" != "" ; then \ + echo "Installing $(STUB_LIB_FILE) to $(LIB_INSTALL_DIR)/"; \ + @INSTALL_STUB_LIB@ ; \ +@@ -673,6 +689,7 @@ + @if test "$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)" != ""; then \ + XLIB_INCLUDE_INSTALL_DIR=$(INCLUDE_INSTALL_DIR)/X11; fi; \ + for i in $(INCLUDE_INSTALL_DIR) $${XLIB_INCLUDE_INSTALL_DIR} \ ++ $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) \ + $(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images \ + $(SCRIPT_INSTALL_DIR)/msgs; \ + do \ +@@ -687,11 +704,14 @@ + chmod +x $(SRC_DIR)/install-sh; \ + fi + @echo "Installing header files"; +- @for i in $(GENERIC_DIR)/tk.h $(GENERIC_DIR)/tkDecls.h \ +- $(GENERIC_DIR)/tkPlatDecls.h $(@TK_WINDOWINGSYSTEM@_HDRS) ; \ ++ ${BSD_INSTALL_DATA} $(GENERIC_DIR)/*.h $(GENERIC_INCLUDE_INSTALL_DIR)/ ++ ${BSD_INSTALL_DATA} $(UNIX_DIR)/*.h $(UNIX_INCLUDE_INSTALL_DIR)/ ++ @for i in $(INSTALL_HDRS) ; \ + do \ +- $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \ +- done; ++ j=`basename $$i` ; \ ++ ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/$$j $(INCLUDE_INSTALL_DIR)/$$j ; \ ++ done ++ + @list='$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)'; for i in $$list ; \ + do \ + $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR)/X11; \ +@@ -762,20 +782,13 @@ + else true; \ + fi; \ + done; +- @echo "Installing and cross-linking top-level (.1) docs"; +- @for i in $(TOP_DIR)/doc/*.1; do \ +- $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i $(MAN1_INSTALL_DIR); \ +- done +- +- @echo "Installing and cross-linking C API (.3) docs"; +- @for i in $(TOP_DIR)/doc/*.3; do \ +- $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i $(MAN3_INSTALL_DIR); \ +- done + +- @echo "Installing and cross-linking command (.n) docs"; +- @for i in $(TOP_DIR)/doc/*.n; do \ +- $(UNIX_DIR)/installManPage $(MAN_FLAGS) $$i $(MANN_INSTALL_DIR); \ +- done ++ @echo "Installing top-level (.1) docs"; ++ ${BSD_INSTALL_MAN} $(TOP_DIR)/doc/*.1 $(MAN1_INSTALL_DIR) ++ @echo "Installing C API (.3) docs"; ++ ${BSD_INSTALL_MAN} $(TOP_DIR)/doc/*.3 $(MAN3_INSTALL_DIR) ++ @echo "Installing command (.n) docs"; ++ ${BSD_INSTALL_MAN} $(TOP_DIR)/doc/*.n $(MANN_INSTALL_DIR) + + # Optional target to install private headers + install-private-headers: libraries diff --git a/x11-toolkits/tk86/files/patch-unix::configure b/x11-toolkits/tk86/files/patch-unix::configure new file mode 100644 index 000000000000..b63f23a7dbe1 --- /dev/null +++ b/x11-toolkits/tk86/files/patch-unix::configure @@ -0,0 +1,44 @@ +--- configure.orig Mon Oct 23 15:45:33 2006 ++++ configure Tue Jan 30 11:19:37 2007 +@@ -3530,6 +3530,7 @@ + # Threads support - this auto-enables if Tcl was compiled threaded + #------------------------------------------------------------------------ + ++TCL_SRC_DIR=${prefix}/include/tcl${TCLVERSION} + + # Check whether --enable-threads or --disable-threads was given. + if test "${enable_threads+set}" = set; then +@@ -5447,25 +5448,26 @@ + FreeBSD-*) + # FreeBSD 3.* and greater have ELF. + SHLIB_CFLAGS="-fPIC" +- SHLIB_LD="ld -Bshareable -x" ++ TCL_SHLIB_LD_EXTRAS="-soname \$@" ++ SHLIB_LD="ld -shared -x" + SHLIB_LD_LIBS='${LIBS}' + SHLIB_SUFFIX=".so" + DL_OBJS="tclLoadDl.o" + DL_LIBS="" +- LDFLAGS="$LDFLAGS -export-dynamic" ++ LDFLAGS="" + CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' + LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' + if test "${TCL_THREADS}" = "1" ; then +- # The -pthread needs to go in the CFLAGS, not LIBS ++ # The -pthread needs to go in the LDFLAGS, not LIBS + LIBS=`echo $LIBS | sed s/-pthread//` +- CFLAGS="$CFLAGS -pthread" +- LDFLAGS="$LDFLAGS -pthread" ++ CFLAGS="$CFLAGS $PTHREAD_CFLAGS" ++ LDFLAGS="$LDFLAGS $PTHREAD_LIBS" + fi + case $system in +- FreeBSD-3.*) ++ FreeBSD-*) + # FreeBSD-3 doesn't handle version numbers with dots. + UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' +- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so' ++ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.1' + TCL_LIB_VERSIONS_OK=nodots + ;; + esac diff --git a/x11-toolkits/tk86/files/pkgIndex.tcl b/x11-toolkits/tk86/files/pkgIndex.tcl new file mode 100644 index 000000000000..a83b5d916ba9 --- /dev/null +++ b/x11-toolkits/tk86/files/pkgIndex.tcl @@ -0,0 +1,3 @@ +# Tcl package index file, version 1.0 + +package ifneeded Tk 8.5 [list load "[file join [file dirname $dir] libtk85.so.1]" Tk] diff --git a/x11-toolkits/tk86/pkg-deinstall.wish b/x11-toolkits/tk86/pkg-deinstall.wish new file mode 100644 index 000000000000..27e36c3ea110 --- /dev/null +++ b/x11-toolkits/tk86/pkg-deinstall.wish @@ -0,0 +1,22 @@ +#! /bin/sh +# +# Remove the ${PREFIX}/bin/wish script that gets installed by INSTALL.wish +# if we are the last wish installation to be pkg_delete'd. +# +# $FreeBSD: /tmp/pcvs/ports/x11-toolkits/tk86/Attic/pkg-deinstall.wish,v 1.1 2007-02-05 13:48:38 miwi Exp $ +# + +# +# Explicitly listing /usr/X11R6/bin here is debatable. +# +BINDIR="${PKG_PREFIX}/bin /usr/X11R6/bin" +WISH=${PKG_PREFIX}/bin/wish + +wishes=$(/bin/ls ${BINDIR} 2> /dev/null | \ + egrep '^o?wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$') + +if [ "$wishes" = "" -a -f ${WISH} ] && \ + (head -3 ${WISH} | grep awieYJFnsuILOnfsYEW) > /dev/null 2>&1 +then + rm -f ${PKG_PREFIX}/bin/wish +fi diff --git a/x11-toolkits/tk86/pkg-descr b/x11-toolkits/tk86/pkg-descr new file mode 100644 index 000000000000..b38c81c9491d --- /dev/null +++ b/x11-toolkits/tk86/pkg-descr @@ -0,0 +1,6 @@ +This is Tk version 8.5, a GUI toolkit for Tcl. + +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. + +WWW: http://www.tcl.tk/ diff --git a/x11-toolkits/tk86/pkg-install.wish b/x11-toolkits/tk86/pkg-install.wish new file mode 100644 index 000000000000..d526f076a498 --- /dev/null +++ b/x11-toolkits/tk86/pkg-install.wish @@ -0,0 +1,32 @@ +#!/bin/sh + +# The user may have a wish they want to preserve +ver=`grep -a awieYJFnsuILOnfsYEW ${PKG_PREFIX}/bin/wish 2> /dev/null \ + | sed -e 's/.*\*\*//'` +if [ ! -e ${PKG_PREFIX}/bin/wish ] || [ "$ver" != "" -a "$ver" -lt 001 ] +then + [ -f ${PKG_PREFIX}/bin/wish ] && chmod u+w ${PKG_PREFIX}/bin/wish + + mkdir -p ${PKG_PREFIX}/bin + cat > ${PKG_PREFIX}/bin/wish <<'EOF' +#!/bin/sh +# Installed by ports system. id: awieYJFnsuILOnfsYEW**001 + +( +echo "In FreeBSD, wish is named with a version number. This is because" +echo "different versions of wish are not compatible with each other and" +echo "they can not all be called \"wish\"! You may need multiple versions" +echo "installed because a given port may depend on a specific version." +echo +echo "On your system, wish is installed under at least the following names:" +echo +for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$') +do + echo $name +done +[ "$name" = "" ] && echo "No wish installations found, sorry." +) 1>&2 +exit 1 +EOF + chmod a+rx ${PKG_PREFIX}/bin/wish +fi diff --git a/x11-toolkits/tk86/pkg-plist b/x11-toolkits/tk86/pkg-plist new file mode 100644 index 000000000000..1790e76e2c4e --- /dev/null +++ b/x11-toolkits/tk86/pkg-plist @@ -0,0 +1,178 @@ +bin/wish%%TK_VER%% +include/tk%%TK_VER%%/generic/default.h +include/tk%%TK_VER%%/generic/ks_names.h +include/tk%%TK_VER%%/generic/tk.h +include/tk%%TK_VER%%/generic/tk3d.h +include/tk%%TK_VER%%/generic/tkButton.h +include/tk%%TK_VER%%/generic/tkCanvas.h +include/tk%%TK_VER%%/generic/tkColor.h +include/tk%%TK_VER%%/generic/tkDecls.h +include/tk%%TK_VER%%/generic/tkEntry.h +include/tk%%TK_VER%%/generic/tkFileFilter.h +include/tk%%TK_VER%%/generic/tkFont.h +include/tk%%TK_VER%%/generic/tkInitScript.h +include/tk%%TK_VER%%/generic/tkInt.h +include/tk%%TK_VER%%/generic/tkIntDecls.h +include/tk%%TK_VER%%/generic/tkIntPlatDecls.h +include/tk%%TK_VER%%/generic/tkIntXlibDecls.h +include/tk%%TK_VER%%/generic/tkMenu.h +include/tk%%TK_VER%%/generic/tkMenubutton.h +include/tk%%TK_VER%%/generic/tkPlatDecls.h +include/tk%%TK_VER%%/generic/tkPort.h +include/tk%%TK_VER%%/generic/tkScale.h +include/tk%%TK_VER%%/generic/tkScrollbar.h +include/tk%%TK_VER%%/generic/tkSelect.h +include/tk%%TK_VER%%/generic/tkText.h +include/tk%%TK_VER%%/generic/tkUndo.h +include/tk%%TK_VER%%/tk.h +include/tk%%TK_VER%%/tkDecls.h +include/tk%%TK_VER%%/tkInt.h +include/tk%%TK_VER%%/tkIntXlibDecls.h +include/tk%%TK_VER%%/unix/tkUnixDefault.h +include/tk%%TK_VER%%/unix/tkUnixInt.h +include/tk%%TK_VER%%/unix/tkUnixPort.h +lib/libtk%%SHORT_TK_VER%%.a +lib/libtk%%SHORT_TK_VER%%.so +lib/libtk%%SHORT_TK_VER%%.so.1 +lib/libtkstub%%SHORT_TK_VER%%.a +lib/tk%%TK_VER%%/bgerror.tcl +lib/tk%%TK_VER%%/button.tcl +lib/tk%%TK_VER%%/choosedir.tcl +lib/tk%%TK_VER%%/clrpick.tcl +lib/tk%%TK_VER%%/comdlg.tcl +lib/tk%%TK_VER%%/console.tcl +lib/tk%%TK_VER%%/demos/README +lib/tk%%TK_VER%%/demos/anilabel.tcl +lib/tk%%TK_VER%%/demos/aniwave.tcl +lib/tk%%TK_VER%%/demos/arrow.tcl +lib/tk%%TK_VER%%/demos/bind.tcl +lib/tk%%TK_VER%%/demos/bitmap.tcl +lib/tk%%TK_VER%%/demos/browse +lib/tk%%TK_VER%%/demos/button.tcl +lib/tk%%TK_VER%%/demos/check.tcl +lib/tk%%TK_VER%%/demos/clrpick.tcl +lib/tk%%TK_VER%%/demos/colors.tcl +lib/tk%%TK_VER%%/demos/cscroll.tcl +lib/tk%%TK_VER%%/demos/ctext.tcl +lib/tk%%TK_VER%%/demos/dialog1.tcl +lib/tk%%TK_VER%%/demos/dialog2.tcl +lib/tk%%TK_VER%%/demos/en.msg +lib/tk%%TK_VER%%/demos/entry1.tcl +lib/tk%%TK_VER%%/demos/entry2.tcl +lib/tk%%TK_VER%%/demos/entry3.tcl +lib/tk%%TK_VER%%/demos/filebox.tcl +lib/tk%%TK_VER%%/demos/floor.tcl +lib/tk%%TK_VER%%/demos/form.tcl +lib/tk%%TK_VER%%/demos/goldberg.tcl +lib/tk%%TK_VER%%/demos/hello +lib/tk%%TK_VER%%/demos/hscale.tcl +lib/tk%%TK_VER%%/demos/icon.tcl +lib/tk%%TK_VER%%/demos/image1.tcl +lib/tk%%TK_VER%%/demos/image2.tcl +lib/tk%%TK_VER%%/demos/images/earth.gif +lib/tk%%TK_VER%%/demos/images/earthris.gif +lib/tk%%TK_VER%%/demos/images/face.xbm +lib/tk%%TK_VER%%/demos/images/flagdown.xbm +lib/tk%%TK_VER%%/demos/images/flagup.xbm +lib/tk%%TK_VER%%/demos/images/gray25.xbm +lib/tk%%TK_VER%%/demos/images/letters.xbm +lib/tk%%TK_VER%%/demos/images/noletter.xbm +lib/tk%%TK_VER%%/demos/images/pattern.xbm +lib/tk%%TK_VER%%/demos/images/tcllogo.gif +lib/tk%%TK_VER%%/demos/images/teapot.ppm +lib/tk%%TK_VER%%/demos/items.tcl +lib/tk%%TK_VER%%/demos/ixset +lib/tk%%TK_VER%%/demos/label.tcl +lib/tk%%TK_VER%%/demos/labelframe.tcl +lib/tk%%TK_VER%%/demos/license.terms +lib/tk%%TK_VER%%/demos/menu.tcl +lib/tk%%TK_VER%%/demos/menubu.tcl +lib/tk%%TK_VER%%/demos/msgbox.tcl +lib/tk%%TK_VER%%/demos/nl.msg +lib/tk%%TK_VER%%/demos/paned1.tcl +lib/tk%%TK_VER%%/demos/paned2.tcl +lib/tk%%TK_VER%%/demos/pendulum.tcl +lib/tk%%TK_VER%%/demos/plot.tcl +lib/tk%%TK_VER%%/demos/puzzle.tcl +lib/tk%%TK_VER%%/demos/radio.tcl +lib/tk%%TK_VER%%/demos/rmt +lib/tk%%TK_VER%%/demos/rolodex +lib/tk%%TK_VER%%/demos/ruler.tcl +lib/tk%%TK_VER%%/demos/sayings.tcl +lib/tk%%TK_VER%%/demos/search.tcl +lib/tk%%TK_VER%%/demos/spin.tcl +lib/tk%%TK_VER%%/demos/square +lib/tk%%TK_VER%%/demos/states.tcl +lib/tk%%TK_VER%%/demos/style.tcl +lib/tk%%TK_VER%%/demos/tclIndex +lib/tk%%TK_VER%%/demos/tcolor +lib/tk%%TK_VER%%/demos/text.tcl +lib/tk%%TK_VER%%/demos/timer +lib/tk%%TK_VER%%/demos/twind.tcl +lib/tk%%TK_VER%%/demos/unicodeout.tcl +lib/tk%%TK_VER%%/demos/vscale.tcl +lib/tk%%TK_VER%%/demos/widget +lib/tk%%TK_VER%%/dialog.tcl +lib/tk%%TK_VER%%/entry.tcl +lib/tk%%TK_VER%%/focus.tcl +lib/tk%%TK_VER%%/images/README +lib/tk%%TK_VER%%/images/logo.eps +lib/tk%%TK_VER%%/images/logo100.gif +lib/tk%%TK_VER%%/images/logo64.gif +lib/tk%%TK_VER%%/images/logoLarge.gif +lib/tk%%TK_VER%%/images/logoMed.gif +lib/tk%%TK_VER%%/images/pwrdLogo.eps +lib/tk%%TK_VER%%/images/pwrdLogo100.gif +lib/tk%%TK_VER%%/images/pwrdLogo150.gif +lib/tk%%TK_VER%%/images/pwrdLogo175.gif +lib/tk%%TK_VER%%/images/pwrdLogo200.gif +lib/tk%%TK_VER%%/images/pwrdLogo75.gif +lib/tk%%TK_VER%%/images/tai-ku.gif +lib/tk%%TK_VER%%/listbox.tcl +lib/tk%%TK_VER%%/menu.tcl +lib/tk%%TK_VER%%/mkpsenc.tcl +lib/tk%%TK_VER%%/msgbox.tcl +lib/tk%%TK_VER%%/msgs/cs.msg +lib/tk%%TK_VER%%/msgs/de.msg +lib/tk%%TK_VER%%/msgs/el.msg +lib/tk%%TK_VER%%/msgs/en.msg +lib/tk%%TK_VER%%/msgs/en_gb.msg +lib/tk%%TK_VER%%/msgs/eo.msg +lib/tk%%TK_VER%%/msgs/es.msg +lib/tk%%TK_VER%%/msgs/es_ES.msg +lib/tk%%TK_VER%%/msgs/fr.msg +lib/tk%%TK_VER%%/msgs/it.msg +lib/tk%%TK_VER%%/msgs/nl.msg +lib/tk%%TK_VER%%/msgs/pl.msg +lib/tk%%TK_VER%%/msgs/pt.msg +lib/tk%%TK_VER%%/msgs/ru.msg +lib/tk%%TK_VER%%/msgs/sv.msg +lib/tk%%TK_VER%%/obsolete.tcl +lib/tk%%TK_VER%%/optMenu.tcl +lib/tk%%TK_VER%%/palette.tcl +lib/tk%%TK_VER%%/panedwindow.tcl +lib/tk%%TK_VER%%/pkgIndex.tcl +lib/tk%%TK_VER%%/prolog.ps +lib/tk%%TK_VER%%/safetk.tcl +lib/tk%%TK_VER%%/scale.tcl +lib/tk%%TK_VER%%/scrlbar.tcl +lib/tk%%TK_VER%%/spinbox.tcl +lib/tk%%TK_VER%%/tclIndex +lib/tk%%TK_VER%%/tearoff.tcl +lib/tk%%TK_VER%%/text.tcl +lib/tk%%TK_VER%%/tk.tcl +lib/tk%%TK_VER%%/tkAppInit.c +lib/tk%%TK_VER%%/tkConfig.sh +lib/tk%%TK_VER%%/tkfbox.tcl +lib/tk%%TK_VER%%/unsupported.tcl +lib/tk%%TK_VER%%/xmfbox.tcl +%%DATADIR%%/man.macros +@dirrm %%DATADIR%% +@dirrm lib/tk%%TK_VER%%/demos/images +@dirrm lib/tk%%TK_VER%%/demos +@dirrm lib/tk%%TK_VER%%/images +@dirrm lib/tk%%TK_VER%%/msgs +@dirrm lib/tk%%TK_VER%% +@dirrm include/tk%%TK_VER%%/unix +@dirrm include/tk%%TK_VER%%/generic +@dirrm include/tk%%TK_VER%% -- cgit v1.2.3