Artifact 89e86d3f82fef5d9e660af51fae1906bbab999003ece73f529c1522b98daf50d:
- File Binaries/FreeBSD-7-x86/tkdnd1.0/pkgIndex.tcl — part of check-in [28cb56af89] at 2024-10-05 16:38:28 on branch trunk — populating the repo (user: apl size: 257)
- File Binaries/Solaris-sparc/tkdnd1.0/pkgIndex.tcl — part of check-in [28cb56af89] at 2024-10-05 16:38:28 on branch trunk — populating the repo (user: apl size: 257)
namespace eval ::dnd { proc _load {dir} { set version 1.0 load [file join $dir libtkdnd1.0.so] tkdnd source [file join $dir tkdnd.tcl] package provide tkdnd 1.0 rename ::dnd::_load {} } } package ifneeded tkdnd 1.0 \ [list ::dnd::_load $dir]