Hex Artifact Content

Artifact a7daa6d08978d5064817493b7011e3ef8f33c8b5:


0000: 0a 23 20 70 6b 67 49 6e 64 65 78 2e 74 63 6c 20  .# pkgIndex.tcl 
0010: 2d 20 0a 23 0a 23 20 20 20 20 41 20 6e 65 77 20  - .#.#    A new 
0020: 6d 61 6e 75 61 6c 6c 79 20 67 65 6e 65 72 61 74  manually generat
0030: 65 64 20 22 70 6b 67 49 6e 64 65 78 2e 74 63 6c  ed "pkgIndex.tcl
0040: 22 20 66 69 6c 65 20 66 6f 72 20 74 6c 73 20 74  " file for tls t
0050: 6f 0a 23 20 20 20 20 72 65 70 6c 61 63 65 20 74  o.#    replace t
0060: 68 65 20 6f 72 69 67 69 6e 61 6c 20 77 68 69 63  he original whic
0070: 68 20 64 69 64 6e 27 74 20 69 6e 63 6c 75 64 65  h didn't include
0080: 20 74 68 65 20 63 6f 6d 6d 61 6e 64 73 20 66 72   the commands fr
0090: 6f 6d 20 22 74 6c 73 2e 74 63 6c 22 2e 0a 23 0a  om "tls.tcl"..#.
00a0: 0a 70 61 63 6b 61 67 65 20 69 66 6e 65 65 64 65  .package ifneede
00b0: 64 20 74 6c 73 20 31 2e 34 20 22 5b 6c 69 73 74  d tls 1.4 "[list
00c0: 20 6c 6f 61 64 20 5b 66 69 6c 65 20 6a 6f 69 6e   load [file join
00d0: 20 24 64 69 72 20 40 52 45 4c 50 41 54 48 40 20   $dir @RELPATH@ 
00e0: 40 74 6c 73 5f 4c 49 42 5f 46 49 4c 45 40 5d 20  @tls_LIB_FILE@] 
00f0: 5d 20 3b 20 5b 6c 69 73 74 20 73 6f 75 72 63 65  ] ; [list source
0100: 20 5b 66 69 6c 65 20 6a 6f 69 6e 20 24 64 69 72   [file join $dir
0110: 20 74 6c 73 2e 74 63 6c 5d 20 5d 22 0a 0a         tls.tcl] ]"..