Artifact d6950e16450800b84d1c3161e30090bb8838346e1f6cb8d16bee910900c223f0:

  • File pkgIndex.tcl.in — part of check-in [dc90a44cf6] at 2018-07-20 22:59:40 on branch nearerTEAtoThee — Integrated a first part of Stuart Cassoffs work towards keeping the tDOM build system in sync with TEA development. (user: rolf size: 170) [more...]

0000: 23 0a 23 20 54 63 6c 20 70 61 63 6b 61 67 65 20  #.# Tcl package 
0010: 69 6e 64 65 78 20 66 69 6c 65 0a 23 0a 70 61 63  index file.#.pac
0020: 6b 61 67 65 20 69 66 6e 65 65 64 65 64 20 40 50  kage ifneeded @P
0030: 41 43 4b 41 47 45 5f 4e 41 4d 45 40 20 40 50 41  ACKAGE_NAME@ @PA
0040: 43 4b 41 47 45 5f 56 45 52 53 49 4f 4e 40 20 5c  CKAGE_VERSION@ \
0050: 0a 20 20 20 20 22 6c 6f 61 64 20 5b 66 69 6c 65  .    "load [file
0060: 20 6a 6f 69 6e 20 24 64 69 72 20 40 50 4b 47 5f   join $dir @PKG_
0070: 4c 49 42 5f 46 49 4c 45 40 5d 3b 0a 20 20 20 20  LIB_FILE@];.    
0080: 20 73 6f 75 72 63 65 20 5b 6c 69 73 74 20 5b 66   source [list [f
0090: 69 6c 65 20 6a 6f 69 6e 20 24 64 69 72 20 74 64  ile join $dir td
00a0: 6f 6d 2e 74 63 6c 5d 5d 22 0a                    om.tcl]]".