X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=util%2Fsrc%2FTclTk%2Ftcl8.6.12%2Fpkgs%2Fitcl4.2.2%2FpkgIndex.tcl.in;fp=util%2Fsrc%2FTclTk%2Ftcl8.6.12%2Fpkgs%2Fitcl4.2.2%2FpkgIndex.tcl.in;h=ea658829fc2b4a935d06a427c820ba95346f2b1b;hb=a5fac4c3be12f7d1c3c220e0c26890b05f28d35f;hp=0000000000000000000000000000000000000000;hpb=c07e8e55373b9730110d8e425119f05a1cd93e52;p=eos%2Fbase.git diff --git a/util/src/TclTk/tcl8.6.12/pkgs/itcl4.2.2/pkgIndex.tcl.in b/util/src/TclTk/tcl8.6.12/pkgs/itcl4.2.2/pkgIndex.tcl.in new file mode 100644 index 0000000000..ea658829fc --- /dev/null +++ b/util/src/TclTk/tcl8.6.12/pkgs/itcl4.2.2/pkgIndex.tcl.in @@ -0,0 +1,14 @@ +# -*- tcl -*- +# Tcl package index file, version 1.1 +# + +if {![package vsatisfies [package provide Tcl] 8.6-]} {return} + +if {[package vsatisfies [package provide Tcl] 9.0-]} { + package ifneeded itcl @PACKAGE_VERSION@ \ + [list load [file join $dir @PKG_LIB_FILE9@] Itcl] +} else { + package ifneeded itcl @PACKAGE_VERSION@ \ + [list load [file join $dir @PKG_LIB_FILE8@] Itcl] +} +package ifneeded Itcl @PACKAGE_VERSION@ [list package require -exact itcl @PACKAGE_VERSION@]