From 9981ae3c53e399b72614048dc32434ff3e16ce31 Mon Sep 17 00:00:00 2001 From: mnt Date: Fri, 11 Dec 2009 12:47:14 +0000 Subject: [PATCH] Removing earlier removed file --- src/WOKsite/InstallJava.csh | 78 ------------------ src/WOKsite/InstallMesa.csh | 23 ------ src/WOKsite/InstallTcl.csh | 119 ---------------------------- src/WOKsite/cmd-input.tcl | 59 -------------- src/WOKsite/examples.bck.Z | Bin 4060 -> 0 bytes src/WOKsite/wokcfg | 152 ------------------------------------ src/WOKsite/wokcfg.bat | 36 --------- src/WOKsite/wokfac1.html | 30 ------- src/WOKsite/wokfac2.html | 43 ---------- src/WOKsite/wokfac3.html | 39 --------- 10 files changed, 579 deletions(-) delete mode 100755 src/WOKsite/InstallJava.csh delete mode 100755 src/WOKsite/InstallMesa.csh delete mode 100755 src/WOKsite/InstallTcl.csh delete mode 100755 src/WOKsite/cmd-input.tcl delete mode 100755 src/WOKsite/examples.bck.Z delete mode 100755 src/WOKsite/wokcfg delete mode 100755 src/WOKsite/wokcfg.bat delete mode 100755 src/WOKsite/wokfac1.html delete mode 100755 src/WOKsite/wokfac2.html delete mode 100755 src/WOKsite/wokfac3.html diff --git a/src/WOKsite/InstallJava.csh b/src/WOKsite/InstallJava.csh deleted file mode 100755 index 0b3c76e..0000000 --- a/src/WOKsite/InstallJava.csh +++ /dev/null @@ -1,78 +0,0 @@ -#! /bin/csh -f - -if ( !($?JAVAHOME) ) then - - echo " " - echo " " - echo " ---- Open Cascade : requirement " - echo " --------------------------------" - echo " " - echo " the JDK 1.2.2 ( Java 2 )is needed to run and install the Samples Application and the ShapeViewer" - echo " and the ShapeViewer demonstration application " - echo " " - echo " Java 2 can be downloaded from : http://developer.java.sun.com " - echo " " - echo " " - echo " Please refer to Distributor pages to know if some system patch are required" - echo " the Distribution can be downloaded at :" - echo " on SunOS :" - echo " http://www.sun.com/software/solaris/java/download.html" - echo " on Linux :" - echo " http://java.sun.com/products/jdk/1.2/download-linux.html" - echo " on IRIX :" - echo " http://www.sgi.com/developers/devtools/languages/java2_122.html" - echo " on AIX : " - echo " http://www6.software.ibm.com/dl/dka/dka-p" - echo " " - echo " " - -endif - -# Verification - -set WhereITcl = `which java | awk '{print $1}' ` -set defaultTcl = "" - -if ( ${WhereITcl} != "no" && ${WhereITcl} != "which:" ) then - set defaultTcl = ${WhereITcl} - set dir = `dirname ${WhereITcl}` - if ( `basename ${dir}` == "bin" ) then - set defaultTcl = `dirname ${dir}` - endif -endif -set notDefine = 1 - -while ( ${notDefine} == 1 ) - if (! ($?JAVAHOME)) then - - echo " " - echo " " - echo -n " Please define the Path where you have installed your JAVA distribution :[$defaultTcl]" - set rep = $< - if ( ${rep} == "" ) then - setenv JAVAHOME ${defaultTcl} - else - - if (!(-e ${rep})) then - echo "This Directory doen't exist " - echo "Please try again" - else - setenv JAVAHOME ${rep} - endif - unset rep - endif - - endif - if ($?JAVAHOME) then - if (! (-e ${JAVAHOME}/bin/java)) then - echo "java not found in ${JAVAHOME}/bin" - if ($?JAVAHOME) unsetenv JAVAHOME - else - set notDefine = 0 - endif - endif -end - -echo "JAVAHOME ${JAVAHOME} " > $argv[1] -exit - diff --git a/src/WOKsite/InstallMesa.csh b/src/WOKsite/InstallMesa.csh deleted file mode 100755 index 5a2dbc7..0000000 --- a/src/WOKsite/InstallMesa.csh +++ /dev/null @@ -1,23 +0,0 @@ -#! /bin/csh -f - - -set neededLibrary = "libGL.so libGLU.so libglut.so" -set MesaDirectory = /usr/X11R6/lib - -foreach lib (${neededLibrary}) - - if (!(-e ${MesaDirectory}/${lib})) then - echo "${MesaDirectory}/${lib} not exist " - echo " Mesa is required to Run OpenCascade " - echo " Mesa-3.1 or Mesa3.2 is recommended " - echo " you can download it on : http://sourceforge.net/project/showfiles.php?group_id=3" - echo " MesaLib-3.1.tar.gz and MesaDemos-3.1.tar.gz " - echo " or " - echo " MesaLib-3.2.tar.gz and MesaDemos-3.2.tar.gz " - echo " Rq: if you use a Mesa3.0 you can use it with some link " - echo " cd ${MesaDirectory}" - echo " ln -s libGL.so libMesaGL.so " - echo " ln -s libGLU.so libMesaGLU.so " - endif - -end diff --git a/src/WOKsite/InstallTcl.csh b/src/WOKsite/InstallTcl.csh deleted file mode 100755 index 88a0ea6..0000000 --- a/src/WOKsite/InstallTcl.csh +++ /dev/null @@ -1,119 +0,0 @@ -#! /bin/csh -f - -if ( !($?TCLHOME) ) then - - echo " " - echo " " - echo " ---- Open Cascade : requirement " - echo " --------------------------------" - echo " " - echo " " - echo " TclTk is needed to Run Test Harness ( Topology , Viewer or DataExchange ) " - echo " This product is available at : http://dev.scriptics.com " - echo " " - echo " on SunOS , IRIX : " - echo " libtcl7.5i.so and libtk4.1i.so " - echo " source distribution available at http://dev.scriptics.com/software/tcltk/7.5.html" - echo " " - echo " on Windows_NT : " - echo " libtcl7.6i.so and libtk4.1i.so " - echo " source distribution available at http://dev.scriptics.com/software/tcltk/7.6.html" - echo " " - echo " on Linux : " - echo " libtcl8.0.so and libtk8.0.so " - echo " source distribution available at http://dev.scriptics.com/software/tcltk/8.0.html" - echo " " - echo " on AIX : " - echo " libtcl8.1.so and libtk8.1.so " - echo " source distribution available at http://dev.scriptics.com/software/tcltk/8.1.html" - echo " " -endif - -if (! ($?STATION)) then - - setenv STATION `uname` - if ( ${STATION} == "IRIX64" ) setenv STATION IRIX - -endif -set notDefine = 1 - - switch ( ${STATION} ) - - case "IRIX" - case "SunOS" - set tclLib = libtcl7.5i.so - set tkLib = libtk4.1i.so - breaksw - case "AIX" : - set tclLib = libtcl8.1.so - set tkLib = libtk8.1.so - breaksw - case "Linux" : - set tclLib = libtcl.so - set tkLib = libtk.so -# set tclLib = libtcl8.0.so -# set tkLib = libtk8.0.so - breaksw - endsw -endif - -set WhereITcl = `which tclsh | awk '{print $1}' ` -if ( ${WhereITcl} != "no" && ${WhereITcl} != "which:" ) then - set defaultTcl = ${WhereITcl} - set dir = `dirname ${WhereITcl}` - if ( `basename ${dir}` == "bin" ) then - set defaultTcl = `dirname ${dir}` - else - set defaultTcl = "" - endif -endif - -while ( ${notDefine} == 1 ) - if (!($?TCLHOME)) then - echo -n " Please define the Path where you have installed your Tcl/TK distribution [${defaultTcl}] :" - set rep = $< - if ( ${rep} == "" ) then - setenv TCLHOME ${defaultTcl} - else - if (!(-e ${rep})) then - echo "This Directory doen't exist " - echo "Please try again" - else - setenv TCLHOME ${rep} - endif - unset rep - endif - endif - if ( $?TCLHOME) then - if (! (-e ${TCLHOME}/lib/${tclLib})) then - echo "${tclLib} not found in ${TCLHOME}/lib" - if ($?TCLHOME) unsetenv TCLHOME - else - if (!(-e ${TCLHOME}/lib/${tkLib})) then - echo "${tkLib} not found in ${TCLHOME}/lib" - if ($?TCLHOME) unsetenv TCLHOME - else - # cas specifique IRIX N32 - if ( ${STATION} == "IRIX" ) then - set typename = `file ${TCLHOME}/lib/${tclLib} | awk ' {print $3 } '` - if ( ${typename} == "N32") then - set notDefine = 0 - else - echo " ${TCLHOME}/lib/${tclLib} is not N32" - if ($?TCLHOME) unsetenv TCLHOME - endif - else - set notDefine = 0 - endif - endif - endif - endif -end - -if ($?tclLib) unset tclLib -if ($?tkLib) unset tkLib -if ($?rep) unset rep -if ($?defaultTcl) unset defaultTcl - -echo "TCLHOME ${TCLHOME} " > $argv[1] - diff --git a/src/WOKsite/cmd-input.tcl b/src/WOKsite/cmd-input.tcl deleted file mode 100755 index 45b9b2b..0000000 --- a/src/WOKsite/cmd-input.tcl +++ /dev/null @@ -1,59 +0,0 @@ - namespace eval CmdInput { - - # We want to allow shell commands to execute automatically - # as in normal interactive use. The "unknown" proc checks - # that "info script" returns "", before it enables that - # behaviour, so we subclass "info". In Tcl 8.4 we could simply - # call 'info script ""' I believe, but 8.3 and earlier don't do - # that. - variable this_script [info script] - proc info {args} { - set result [uplevel [concat __org_info $args]] - set cmd [lindex $args 0] - - variable this_script - if {"script" == $cmd && "$result" == $this_script} { - return "" - } else { - return $result - } - } - rename ::info ::__org_info ;# using a namespace proc here cores - proc ::info {args} "uplevel \[concat [namespace which info] \$args\]" - - proc loop {} { - # preparations - fconfigure stdin -buffering line - fconfigure stdout -buffering line - fconfigure stderr -buffering line - set ::tcl_interactive 1 - - if {[file exists ~/tclshrc.tcl]} { - namespace eval :: {uplevel \#0 source ~/tclshrc.tcl} - } - - # input loop - while {1} { - catch {uplevel \#0 $::tcl_prompt1} - flush stdout - set cmd {} - while {1} { - append cmd [gets stdin] "\n" - if {[info complete $cmd]} { - break - } - catch {uplevel \#0 $::tcl_prompt2} - flush stdout - } - history add $cmd - catch {uplevel \#0 $cmd} result - puts $result - } - return "" - } - } - - catch {CmdInput::loop} result - puts $result - exit 0 - diff --git a/src/WOKsite/examples.bck.Z b/src/WOKsite/examples.bck.Z deleted file mode 100755 index 664be23783853c189ade2cf36ea3f67160faa2db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4060 zcmV<24KAe!W1QpU|0I%pL1Sh2Aq$B!O8f|&EB zj+`+NB~rAA(Zv`tY!tL;0m4WcHf3}qP+9RJ8kaD6$nYVP<`6k$!q6#0MrV^ZZa_>a z0|$hR8X#iC&=JFi4jC}4!Wdf=M36cd-^kJFL@AmuY|=m!5=07-BtfcRDViVw4>w}) z02%XEPMSA(Tqra=Cx(kQO67!UL57YU7iQ!To!Mf@8#s9kpFu-MXT->1KoC(H#!i|! zhogcet3V+`hbbra#Hc_)ojGOZC;&lRDxENH$b^wYruXaK#X(f8)257MI`72Du{Gg z!DtyMRHp+7CDF0NqHHvJ>!Wa~N-1*6F_%K2#7#v<6`ayhYfiYLwZo>J-ukJkqhfUI ztFInWMy#_wn*s=?%Hbynz(yLXal~GVEC}8%+pM_do_p=O+49G2bWj-PhO^aeTVHgZ zxnYNO0GE*|wWVpt9jI`MDxtRZ!k4bFl@^QXt3i-K#m1LHT%pN;qMYEk6~|X|#H;%B9ei^fhus+OayG;YE8Hrhd$_`3olx0X$0Wu0g_}A zNWI)72z7+1~LK?9XMZ4|2<_-c6hXs9T8!n(BeC@Xz&%@;! zf01tU!T0vU3o3N){rBL9FaG!{D6qY1MHrD66W$H+gcDOxAw?BKQ1OHmAl%CPncI`^ z|Nr4r!2V{Yg8}Xb1u0O#9_$pkS%IJjAb^1jU{I*dHS2+`L&F!E(1i5#L3`W-pa}hE zz88SNeejbX{p=@&5{~eN0W_dbbWp&Q_0A_K7z0#-#xBf}!Fq+`Rijv-LqE|WgI~B7 z!xFea;xuq_#DSm?6~@3kaPEi@WS9p*2*WOVuY?gP0u_+(1R~^5Dq;kI6@tKoDipzm zUWB0n?C^#(;75iSp`o%Q*Qgxs@QBpA6cB?oMJ85}j}VdKthNZpIKB{!O%Nj)&3LOR zr14XYbR+=hSjRisFhP3!))oC|L?kM)S%xf*1v`a7Eh^xHT-4+UAt}i+p7982Tw@#G z*gsirGLXy}WTfzj1{%f-kq87q5rd{cJJl;ch-73hefd9Hj?tF4!lidGIZbMgPk=VO z7BP(}%6W}znRI9-ah|zKUA;1v-XxzjCwWE`TA>J1ph70&2|fh?^M@B3rw$5sFgYBN zlsx3!DLa({bgJ_^WY-0;6b8czkri~cLM|XE!cbsQX@(H0M>Szm>3J(CNTEFX zEGk^3>d6G%FpoOuSM8j2&ObhMq-?d~1y71ZmA*=cXgMAaKp=uC=1&BY?I{#_Fj*0B z5VM?>PIA~#D4UkSPLMrfXe;YL9e{SSWX-GypofOwyjHX@aVuN{h}2px6$)*f0tTOO zPbo0r2|+NUS)Tv}dQ!wi)38m{YO0pf1~??vrDpB! zPtCQCFoODpI%CGe}eoYA``!S7?K@ z-u1&%#RM8)(BJWyL817)+Kzub22u<88ATxQ(Gq;x%hq+no$Z(&-z{%Ko&mK9uJFOi z+}X*t`Hyi<2foEXf-tCd%ux(x)H(gotn0F(fx;k~*aRm|$pfH+w&(?A=ujMT%7>;> zm8)dMD>9gY4kn%=F0BYHXiy7V+#;j7)a5RD*~?7&@|VC2rZ7KJjE@@g7}Ol;GMU-T zOgsY`(U8V8O+bxmSc9ePY^gVQ&hwu8oSUr+np@9_PUiJ|9L^`2>udTMPNO3wsdGJa zq92{>1s%HkoSyb`p0e(#oREbyUj`8)yr~q2*J4wWLkcM@D%n0 zT!ASdDm#iulyik&EYuvZ*07clPv1=f)U z)v*+E&^KC>DX$16H1jo`m>{-@i^W7b7=bM*gEPO#jjRSXtipgewKyH+IH@NQSD=m6 z=riQ#GvEOSaIzFf#uS>92S`u`u&4vGC^6W`Ew*QhG)P5HC}vQX8(esTSA!H_*nC@f zfM39nDF}wF*db+@eQ1~!YBvL00Rt%VhBP65a`z&1M~5|ncQ~?lI^uVu7I=Rse^hdK zgt#P(=Oomqh*Z*ljhH2}0f`F0f>MEkNa2mb_Z@CfTZSQMA6SV-d4QRyCa?038H6^R zL6ArIlyX)d&+#g(=!<+}F7QE-MVX3C=#^raDC+f&-58JFl`~{%iNmOh`%)a7K@-P_ zgta$1ahWN^=XAzbW(G(mU3iLRz-Y4rJ;eiQ$tRIm`GvqUY4EgSEM`JPkUs0vKJODh z^HV?f^J0xjn2&i{dbL+mSeOM#L#H{K2&6zDkYbb>Rp*03oVh}uc?I2p1Xd9rMc@QS zFh*@wnhmy^lxUc$8Jbkcn%e~e(?}XDu$;G887iY;`v{9s#GL#HCA-#+(uqOQi4lyH zV>;GibOi!-g;(O~O*@91sCk4mv~=HPL=Q!BomHJs5^s|=a8+cVq@ipJ_jBLXZk@%Q z-FPdvrJqie2L$>POD9d08Jm?EMlM!YcjW|mrDD6ao?JMZ@A;pFC7`X1y!I%?)wT#VZ9Tm2m%}EEM_D8G6Ro|&HI2B&RfnXiaD zw4udWkSL&DEYPSAwLNa|1{hI0XK-a8Kn8E{PUiEVu?eJSbecI4lJ-2rldX2jo}<~ViTSP4gQyL8m}rnabPBG!!=6mwf-pFmi?*(k z*{>}Lp_DnQ!||oI_G&s8YmJq0Ez4^h_iM=}v%F($ zNU$w63#m2NN)={FlRkPdLjU7iHCI>-MaBEBJj0YD3MJodW z({aNpb3ZGQaVZr;8v_C}qh+g%h7qN5;I#SXvNb@pSOGy(fVFMQw9iPiw)V9Y*Pseu ztQQ+cU}Q-sWJd7=vbWTmLTY1FfMdcLPtf7Au9kKcH?socvN(IWJ8K?2OCK&f11Qh} zIcsrAx^0syt^^AaSG%=cD=<)dabYsG!%?+Dt87^-rF`qP^f9)CS+;k3a5Ip(svERY z@N0Za1H=ooPALVVo4h^?rwAgiF}S*5A_btUuR+7FZ=)6fOTF|;9!!9}&@sL)5Cm}G zG|54PXiK$HaK7n#A4JHzwfny4tG*xOykBd-@w>iv8@*-_H7Jk-=BsI)qJwdv2edN2 z$0EM(`xHo_YYyxJPH<<0by36-Ud2Jc?|W`xn}o!%Jsj);9?Z7PsJ8(6n!O>a(mG~Q z$U4;;eO}if5Saim%sew}6k>>x*ms69uzfY4127;1Ylj2i2Z!S)hvqjUDS3zMw}&t3 zhl3}Rf`}xEXOsBXk2=YJj97V(NE@TKdCwYXn5Y2Yk$PcVdSe_kWgH!6%z6_@#&l_p OxCH_?yqEZK$J_!P&q(qB diff --git a/src/WOKsite/wokcfg b/src/WOKsite/wokcfg deleted file mode 100755 index 7b1bd36..0000000 --- a/src/WOKsite/wokcfg +++ /dev/null @@ -1,152 +0,0 @@ -#!/bin/csh -f -# -# This file is a small easy wok launcher and configurator. -# It will be used as a template for configuring your wok -# Important restriction: -# The environment setted below allows you to use Wok as a tool -# for compiling and linking. -# It CANNOT be used to execute and/or set adequate environment for your -# applications to work. -# Different usages: -# -# 1. Launches a Tcl script file. -# > wokcfg script myscript.tcl -# 2. Creates a c-shell proc to launch wok according to a previous configuration -# > wokcfg configure dir1 dir2 myproc -# 3. Creates a minimal set of wok entities to begin work under wok. -# > wokcfg setup home_entities myFac myShop MyWb -# 4. Import a directory tree containing a previous Cascade download. Such a tree -# looks like /someroot/src, /someroot/adm, /someroot/inc, /someroot/drv -# This will create workbench MyWb and populate it with a Cascade download found in /someroot. -# > wokcfg import home_entities myFac myShop MyWb /someroot -# -set noglob ; onintr bye ; set narg = $#argv ; set here = `pwd` - -set justrun=1 -set script=0 -switch ( $narg ) - - case '2': - if ( "$argv[1]" == "script" ) then - if (-e $argv[2]) then - set justrun=1 - set script=1 - set scriptfile=$argv[2] - else - echo " the Script File : $argv[2] does not exist " - endif - endif - breaksw - - case '3' : - if ( "$argv[1]" == "configure" ) then - set fact=$argv[2] - set temp=$argv[3] - if ( ! -d $fact) then - echo "Creating directory $fact." - mkdir $fact - endif - cp -f $here/WOKSESSION.edl ${fact}/. - cp -f $here/DEFAULT.edl ${fact}/. - cp -f $here/tclshrc_Wok ${fact}/. - set root=`dirname $here` - sed -e s@TOSUBSTITUTE_WOKHOME@$root@g -e s@TOSUBSTITUTE_FACTORYPROC@$fact@g $0 >$temp - chmod +x $temp - echo "File $temp has been created." - exit - endif - breaksw - - case '5' : - if ( "$argv[1]" == "setup" ) then - set justrun=0 - set home_entities=$argv[2] - set factoryname=$argv[3] - set workshopname=$argv[4] - set workbenchname=$argv[5] - set importdir=/dev/null - endif - breaksw - - case '6' : - if ( "$argv[1]" == "import" ) then - set justrun=0 - set home_entities=$argv[2] - set factoryname=$argv[3] - set workshopname=$argv[4] - set workbenchname=$argv[5] - set importdir=$argv[6] - endif - breaksw - - -endsw - -setenv WOKHOME TOSUBSTITUTE_WOKHOME -setenv WOK_ROOTADMDIR TOSUBSTITUTE_FACTORYPROC -setenv WOK_SESSIONID $HOME/.wok - -if (! ($?LD_LIBRARY_PATH) ) setenv LD_LIBRARY_PATH "" - -setenv WOK_LIBRARY $WOKHOME/lib - -switch ( `uname` ) - - case IRIX*: - setenv WOKSTATION sil - setenv TCLHOME /usr/tcltk - breaksw - - case SunOS: - setenv WOKSTATION sun - setenv TCLHOME /usr/tcltk - breaksw - - case AIX: - setenv WOKSTATION aix - setenv TCLHOME /usr/local - breaksw - - case Linux: - setenv WOKSTATION lin - setenv TCLHOME /usr - breaksw - - case HP-UX: - setenv WOKSTATION hp - setenv TCLHOME /usr/tcltk - breaksw - - default: - echo "Error : This platform is not supported." - exit -endsw - -setenv PATH "${TCLHOME}/bin:${PATH}" -setenv WOK_LIBPATH ${WOK_LIBRARY}:${WOK_LIBRARY}/${WOKSTATION} -setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${WOK_LIBRARY}/${WOKSTATION} -if ( "`uname`" == "HP-UX" ) setenv SHLIB_PATH "${LD_LIBRARY_PATH}:${TCLHOME}/lib/" -if ( "`uname`" == "AIX" ) setenv LIBPATH "${LD_LIBRARY_PATH}:${TCLHOME}/lib/" - -if ( $justrun ) then - echo "Now running tclsh using :" - echo "LD_LIBRARY_PATH = $LD_LIBRARY_PATH" - echo "WOKHOME = $WOKHOME" - echo "PATH = $PATH" - if ( $script ) then - ${TCLHOME}/bin/tclsh $scriptfile - else - ${TCLHOME}/bin/tclsh - endif - echo "Bye bye `whoami`" -else - sed -e s@TOSUBSTITUTE@$WOK_ROOTADMDIR@g $WOKHOME/site/WOKSESSION.edl > ${WOK_ROOTADMDIR}/WOKSESSION.edl - sed -e s@/dp_xx@$home_entities@g $WOKHOME/site/DEFAULT.edl > ${WOK_ROOTADMDIR}/DEFAULT.edl - ${TCLHOME}/bin/tclsh $WOKHOME/site/CreateFactory.tcl \ - $home_entities $factoryname $workshopname $workbenchname $importdir -endif - -bye: -exit - - diff --git a/src/WOKsite/wokcfg.bat b/src/WOKsite/wokcfg.bat deleted file mode 100755 index 09fc553..0000000 --- a/src/WOKsite/wokcfg.bat +++ /dev/null @@ -1,36 +0,0 @@ -if "%1" == "" goto run -set option=%1 -rem *** -rem *** Set basic Wok environment with adequate defaulted value. -rem *** -if not %1%==configure goto next1 -%2\lib\wnt\sed.exe -e s@TOSUBSTITUTE_WOKHOME@"%2"@g -e s@TOSUBSTITUTE_FACTORYPROC@"%3"@g %2/site/wokcfg.bat > %4 -%2\lib\wnt\sed.exe -e s@TOSUBSTITUTE@"%3"@g %2/site/WOKSESSION.edl > %3/WOKSESSION.edl -goto end -:next1 -rem *** -rem *** Set directory where wok creates entities. -rem *** -if not %1%==setup goto next2 -%2\lib\wnt\sed.exe -e s@/dp_xx/@"%3"@g %2/site/DEFAULT.edl > TOSUBSTITUTE_FACTORYPROC/DEFAULT.edl -goto end -:next2 -rem *** -rem *** Modify the TCLHOME variable according to you installation of Tcl -rem *** Modify the TIX_LIBRARY variable according to you installation of Tix -:run -set TCLHOME=D:\DevTools\Tcltk -set TIX_LIBRARY=D:/DevTools/Tcltk/lib/tix4.1 -rem set WOK_SESSIONID=W:\home\me -set WOKHOME=TOSUBSTITUTE_WOKHOME -set WOK_ROOTADMDIR=TOSUBSTITUTE_FACTORYPROC -set WOK_LIBRARY=%WOKHOME%/lib -set WOKSTATION=wnt -set path=%path%;%TCLHOME%\bin; -set path=%path%%WOKHOME%/lib/wnt; -set WOK_LIBPATH=%WOK_LIBRARY%;%WOK_LIBRARY%/wnt -set TCLLIBPATH=%WOK_LIBRARY%/wnt %WOK_LIBRARY% -set TCL_RCFILE=%WOKHOME%\site\tclshrc_Wok -%TCLHOME%/bin/ntsh.exe -:end - diff --git a/src/WOKsite/wokfac1.html b/src/WOKsite/wokfac1.html deleted file mode 100755 index 136ce43..0000000 --- a/src/WOKsite/wokfac1.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - -1. 1 What is WOK ? -
WOK is a development environment. Using it you can organize the source -files of an application as a set of development units, build them using -a make like process and assemble results in toolkits (Unix like shareable -or DLL files) . All kind of platforms are supported. -

Developement units are gathered in entities named workbenches that can -be organized in a tree structure. Typically a workbench tree (also called -a workshop)  allow you to manage a reference space ( the root workbench)  -and private workspaces connected to it. In these workbenches only resides -files currently being modified. WOK automatically locates all needed components -during the build process (source files, include files, shareable etc..). -

WOK manages an integration process so that the modifications done in -a son workbench can be queued before being integrated in the reference -space. This minimize the time during the reference space in a inconsistant -state, and allow this reference area to be managed by only one or a few -or persons. -

WOK contains a C++ extractor processor that allow you to create -C++ classes using the CDL language. CDL is the component definition language -of the OpenCascade programming platform. -
  -
  - - diff --git a/src/WOKsite/wokfac2.html b/src/WOKsite/wokfac2.html deleted file mode 100755 index 7a6f0d5..0000000 --- a/src/WOKsite/wokfac2.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -  -
1.2 How to install WOK on Unix/Linux platform? -

WOK is available as a download archive  <here> which contains -run time for SunOS, IRIX, Linux,AIX,HP-UX platform. -

a) Download the archive. -

b) Restore the files (say in your directory /home/me) : -
    % gzip -d WOKxxx.tar.gz | tar xf - -
    This will create a directory tree rooted at /home/me/wok-K4-5 -

c) Configure WOK so that its administration files will be located in -</home/me/wokentities>. -
    % cd /home/me/wok-K4-5 -
    % wokcfg configure  /home/me/wokentities ~/wok -

   This will create the directory /home/me/entities if it -does not exist, then create -
    a c-shell executable file named~/wok. This file -will be your wok launcher. -

 d) Insert in your ~/.tclshrc the lines listed in the file /home/me/wok-C40/site/tclshrc_Wok. -
    This file is sourced by the tclsh shell at the beginning -of a session. -
    (See tcl documentation for more information about -the .tclshrc file.) -

 e) Once configured, you need to create minimal entities and tell -WOK where to -
    physically create them. The following command setup -WOK environment so that they will be -
    implemented under the directory /home/me/workarea. -These entities are a factory -
    (named  KAS below), a workshop ( C40 ), and -a workbench (ref). -

    % mkdir /home/me/workarea -
    % cd ~ -
    % ./wok setup  /home/me/workarea KAS C40 ref -
  -
  - - diff --git a/src/WOKsite/wokfac3.html b/src/WOKsite/wokfac3.html deleted file mode 100755 index a7388fa..0000000 --- a/src/WOKsite/wokfac3.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - -  -

1.3  I have already downloaded OpenCascade source code. I want -to install WOK and import my directory tree. How to process ? -

    Let us suppose your previous OpenCascade download -is under directory /home/me/down. Say you have a tree structure -
    beginning at /home/me/down/CAS4.0DVP1 -

a) Download the archive. -

b) Restore the files (say in your directory /home/me) : -
    % gzip -d WOKxxx.tar.gz | tar xf - -
    This will create a directory tree rooted at /home/me/wok-K4-5 -

c) Configure WOK so that its administration files will be located in -</home/me/wokentities>. -
    % cd /home/me/wok-K4-5 -
    % wokcfg configure  /home/me/wokentities ~/wok -

   This will create the directory /home/me/entities if it -does not exist, then create -
    a c-shell executable file named~/wok. This file -will be your wok launcher. -

 d) Insert in your ~/.tclshrc the lines listed in the file /home/me/wok-C40/site/tclshrc_Wok. -
    This file is sourced by the tclsh shell at the beginning -of a session. -
    (See tcl documentation for more information about -the .tclshrc file.) -

 e) Import your /home/me/down/CAS4.0DVP1 directory tree under WOK -as the workbench KAS:C40:ref by typing : -

    % mkdir /home/me/workarea -
    % cd ~ -
    % ~/wok import  /home/me/workarea KAS C40 ref  -/home/me/down/CAS4.0DVP1 -
  - - -- 2.39.5