/usr/share/tcltk/tcllib1.14/textutil/pkgIndex.tcl is in tcllib 1.14-dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | if {![package vsatisfies [package provide Tcl] 8.2]} {
# FRINK: nocheck
return
}
package ifneeded textutil 0.7.1 [list source [file join $dir textutil.tcl]]
package ifneeded textutil::adjust 0.7.1 [list source [file join $dir adjust.tcl]]
package ifneeded textutil::split 0.7 [list source [file join $dir split.tcl]]
package ifneeded textutil::trim 0.7 [list source [file join $dir trim.tcl]]
package ifneeded textutil::tabify 0.7 [list source [file join $dir tabify.tcl]]
package ifneeded textutil::repeat 0.7 [list source [file join $dir repeat.tcl]]
package ifneeded textutil::string 0.7.1 [list source [file join $dir string.tcl]]
package ifneeded textutil::expander 1.3.1 [list source [file join $dir expander.tcl]]
|