Fixes for the current tclvfs - the mk4 and zip compat packages have been moved
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 8 May 2008 00:48:17 +0000 (00:48 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 8 May 2008 00:48:17 +0000 (00:48 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@4297 9e558909-932a-0410-a563-af77432da1eb

files/vfs1.3-pkgIndex.tcl
setupvfs.tcl

index 8fef31a212b1326b27011879e1eb574fc5f47a35..7d7621701df1b124bc8a198e3624ed1742ff8e20 100644 (file)
@@ -1,7 +1,7 @@
 package ifneeded vfs        1.3   [list load {} vfs]
-package ifneeded starkit    1.3.1 [list source [file join $dir starkit.tcl]]
+package ifneeded starkit    1.3.2 [list source [file join $dir starkit.tcl]]
 package ifneeded vfslib     1.3.1 [list source [file join $dir vfslib.tcl]]
-package ifneeded vfs::mk4    1.10 [list source [file join $dir mk4vfs.tcl]]
-package ifneeded vfs::zip     1.0 [list source [file join $dir zipvfs.tcl]]
+package ifneeded vfs::mk4  1.10.1 [list source [file join $dir mk4vfs.tcl]]
+package ifneeded vfs::zip   1.0.1 [list source [file join $dir zipvfs.tcl]]
 #compat
-package ifneeded mk4vfs      1.10 [list source [file join $dir mk4vfs.tcl]]
+package ifneeded mk4vfs    1.10.1 [list source [file join $dir mk4vfscompat.tcl]]
index 211ecb3ee6d56388a579351306aefc2b6f8682f5..1f9a9a2f30ced40438a1f268d7a0c082e35d38fd 100644 (file)
@@ -93,11 +93,13 @@ set clifiles {
   lib/tcl8@/tclIndex
   lib/tcl8@/word.tcl
   lib/vfs1@/mk4vfs.tcl
+  lib/vfs1@/mk4vfscompat.tcl
   lib/vfs1@/pkgIndex.tcl
   lib/vfs1@/starkit.tcl
   lib/vfs1@/vfslib.tcl
   lib/vfs1@/vfsUtils.tcl
   lib/vfs1@/zipvfs.tcl
+  lib/vfs1@/zipvfscompat.tcl
 }
 
 if {$lite} {
@@ -149,8 +151,19 @@ if {$encOpt} {
   lappend clifiles lib/tcl8@/encoding/ascii.enc \
                    lib/tcl8@/encoding/cp1252.enc \
                    lib/tcl8@/encoding/iso8859-1.enc \
-                   lib/tcl8@/encoding/iso8859-15.enc \
                    lib/tcl8@/encoding/iso8859-2.enc \
+                   lib/tcl8@/encoding/iso8859-3.enc \
+                   lib/tcl8@/encoding/iso8859-4.enc \
+                   lib/tcl8@/encoding/iso8859-5.enc \
+                   lib/tcl8@/encoding/iso8859-6.enc \
+                   lib/tcl8@/encoding/iso8859-7.enc \
+                   lib/tcl8@/encoding/iso8859-8.enc \
+                   lib/tcl8@/encoding/iso8859-9.enc \
+                   lib/tcl8@/encoding/iso8859-10.enc \
+                   lib/tcl8@/encoding/iso8859-13.enc \
+                   lib/tcl8@/encoding/iso8859-14.enc \
+                   lib/tcl8@/encoding/iso8859-15.enc \
+                   lib/tcl8@/encoding/iso8859-16.enc \
                    lib/tcl8@/encoding/koi8-r.enc \
                    lib/tcl8@/encoding/macRoman.enc
 }