Overview
Comment: | Added NSF package to web page |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 6fa06ab16cf0f51a80572fa959a749f0a38f4910 |
User & Date: | rkeene on 2015-10-28 15:18:02 |
Other Links: | manifest | tags |
Context
2015-10-28
| ||
15:28 | Updated to pass "--enable-threads" to sub-projects if a threaded Tcl is built, unless otherwise requested check-in: da8fac4446 user: rkeene tags: trunk | |
15:18 | Added NSF package to web page check-in: 6fa06ab16c user: rkeene tags: trunk | |
2015-10-23
| ||
21:38 | Third attempt: Provide a Tcl 8.4 wrapper, tested using tclsh8.4 as TCLSH_NATIVE check-in: dca99d9485 user: ssoberni tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [3f411e1820] to [e6bae894b6].
53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
set packages(tls) TLS set packages(dbus) D-BUS set packages(tclx) TclX set packages(itcl) {[incr Tcl]} set packages(tcllib) "Tcllib" set packages(yajltcl) "YAJL-TCL" set packages(udp) "TclUDP" set disable { platform linux-mipsel {package_tk package_tcc4tcl package_tclx kitdll} platform android-arm {package_tk package_tclx} platform netbsd-amd64 {package_tk package_tcc4tcl package_tclx} platform netbsd-i386 {package_tk package_tcc4tcl package_tclx} platform solaris-sparc {package_tcc4tcl package_tclx} |
> |
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
set packages(tls) TLS
set packages(dbus) D-BUS
set packages(tclx) TclX
set packages(itcl) {[incr Tcl]}
set packages(tcllib) "Tcllib"
set packages(yajltcl) "YAJL-TCL"
set packages(udp) "TclUDP"
set packages(nsf) "Next Scripting Framework"
set disable {
platform linux-mipsel {package_tk package_tcc4tcl package_tclx kitdll}
platform android-arm {package_tk package_tclx}
platform netbsd-amd64 {package_tk package_tcc4tcl package_tclx}
platform netbsd-i386 {package_tk package_tcc4tcl package_tclx}
platform solaris-sparc {package_tcc4tcl package_tclx}
|