File: pkgIndex.tcl.git-diff

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (12 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/old/pkgIndex.tcl b/new/pkgIndex.tcl
index 280f627..88ca6b7 100644
--- a/old/pkgIndex.tcl
+++ b/new/pkgIndex.tcl
@@ -11,3 +11,7 @@ package ifneeded textutil::repeat   0.7   [list source [file join $dir repeat.tc
 package ifneeded textutil::string   0.8   [list source [file join $dir string.tcl]]
 package ifneeded textutil::expander 1.3.1 [list source [file join $dir expander.tcl]]
 package ifneeded textutil::wcswidth 35.0  [list source [file join $dir wcswidth.tcl]]
+
+if {![package vsatisfies [package provide Tcl] 8.5]} { return }
+
+package ifneeded textutil::patch 0.1 [list source [file join $dir patch.tcl]]