Differences From
Artifact [c78e0fb617]:
127 127
128 128 puts "Downloading md5 and sha1 packages for the current system"
129 129 ::teapotclient::download_extensions "." \
130 130 [list teapot.activestate.com] [list md5 sha1] $os \
131 131 $tcl_platform(machine)
132 132
133 133
134 -b. teapot-client.tcl (not installed):
134 +b. teapot-client / teapot-client.tcl:
135 135 i. teapot-client get <dir> <os> <cpu> <packages...>
136 136 Downloads all the requested extensions/packages for the OS+CPU
137 137 pair into the "lib" directory of the directory specified.
138 138
139 139 ii. teapot-client list ?<os>? ?<cpu>?
140 140 Lists all available extensions and their most recent versions,
141 141 optionally restricted to an OS+CPU pair.
142 142
143 143 II. SERVER
144 144 ==========
145 145 This is not yet implemented.