summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/base64/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/base64/pkgIndex.tcl')
-rw-r--r--tcllib/modules/base64/pkgIndex.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcllib/modules/base64/pkgIndex.tcl b/tcllib/modules/base64/pkgIndex.tcl
new file mode 100644
index 0000000..c23b090
--- /dev/null
+++ b/tcllib/modules/base64/pkgIndex.tcl
@@ -0,0 +1,5 @@
+if {![package vsatisfies [package provide Tcl] 8.2]} {return}
+package ifneeded base64 2.4.2 [list source [file join $dir base64.tcl]]
+package ifneeded uuencode 1.1.5 [list source [file join $dir uuencode.tcl]]
+package ifneeded yencode 1.1.3 [list source [file join $dir yencode.tcl]]
+package ifneeded ascii85 1.0 [list source [file join $dir ascii85.tcl]]