Overview
Comment: | Merged private commit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c51d83c36058653ed00fce70032164f6 |
User & Date: | dbohdan on 2016-03-08 19:53:12 |
Other Links: | manifest | tags |
Context
2016-03-11
| ||
17:28 | Fixed downloading of tcc4tcl check-in: 08887d8e7c user: rkeene tags: trunk | |
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 |
︙ | ︙ |