Overview
Comment: | Renamed the file build/utils/kitcreator-downloader.tcl "download-tclkit.tcl" |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | private |
Files: | files | file ages | folders |
SHA1: |
be047fad60647d2f3837542aeb15a072 |
User & Date: | dbohdan on 2016-03-08 19:22:32 |
Other Links: | branch diff | manifest | tags |
Context
2016-03-08
| ||
19:53 | Merged private commit check-in: c51d83c360 user: dbohdan tags: trunk | |
19:22 | Renamed the file build/utils/kitcreator-downloader.tcl "download-tclkit.tcl" Leaf check-in: be047fad60 user: dbohdan tags: private | |
19:12 | Improved buildinfo URL guessing. Fixed Tclkits with no packages having a dash an the end of the filename. Do not use [file attributes] to restore Jim Tcl compatibility. check-in: 8e422c69d7 user: dbohdan tags: trunk | |
Changes
Renamed and modified build/utils/kitcreator-downloader.tcl [d8b2ec6c7d] to build/utils/download-tclkit.tcl [092ef76dba].
1 | #!/usr/bin/env tclsh | | | 1 2 3 4 5 6 7 8 9 | #!/usr/bin/env tclsh # Tclkit Downloader v0.2.2 -- download Tclkits created with the KitCreator # Web Interface. Works with Tcl 8.5+ and Jim Tcl v0.75+. This script requires # that cURL be available through [exec curl]. # Copyright (C) 2016, dbohdan. # License: MIT. proc download url { if {![string match */buildinfo $url]} { # Guess at what the buildinfo URL might be if we are given, e.g., a |
︙ | ︙ |