File: pkgIndex.tcl

package info (click to toggle)
tkdvi 0.3.1-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 1,440 kB
  • ctags: 715
  • sloc: ansic: 5,833; sh: 2,955; tcl: 1,918; makefile: 106
file content (15 lines) | stat: -rw-r--r-- 850 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Tcl package index file, version 1.1
# This file is generated by the "pkg_mkIndex -direct" command
# and sourced either when an application starts up or
# by a "package unknown" script.  It invokes the
# "package ifneeded" command to set up package-related
# information so that packages will be loaded automatically
# in response to "package require" commands.  When this
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.

package ifneeded tkdvi 0.3 [list source [file join $dir tkdvi.tcl]]
package ifneeded tkdvi::browser 0.2 [list source [file join $dir browser.tcl]]
package ifneeded tkdvi::dialog 0.1 [list source [file join $dir dialog.tcl]]
package ifneeded tkdvi::menu 1.0 [list source [file join $dir menu.tcl]]
package ifneeded tkdvi::pagesel 2.0 [list source [file join $dir pagesel.tcl]]