* pkgIndex.tcl.in: Updated to handle the new files, and
authorAndreas Kupries <andreas_kupries@users.sourceforge.net>
Tue, 15 Apr 2008 23:59:24 +0000 (23:59 +0000)
committerAndreas Kupries <andreas_kupries@users.sourceforge.net>
Tue, 15 Apr 2008 23:59:24 +0000 (23:59 +0000)
* Makefile.in: sync'd generated index with manual one.

ChangeLog
Makefile.in
pkgIndex.tcl.in

index 3026c498e516e34fdd7ceea0acb3bbdeb8d3f40f..dba800d2dafdde39de47c7957a5da632a989ca20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-04-15  Andreas Kupries  <andreask@activestate.com>
 
+       * pkgIndex.tcl.in: Updated to handle the new files, and
+       * Makefile.in: sync'd generated index with manual one.
+
        * library/pkgIndex.tcl: Moved the backward compatibility package
        * library/mkvfs.tcl: names (mk4vfs, zipvfs) into separate files,
        * library/zipvfs.tcl: as true packages. They properly load the new
index 1711fb2c3f2610075d9c4e5599bb16b8d9b25226..5c1bccffd7a76530ef192fd1b112b3f415587741 100644 (file)
@@ -41,7 +41,7 @@ PKG_TCL_SOURCES = @PKG_TCL_SOURCES@ \
                  tarvfs.tcl tclprocvfs.tcl testvfs.tcl \
                  vfsUrl.tcl vfsUtils.tcl vfslib.tcl \
                  webdavvfs.tcl zipvfs.tcl tclIndex \
-                 tkvfs.tcl \
+                 tkvfs.tcl mk4vfscompat.tcl zipvfscompat.tcl \
                  template/collatevfs.tcl template/deltavfs.tcl \
                  template/fishvfs.tcl template/globfind.tcl \
                  template/quotavfs.tcl template/tdelta.tcl \
index 85d06b1dd41ffdf30994470ef8a46b028b53ba09..172063966736b5c51f5b1a5886973c04b800e486 100644 (file)
@@ -33,19 +33,21 @@ 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]]
 
 # Old
-package ifneeded mk4vfs       1.10 [list source [file join $dir mk4vfs.tcl]]
-package ifneeded zipvfs       1.0 [list source [file join $dir zipvfs.tcl]]
+package ifneeded mk4vfs       1.10.1 [list source [file join $dir mk4vfscompat.tcl]]
+package ifneeded zipvfs       1.0.1  [list source [file join $dir zipvfscompat.tcl]]
+
+# New, for the old, keep version numbers synchronized.
+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]]
 
 # New
 package ifneeded vfs::ftp     1.0 [list source [file join $dir ftpvfs.tcl]]
 package ifneeded vfs::http    0.6 [list source [file join $dir httpvfs.tcl]]
-package ifneeded vfs::mk4     1.10 [list source [file join $dir mk4vfs.tcl]]
 package ifneeded vfs::ns      0.5 [list source [file join $dir tclprocvfs.tcl]]
 package ifneeded vfs::tar     0.9 [list source [file join $dir tarvfs.tcl]]
 package ifneeded vfs::test    1.0 [list source [file join $dir testvfs.tcl]]
 package ifneeded vfs::urltype 1.0 [list source [file join $dir vfsUrl.tcl]]
 package ifneeded vfs::webdav  0.1 [list source [file join $dir webdavvfs.tcl]]
-package ifneeded vfs::zip     1.0 [list source [file join $dir zipvfs.tcl]]
 package ifneeded vfs::tk      0.5 [list source [file join $dir tkvfs.tcl]]
 #
 # Virtual filesystems based on the template vfs: