Import Tcl 8.6.12
This commit is contained in:
14
pkgs/itcl4.2.2/pkgIndex.tcl.in
Normal file
14
pkgs/itcl4.2.2/pkgIndex.tcl.in
Normal file
@@ -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@]
|
||||
Reference in New Issue
Block a user