From: Pat Thoyts Date: Thu, 8 May 2008 00:48:17 +0000 (+0000) Subject: Fixes for the current tclvfs - the mk4 and zip compat packages have been moved X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=07435ae33a8c5d9c1ac8ee7538345595bc05180c;p=kitgen Fixes for the current tclvfs - the mk4 and zip compat packages have been moved git-svn-id: svn://svn.equi4.com/kitgen/trunk@4297 9e558909-932a-0410-a563-af77432da1eb --- diff --git a/files/vfs1.3-pkgIndex.tcl b/files/vfs1.3-pkgIndex.tcl index 8fef31a..7d76217 100644 --- a/files/vfs1.3-pkgIndex.tcl +++ b/files/vfs1.3-pkgIndex.tcl @@ -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]] diff --git a/setupvfs.tcl b/setupvfs.tcl index 211ecb3..1f9a9a2 100644 --- a/setupvfs.tcl +++ b/setupvfs.tcl @@ -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 }