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>
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]]