diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-01 13:19:13 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-01 13:19:13 +0000 |
commit | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (patch) | |
tree | bca582e352640f318b35228d0c250ddde3bd0e0b /contrib/tcl/library/opt0.1/pkgIndex.tcl | |
parent | 3d33409926539d866dcea9fc5cb14113b312adf0 (diff) | |
download | src-539e1e66ff6f99c987c8e03872ddaea5260db8f7.tar.gz src-539e1e66ff6f99c987c8e03872ddaea5260db8f7.zip |
Upgrade to 8.0 release.
Notes
Notes:
svn path=/vendor/tcl/dist/; revision=30037
Diffstat (limited to 'contrib/tcl/library/opt0.1/pkgIndex.tcl')
-rw-r--r-- | contrib/tcl/library/opt0.1/pkgIndex.tcl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/tcl/library/opt0.1/pkgIndex.tcl b/contrib/tcl/library/opt0.1/pkgIndex.tcl new file mode 100644 index 000000000000..4e660cd69872 --- /dev/null +++ b/contrib/tcl/library/opt0.1/pkgIndex.tcl @@ -0,0 +1,7 @@ +# Tcl package index file, version 1.0 +# This file is NOT generated by the "pkg_mkIndex" command +# because if someone just did "package require opt", let's just load +# the package now, so they can readily use it +# and even "namespace import tcl::*" ... +# (tclPkgSetup just makes things slow and do not work so well with namespaces) +package ifneeded opt 0.1 [list source [file join $dir optparse.tcl]] |