* library/pkgIndex.tcl.in: brought back into sync with pkgIndex.tcl
authorDaniel Steffen <das@users.sourceforge.net>
Fri, 21 May 2004 10:45:26 +0000 (10:45 +0000)
committerDaniel Steffen <das@users.sourceforge.net>
Fri, 21 May 2004 10:45:26 +0000 (10:45 +0000)
* library/pkgIndex.tcl: fixed spacing to be like pkgIndex.tcl.in

ChangeLog
library/pkgIndex.tcl
library/pkgIndex.tcl.in

index c431c357a764605ed9629bc151443d9fd7ceaf44..308ce9b0e13777ea6d255650c358fde9f46a4472 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,23 @@
 2004-05-21  Daniel Steffen <das@users.sourceforge.net>
 
-       * starkit.tcl: improved previous symbolic link patch by
+       * library/starkit.tcl: improved previous symbolic link patch by
        using [vfs::filesystem fullynormalize], as suggessted by Vince.
+       
+       * library/pkgIndex.tcl.in: brought back into sync with pkgIndex.tcl
+       * library/pkgIndex.tcl: fixed spacing to be like pkgIndex.tcl.in
 
 2004-05-19  Jean-Claude Wippler  <jcw@equi4.com>
 
-       * starkit.tcl: added a patch from Bryan Schofield to properly
+       * library/starkit.tcl: added a patch from Bryan Schofield to properly
        resolve all symbolic links so starkit::startup detection works.
-       * pkgIndex.tcl: bumped starkit version from 1.3 to 1.3.1
+       * library/pkgIndex.tcl: bumped starkit version from 1.3 to 1.3.1
 
        * ChangeLog: cleaned up a few tab-vs-space indentations
 
 2004-04-18  Daniel Steffen <das@users.sourceforge.net>
 
        * generic/vfs.c: continue to #include tclPort.h, otherwise
-        compilation breaks against tcl 8.4.x.
+       compilation breaks against tcl 8.4.x.
 
 2004-04-01  Vince Darley <vincentdarley@sourceforge.net>
 
index ecb959c49593aa0b7321836a87ffef31663e16f0..25aab85e79f0684a6c8b5a94eaffcabf78c8ac94 100644 (file)
@@ -44,22 +44,22 @@ proc loadvfs {dir dll} {
     load $dll
 }
 
-package ifneeded vfs 1.3.0 [list loadvfs $dir $dll]
-package ifneeded starkit 1.3.1 [list source [file join $dir starkit.tcl]]
-package ifneeded vfslib 1.3.1 [list source [file join $dir vfslib.tcl]]
+package ifneeded vfs        1.3.0 [list loadvfs $dir $dll]
+package ifneeded starkit    1.3.1 [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.9 [list source [file join $dir mk4vfs.tcl]]
-package ifneeded zipvfs 1.0 [list source [file join $dir zipvfs.tcl]]
+package ifneeded mk4vfs       1.9 [list source [file join $dir mk4vfs.tcl]]
+package ifneeded zipvfs       1.0 [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.5 [list source [file join $dir httpvfs.tcl]]
-package ifneeded vfs::mk4 1.9 [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::ftp     1.0 [list source [file join $dir ftpvfs.tcl]]
+package ifneeded vfs::http    0.5 [list source [file join $dir httpvfs.tcl]]
+package ifneeded vfs::mk4     1.9 [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]]
+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]]
index fb9d2e753f917ebdc8a38f3324e309db96de589f..8aef51d5e7011a2cb362630b75cdc8ddb7d24a1d 100644 (file)
@@ -25,8 +25,8 @@ proc loadvfs {dll} {
     load $dll
 }
 
-package ifneeded vfs          1.3.0 [list loadvfs $vfs::dll]
-package ifneeded starkit      1.2 [list source [file join $dir starkit.tcl]]
+package ifneeded vfs        1.3.0 [list loadvfs $vfs::dll]
+package ifneeded starkit    1.3.1 [list source [file join $dir starkit.tcl]]
 package ifneeded vfslib     1.3.1 [list source [file join $dir vfslib.tcl]]
 
 # Old