From: Daniel Steffen Date: Fri, 21 May 2004 10:45:26 +0000 (+0000) Subject: * library/pkgIndex.tcl.in: brought back into sync with pkgIndex.tcl X-Git-Tag: vfs-1-4~98 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=61c7686afbb2c5702ff7a5dfc3bc05dd45abf93f;p=tclvfs * library/pkgIndex.tcl.in: brought back into sync with pkgIndex.tcl * library/pkgIndex.tcl: fixed spacing to be like pkgIndex.tcl.in --- diff --git a/ChangeLog b/ChangeLog index c431c35..308ce9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,23 @@ 2004-05-21 Daniel Steffen - * 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 - * 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 * 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 diff --git a/library/pkgIndex.tcl b/library/pkgIndex.tcl index ecb959c..25aab85 100644 --- a/library/pkgIndex.tcl +++ b/library/pkgIndex.tcl @@ -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]] diff --git a/library/pkgIndex.tcl.in b/library/pkgIndex.tcl.in index fb9d2e7..8aef51d 100644 --- a/library/pkgIndex.tcl.in +++ b/library/pkgIndex.tcl.in @@ -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