Sujet : Re: tcl 9 and tclkits
De : auriocus (at) *nospam* gmx.de (Christian Gollwitzer)
Groupes : comp.lang.tclDate : 23. Apr 2025, 06:38:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vu9ubu$2akm6$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
Am 22.04.25 um 09:22 schrieb Harald Oehlmann:
Am 22.04.2025 um 04:01 schrieb et99:
Are tclkits supported in tcl 9?
>
The functionality is now build-in using the zipfs.
I don't know where the documentation is. A bit is on the migration notes:
https://core.tcl-lang.org/tcl/wiki?name=Migrating+scripts+to+Tcl+9&p
I was also quite surprised that there is no step-by-step tutorial on how to build those zipkits. The wiki has several pages but it's unclear whether they are outdated or about some special system on top of this.
I would think that you can do basically
zip -r -J /path/to/tclsh topfolder/ zipkit
to create those; however I'm unsure since tclsh nowadays already contains an attached ZIP for the init scripts. So how is it supposed to work?
Christian