Artifact 8aaed740a38b59cf7eea4e09d933818dc8f95494:
- 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]
############################################################################### # # 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 Garuda 1.0 \ [list source [file join $dir helper.tcl]]