Overview
Comment: | Make the HelloWorld package index more cross-platform. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
333c76413b014073095148417ef3007f |
User & Date: | mistachkin on 2017-07-01 21:32:26 |
Other Links: | manifest | tags |
Context
2017-07-05
| ||
21:15 | Fix missing URNs in the PackageDownloader::useServerId procedure. Add comments. check-in: 6a9d5b82b4 user: mistachkin tags: trunk | |
2017-07-01
| ||
21:32 | Make the HelloWorld package index more cross-platform. check-in: 333c76413b user: mistachkin tags: trunk | |
21:00 | Add package index file missing from the previous check-in. check-in: 722f412eed user: mistachkin tags: trunk | |
Changes
Modified tcl/8.4/msil/HelloWorld1.0/pkgIndex.tcl from [6a5121b267] to [0595e45b40].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + - + + | # ############################################################################### if {![package vsatisfies [package provide Tcl] 8.4]} then {return} if {[string length [package provide Eagle]] > 0} then {return} package ifneeded HelloWorld 1.0 [list apply [list { dir } { set command [list exec] if {![isWindows]} then {lappend command mono} |
Modified tcl/8.4/msil/HelloWorld1.0/pkgIndex.tcl.asc from [5b1828e9cc] to [e25a6338aa].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |