Artifact ee80fc74aeb0e4ab6bf62ce09ae360298dcf444e:
- 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]
############################################################################### # # pkgIndex.tcl -- Eagle Package for Tcl (Garuda) # # Extensible Adaptable Generalized Logic Engine (Eagle) # Package Index File # # Copyright (c) 2007-2012 by Joe Mistachkin. All rights reserved. # # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # 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]]