From ab992f464a35ae8097b353ce70770d96965fe339 Mon Sep 17 00:00:00 2001 From: das Date: Tue, 29 Oct 2002 00:51:12 +0000 Subject: * macosx/README: added info on new package searching in Frameworks directories. --- ChangeLog | 5 +++++ macosx/README | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40859ad..6f454c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-29 Daniel Steffen + + * macosx/README: added info on new package searching in + Frameworks directories. + 2002-10-22 Jeff Hobbs *** 8.4.1 TAGGED FOR RELEASE *** diff --git a/macosx/README b/macosx/README index f273805..b354bd0 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ TclTkAqua README ---------------- -RCS: @(#) $Id: README,v 1.2 2002/10/21 04:37:34 das Exp $ +RCS: @(#) $Id: README,v 1.3 2002/10/29 00:51:12 das Exp $ This is the README file for the Mac OS X native versions of Tcl & Tk. @@ -48,9 +48,13 @@ brings up the tk console window at startup. This is the case when double clicking Wish in the finder (or using 'open Wish\ Shell.app' from the Terminal). - Tcl extensions will be found in any of: - $HOME/Library/Tcl /Library/Tcl - Network/Library/Tcl /System/Library/Tcl -(searched in that order). + $HOME/Library/Tcl /Library/Tcl /Network/Library/Tcl /System/Library/Tcl + $HOME/Library/Frameworks /Library/Frameworks /Network/Library/Frameworks + /System/Library/Frameworks (searched in that order). +Given a potential package directory $pkg, Tcl on OSX checks for the file +$pkg/Resources/Scripts/pkgIndex.tcl as well as $pkg/pkgIndex.tcl (as usual). +This allows building extensions as frameworks with all script files contained +in the Resources/Scripts directory of the framework. - Tcl.framework contains the Tcl and Tk documentation in html format in the standard location for frameworks: -- cgit v0.12