pkgIndex.tcl 628 B

12345678910111213141516171819202122
  1. # Tcl package index file, version 1.0
  2. #
  3. # Genereated by hand by RWT on 10/14/2003.
  4. # Patterned after ActiveState TclDevKit tcllib library.
  5. #
  6. # $Id: pkgIndex.tcl,v 1.1 2004/01/05 22:17:50 techenti Exp $
  7. #
  8. # All sppdgTcllib packages need Tcl 8.4
  9. # We use Tcl 8 namespaces, and the auto_path extension
  10. # trick works only on 8.3.1 and higher. See tcllib if
  11. # you want tricks to make this work with earlier versions.
  12. if {![package vsatisfies [package provide Tcl] 8.4]} {return}
  13. # Extend the auto_path to make sppdgTcllib packages available
  14. if {[lsearch -exact $::auto_path $dir] == -1} {
  15. lappend ::auto_path $dir
  16. }