Polish (Poland)English (United Kingdom)

What is cookfs?

Cookfs is a Tcl virtual filesystem using a compressed archive format to allow embedding multiple files in an archive that Tcl scripts can access directly.

It is optimized for storing Tcl packages (allowing around 10%-20% smaller sizes ratio than mk4vfs while still using zlib compression), small, fast and integrated with Tcl.

It is designed only for use as Tcl VFS and provides multiple optimizations especially for delivering Tcl based standalone applications.

Latest cookfs version: 1.3.1 (released 2011-10-01) | download files


Cookfs 1.3.1 released
Tcl/Tk - Cookfs
Sobota, 01 Październik 2011 18:30

We are pleased to announce that Cookfs 1.3.1 has been released on 2011-10-01!

Cookfs 1.3.1 includes a bug fix for issue with [load] command not working properly with certain Tcl builds.

Cookfs source code and binary versions can be downloaded from: http://sourceforge.net/projects/cookit/files/cookfs/1.3.1/.
More information about cookfs can be found on its project page: http://sourceforge.net/projects/cookit/.

Cookfs documentation can be found here.

Downloads are provided as both source code and binary versions for Windows, Mac OS X, Linux and Solaris. Binary versions are compiled only for Tcl 8.5 and up from this version on. It is possible to build for Tcl version 8.4, however it is no longer a part of standard distributions.

Cookfs 1.3.1 includes a bug fix for issue with [load] command not working properly with certain Tcl builds.

Cookfs can be built using standard configure, make, make install commands on any platform - for example:

$ tar -xzf cookfs-1.3.1-sources.tar.gz
$ cd cookfs-1.3
$ ./configure --with-tcl=/opt/ActiveTcl-8.5
(...)
$ make
(...)
$ make install
(...)
Poprawiony: Sobota, 01 Październik 2011 16:46
 
Tcl 8.5 Network Programming book
Learning Nagios 3.0 book