Home
last modified time | relevance | path

Searched refs:tclsh (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/dports/www/websh/websh-3.6.0b5/src/tests/
H A Dmintest.test41 # find a late available tclsh, but preferrably the current version
45 foreach tclsh "$v $win 8.6 86 8.5 85 8.4 84 8.3 83 8.2 82 {}" {
46 if {![catch {exec tclsh$tclsh < $fnb}]} {
47 if {$tclsh != $v && $tclsh != $win} {
48 puts stderr "Warning: Using tclsh$tclsh instead of tclsh[info tclversion]"
56 puts "Using tclsh$tclsh to test loading of $env(WEB_LIBRARY)"
57 catch {set res [exec tclsh$tclsh $fna]}
59 error "No reasonable tclsh found"
/dports/deskutils/ical/ical-tcl/
H A Dconfigure.ac24 #### Find tclsh
25 AC_ARG_WITH(tclsh, optwith
26 [AC_HELP_STRING([--with-tclsh=<path>],[full path name of tclsh])],
27 [tclsh="$withval"])
28 if test -n "$tclsh"; then
29 AC_MSG_CHECKING(for tclsh)
30 AC_MSG_RESULT($tclsh)
34 tclsh_list="$tclsh_list tclsh$v"
39 if test -z "$tclsh"; then
44 --with-tclsh=<full path name of tclsh>])
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/ScriptingTcl/
H A DScriptingTcl.pro25 # Find tclsh
26 TCLSH = $$system(echo "puts 1" | tclsh)
28 …error("Could not find tclsh executable. ScriptingTcl plugin requires it to find out all Tcl librar…
30 TCLSH = $$system(which tclsh)
33 TCL_VERSION = $$system(echo "puts [info tclversion]" | tclsh)
34 #message("Found tclsh: $$TCLSH (version: $$TCL_VERSION)")
37 TCL_CONFIG_DIR = $$system(echo "puts [info library]" | tclsh)
83 # Find tclsh
84 #TCLSH = $$system(echo "puts 1" | tclsh)
88 #TCLSH = $$system(which tclsh)
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/autoconf/m4/
H A Dpath_tclsh.m41 dnl This macro checks for tclsh which is required to run dejagnu. On some
2 dnl platforms (notably FreeBSD), tclsh is named tclshX.Y - this handles
3 dnl that for us so we can get the latest installed tclsh version.
7 AC_MSG_CHECKING(for the tclsh program in tclinclude directory)
15 if test -f ${with_tclinclude}/tclsh ; then
17 elif test -f ${with_tclinclude}/src/tclsh ; then
20 AC_MSG_ERROR([${with_tclinclude} directory doesn't contain tclsh])
27 …8.4.1 tclsh8.4.0 tclsh8.3 tclsh8.3.5 tclsh8.3.4 tclsh8.3.3 tclsh8.3.2 tclsh8.3.1 tclsh8.3.0 tclsh])
/dports/textproc/bibtool/BibTool/BibTcl/
H A Dconfigure.in6 AC_PATH_PROGS(TCLSH,tclsh tclsh-8.0 tclsh-8.1 tclsh-8.2 tclsh-8.3 tclx,)
9 AC_MSG_WARN(tclsh not found.
10 Ensure that a properly installed tclsh is on your path or live without BibTcl.)
25 AC_MSG_WARN(not found. Ensure that a properly installed tclsh is on your path.)
/dports/devel/tcllib/tcllib-1.20/
H A Dconfigure.in13 AC_ARG_WITH(tclsh, [ --with-tclsh=FILE location of a working tclsh executable], with_tclsh=${withv… optwith
17 # allow user to override the tclsh we think we found
19 AC_MSG_CHECKING([for tclsh])
23 AC_MSG_RESULT([$TCLSH_PROG, via --with-tclsh])
25 AC_MSG_ERROR([Bad --with-tclsh ${with_tclsh}, not found or not executable])
H A Daclocal.m444 # Locate a tclsh shell in the following directories:
60 AC_MSG_CHECKING([for tclsh])
65 for j in `ls -r $dir/tclsh[[8-9]]*${EXEEXT} 2> /dev/null` \
66 `ls -r $dir/tclsh*${EXEEXT} 2> /dev/null` ; do
81 AC_MSG_ERROR(No tclsh found in PATH: $search_path)
/dports/devel/tcllibc/tcllib-1.20/
H A Dconfigure.in13 AC_ARG_WITH(tclsh, [ --with-tclsh=FILE location of a working tclsh executable], with_tclsh=${withv… optwith
17 # allow user to override the tclsh we think we found
19 AC_MSG_CHECKING([for tclsh])
23 AC_MSG_RESULT([$TCLSH_PROG, via --with-tclsh])
25 AC_MSG_ERROR([Bad --with-tclsh ${with_tclsh}, not found or not executable])
H A Daclocal.m444 # Locate a tclsh shell in the following directories:
60 AC_MSG_CHECKING([for tclsh])
65 for j in `ls -r $dir/tclsh[[8-9]]*${EXEEXT} 2> /dev/null` \
66 `ls -r $dir/tclsh*${EXEEXT} 2> /dev/null` ; do
81 AC_MSG_ERROR(No tclsh found in PATH: $search_path)
/dports/mail/alpine/alpine-465e23b/web/src/cgi.tcl-1.10/
H A Dconfigure.in22 ${exec_prefix}/bin/tclsh \
23 `ls -r ${exec_prefix}/bin/tclsh[[8-9]]* 2>/dev/null` \
24 ${prefix}/bin/tclsh \
25 `ls -r ${prefix}/bin/tclsh[[8-9]]* 2>/dev/null` \
26 ${srcdir}/../tcl/unix/tclsh \
27 `ls -dr ${srcdir}/../tcl[[8-9]]*/unix/tclsh 2>/dev/null` \
28 /usr/local/bin/tclsh \
29 /usr/bin/tclsh ; do
/dports/editors/pico-alpine/alpine-465e23b/web/src/cgi.tcl-1.10/
H A Dconfigure.in22 ${exec_prefix}/bin/tclsh \
23 `ls -r ${exec_prefix}/bin/tclsh[[8-9]]* 2>/dev/null` \
24 ${prefix}/bin/tclsh \
25 `ls -r ${prefix}/bin/tclsh[[8-9]]* 2>/dev/null` \
26 ${srcdir}/../tcl/unix/tclsh \
27 `ls -dr ${srcdir}/../tcl[[8-9]]*/unix/tclsh 2>/dev/null` \
28 /usr/local/bin/tclsh \
29 /usr/bin/tclsh ; do
/dports/lang/tcl87/tcl8.7a5/.github/workflows/
H A Donefiledist.yml24 make tclsh
30 cp ../unix/tclsh tclsh${TCL_PATCHLEVEL}_snapshot
31 chmod +x tclsh${TCL_PATCHLEVEL}_snapshot
32 tar -cf tclsh${TCL_PATCHLEVEL}_snapshot.tar tclsh${TCL_PATCHLEVEL}_snapshot
69 make tclsh
71 echo "TCL_BIN=`pwd`/tclsh" >> $GITHUB_ENV
77 cp $TCL_BIN contents/tclsh${TCL_PATCHLEVEL}_snapshot
78 chmod +x contents/tclsh${TCL_PATCHLEVEL}_snapshot
86 xattr -d com.apple.quarantine tclsh${TCL_PATCHLEVEL}_snapshot
128 ./tclsh*.exe $VER_PATH $GITHUB_ENV
[all …]
/dports/databases/speedtables/speedtables-1.13.12/ctable_server/tests/
H A Drestart_server.sh9 for tclsh in /usr/bin/tclsh${TCLVERSION} /usr/local/bin/tclsh${TCLVERSION}
11 if [ -f $tclsh ]
13 TCLSH=$tclsh
H A Drun_test.sh10 for tclsh in /usr/bin/tclsh${TCLVERSION} /usr/local/bin/tclsh${TCLVERSION}
12 if [ -f $tclsh ]
14 TCLSH=$tclsh
/dports/devel/critcl/critcl-3.1.18.1/doc/include/
H A Db_windows.inc13 /path/to/tclsh /path/to/critcl/build.tcl install
16 where [file /path/to/tclsh] is the tclsh of your Tcl installation, and
22 [cmd tclsh] will find them.
27 into the directory [cmd tclsh] resides in, making it a sibling of that
31 application is modified to use the chosen tclsh instead of searching
37 explicitly choose the [syscmd tclsh] to run the application, or
39 association for [file .tcl] is available, to either [syscmd tclsh], or
60 /path/to/tclsh /path/to/critcl/build.tcl help
H A Db_unix.inc12 /path/to/tclsh /path/to/critcl/build.tcl install
15 where [file /path/to/tclsh] is the tclsh of your Tcl installation, and
21 [cmd tclsh] will find them.
26 into the directory [cmd tclsh] resides in, making it a sibling of that
30 chosen tclsh instead of searching for one on the [var PATH].
53 /path/to/tclsh /path/to/critcl/build.tcl help
/dports/math/singular/Singular-Release-4-2-1/ppcc/autosetup/
H A Dadlib.patch1 diff -cr a/autosetup/autosetup-find-tclsh b/autosetup/autosetup-find-tclsh
2 *** a/autosetup/autosetup-find-tclsh 2019-02-02 03:13:40.000000000 +0100
3 --- b/autosetup/autosetup-find-tclsh 2019-02-02 03:11:58.000000000 +0100
7 { "$d/jimsh0" "$d/autosetup-test-tclsh"; } 2>/dev/null && exit 0
9 ! for tclsh in $autosetup_tclsh jimsh tclsh tclsh8.5 tclsh8.6; do
10 ! { $tclsh "$d/autosetup-test-tclsh"; } 2>/dev/null && exit 0
12 ! echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0"
15 "$d/jimsh0" "$d/autosetup-test-tclsh" && exit 0
19 { "$d/jimsh0" "$d/autosetup-test-tclsh"; } 2>/dev/null && exit 0
24 "$d/jimsh0" "$d/autosetup-test-tclsh" && exit 0
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/dejagnu/
H A Dacinclude.m429 AC_MSG_CHECKING(for the tclsh program)
34 if test -f ${with_tclinclude}/tclsh ; then
36 elif test -f ${with_tclinclude}/src/tclsh ; then
39 AC_MSG_ERROR([${with_tclinclude} directory doesn't contain tclsh])
58 if test -f $i/src/tclsh ; then
59 ac_cv_path_tclsh=`(cd $i/src; pwd)`/tclsh
68 AC_PATH_PROG(tclsh, tclsh)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/dejagnu/
H A Dacinclude.m429 AC_MSG_CHECKING(for the tclsh program)
34 if test -f ${with_tclinclude}/tclsh ; then
36 elif test -f ${with_tclinclude}/src/tclsh ; then
39 AC_MSG_ERROR([${with_tclinclude} directory doesn't contain tclsh])
58 if test -f $i/src/tclsh ; then
59 ac_cv_path_tclsh=`(cd $i/src; pwd)`/tclsh
68 AC_PATH_PROG(tclsh, tclsh)
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindTclsh.cmake8 Find tclsh
16 TCLSH_FOUND = TRUE if tclsh has been found
17 TCL_TCLSH = the path to the tclsh executable
63 tclsh
64 tclsh${TCL_LIBRARY_VERSION} tclsh${TK_LIBRARY_VERSION} tclsh${TK_WISH_VERSION}
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindTclsh.cmake8 Find tclsh
16 TCLSH_FOUND = TRUE if tclsh has been found
17 TCL_TCLSH = the path to the tclsh executable
63 tclsh
64 tclsh${TCL_LIBRARY_VERSION} tclsh${TK_LIBRARY_VERSION} tclsh${TK_WISH_VERSION}
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindTclsh.cmake8 Find tclsh
16 TCLSH_FOUND = TRUE if tclsh has been found
17 TCL_TCLSH = the path to the tclsh executable
63 tclsh
64 tclsh${TCL_LIBRARY_VERSION} tclsh${TK_LIBRARY_VERSION} tclsh${TK_WISH_VERSION}
/dports/cad/opencascade/opencascade-7.6.0/
H A Dgenconf.bat15 set "TCL_EXEC=tclsh.exe"
28 set /P TCL_PATH=This script requires Tcl, but tclsh.exe cannot be found in PATH.^
30 Please enter path to folder containing tclsh.exe^
36 if exist %TCL_PATH%\tclsh.exe (
37 set "TCL_FOUND=%TCL_PATH%\tclsh.exe"
41 set "TCL_EXEC=%TCL_PATH%\tclsh.exe"
/dports/databases/sqlite2/sqlite-2.8.17/
H A Dmain.mk347 tclsh $(TOP)/www/sqlite.tcl >sqlite.html
353 tclsh $(TOP)/www/changes.tcl >changes.html
356 tclsh $(TOP)/www/lang.tcl >lang.html
359 tclsh $(TOP)/www/vdbe.tcl >vdbe.html
362 tclsh $(TOP)/www/arch.tcl >arch.html
371 tclsh $(TOP)/www/mingw.tcl >mingw.html
377 tclsh $(TOP)/www/speed.tcl >speed.html
380 tclsh $(TOP)/www/faq.tcl >faq.html
386 tclsh $(TOP)/www/conflict.tcl >conflict.html
392 tclsh $(TOP)/www/omitted.tcl >omitted.html
[all …]
/dports/converters/mpack/mpack-1.6/cmulocal/
H A Dtcl.m432 dnl * maybe ask the user what "tclsh" is called this week (i.e., "tclsh8.0")
33 dnl * run tclsh, ask it for a path, then run that path through sed
54 AC_ARG_WITH(tclsh, [ --with-tclsh=TCLSH use TCLSH as the tclsh program
59 AC_MSG_WARN([Tcl disabled because tclsh or tclconfig specified as "no"])
69 AC_MSG_ERROR([--with-tclsh must specify an executable file.])
73 # No? Run tclsh and ask it where it lives.
75 # Do we know where a tclsh lives?
77 # Try and find tclsh. Any tclsh.
82 AC_PATH_PROGS(TCLSH, [tclsh8.1 tclsh8.0 tclsh], "unknown")
85 # Do we know where to get a tclsh?
[all …]

12345678910>>...68