Differences From Artifact [8aaed740a3]:
- File tcl/8.4/Garuda1.0/pkgIndex.tcl — part of check-in [4118dad0bc] at 2016-10-15 04:45:26 on branch trunk — Add the Garuda package that corresponds to the Eagle Beta 38 release. (user: mistachkin, size: 744) [annotate] [blame] [check-ins using]
- File tcl/8.4/Garuda1.0/win32-x86/pkgIndex.tcl — part of check-in [138078ef2a] at 2016-10-27 22:55:39 on branch trunk — Move Garuda into a platform-specific directory. (user: mistachkin, size: 744) [annotate] [blame] [check-ins using]
- File tcl/8.4/win32-x86/Garuda1.0/pkgIndex.tcl — part of check-in [c8baa45aec] at 2016-10-27 23:08:22 on branch trunk — Move Garuda into the correct platform-specific directory. (user: mistachkin, size: 744) [annotate] [blame] [check-ins using]
To Artifact [ee80fc74ae]:
- File packages/tcl/8.4/win32-x86/Garuda1.0/pkgIndex.tcl — part of check-in [4a0a76829e] at 2017-07-21 21:55:54 on branch trunk — Move all the package files into the 'packages' sub-directory. (user: mistachkin, size: 824) [annotate] [blame] [check-ins using]
- File packages/tcl/8.4/win64-x64/Garuda1.0/pkgIndex.tcl — part of check-in [ee4b3f2fc1] at 2017-10-19 00:47:26 on branch trunk — Add the Garuda pacakge for 'x64' (beta 40 release). (user: mistachkin, size: 824) [annotate] [blame] [check-ins using]
- File tcl/8.4/win32-x86/Garuda1.0/pkgIndex.tcl — part of check-in [b53e702ce5] at 2016-11-05 21:00:30 on branch trunk — Update the Garuda package to pre-Beta 39. This includes the 'dotnet' sub-package and the 'load Eagle from library path' enhancements. (user: mistachkin, size: 824) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 20 21 | 13 14 15 16 17 18 19 20 21 22 23 24 | + + + | # RCS: @(#) $Id: $ # ############################################################################### if {![package vsatisfies [package provide Tcl] 8.4]} then {return} if {[string length [package provide Eagle]] > 0} then {return} package ifneeded dotnet 1.0 \ [list source [file join $dir dotnet.tcl]] package ifneeded Garuda 1.0 \ [list source [file join $dir helper.tcl]] |