Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweaked the definition for the VFS package |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | etoyoc |
Files: | files | file ages | folders |
SHA1: |
f500f582975295373019171da8357842 |
User & Date: | hypnotoad 2015-09-24 20:24:11.000 |
Context
2015-09-25
| ||
01:57 | Final shed tweaks check-in: aac2e8ee5b user: hypnotoad tags: etoyoc | |
2015-09-24
| ||
20:24 | Tweaked the definition for the VFS package check-in: f500f58297 user: hypnotoad tags: etoyoc | |
20:22 | Added a SHED definition check-in: 5d9bc6cbb4 user: hypnotoad tags: etoyoc | |
Changes
Changes to tool.shed.
1 |
| | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | generated: {2015-09-24 20:22:17 UTC} description: {This is a fossil repository built from a cvs export of the source at http://tclvfs.sourceforge.net} name: Tcl uuid: 59aa1664d4c2fc11f1a92725f5d3336b13bd67ef distribution/ { official { class: fossil project-name: Tcl project-code: 59aa1664d4c2fc11f1a92725f5d3336b13bd67ef release: trunk url: http://fossil.etoyoc.com/fossil/tclvfs } } release/ { trunk { distribution: official checkout: trunk timestamp: {2015-09-24 20:22:17 UTC} } } application/ { } module/ { template { name: template path: library/template class: tcl sources: {} packages: {{vfs::template::collate 1.5.3} {vfs::template::version::delta 1.5.2} {vfs::template::fish 1.5.2} {fileutil::globfind 1.5} {vfs::template::quota 1.5.2} {trsync 1.0} {vfs::template 1.5.5} {vfs::template::version 1.5.2}} } } package/ { {vfs 1.4.2} { class: binary version: 1.4.2 sources: generic/vfs.c init: Vfs_Init } {vfs::ftp 1.0} { file: ftpvfs.tcl name: vfs::ftp |
︙ | ︙ |
Changes to tool.tcl.
1 2 3 4 5 6 7 8 | ### # This file is loaded by the tool object ### ### # Add in the C Code ### my package add vfs { | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ### # This file is loaded by the tool object ### ### # Add in the C Code ### my package add vfs { class: binary version: 1.4.2 sources: {generic/vfs.c} init: Vfs_Init } ### # Build the module section |
︙ | ︙ |