Changeset 53cdded4
- Timestamp:
- 10/14/2004 04:18:18 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 53a3831
- Parents:
- 23ced54b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r23ced54b r53cdded4 132 132 <!ENTITY dejagnu-version "1.4.4"> 133 133 <!ENTITY gcc-version "3.4.1"> 134 <!ENTITY tcl-version "8.4. 6">135 <!ENTITY tk-version "8.4. 6">134 <!ENTITY tcl-version "8.4.7"> 135 <!ENTITY tk-version "8.4.7"> 136 136 <!ENTITY gcc2-version "2.95.3"> 137 137 <!ENTITY NASM-version "0.98.38"> -
general/prog/tcl.xml
r23ced54b r53cdded4 7 7 <!ENTITY tcl-download-http "http://prdownloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz"> 8 8 <!ENTITY tcl-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz"> 9 <!ENTITY tcl-size "3. 3MB">10 <!ENTITY tcl-buildsize " 17.1MB">9 <!ENTITY tcl-size "3.5 MB"> 10 <!ENTITY tcl-buildsize "34 MB"> 11 11 <!ENTITY tcl-time "0.27 SBU"> 12 13 12 ]> 14 13 … … 45 44 <title>Installation of <application>Tcl</application></title> 46 45 47 <note><para>This package is also installed in <acronym>LFS</acronym> 48 during the bootstrap phase. The significant difference between the 49 two installations (other than installing to 50 <filename class="directory">/usr</filename>) is to install 51 the package in such a way that there is no need to keep the build 46 <note><para>This package is also installed in <acronym>LFS</acronym> during 47 the bootstrap phase. The significant difference between the two installations 48 (other than installing to <filename class="directory">/usr</filename>) is the 49 package is installed in such a way that there is no need to keep the build 52 50 directory around after installation.</para></note> 53 51 … … 59 57 DIR=$PWD && 60 58 cd unix && 61 ./configure --prefix=/usr &&59 ./configure --prefix=/usr --enable-threads && 62 60 make && 63 61 sed -i "s:${DIR}/unix:/usr/lib:" tclConfig.sh && … … 77 75 ln -sf tclsh${V} /usr/bin/tclsh</command></userinput></screen> 78 76 79 <note><para>If you build the package as an ordinary user and then switch to root to80 install the package, ensure you set the environment variables77 <note><para>If you build the package as an ordinary user and then switch to 78 root to install the package, ensure you set the environment variables 81 79 <envar>V</envar> and <envar>VERSION</envar> before running the installation 82 80 commands.</para></note> … … 86 84 <sect2> 87 85 <title>Command explanations</title> 86 87 <para><parameter>--enable-threads</parameter>: This switch forces the package 88 to build with thread support.</para> 88 89 89 90 <para><command>sed -i ...</command>: The <application>Tcl</application> … … 103 104 <sect2> 104 105 <title>Contents</title> 105 106 106 107 <para>The <application>Tcl</application> package contains 107 <command>tclsh</command> and the 108 <filename class='libraryfile'>libtcl</filename> libraries.</para> 109 108 <command>tclsh</command>, the 109 <filename class='libraryfile'>libtcl</filename> libraries and miscellaneous 110 tools and scripts.</para> 111 110 112 </sect2> 111 113 112 114 <sect2><title>Description</title> 113 115 114 116 <sect3><title>tclsh</title> 115 117 <para><command>tclsh</command> is a simple shell containing the 116 118 <application>Tcl</application> interpreter.</para></sect3> 117 119 118 120 </sect2> 119 121 -
general/prog/tk.xml
r23ced54b r53cdded4 7 7 <!ENTITY tk-download-http "http://prdownloads.sourceforge.net/tcl/tk&tk-version;-src.tar.gz"> 8 8 <!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz"> 9 <!ENTITY tk-size "3. 1MB">10 <!ENTITY tk-buildsize " 17.4MB">11 <!ENTITY tk-time "0. 41SBU">9 <!ENTITY tk-size "3.2 MB"> 10 <!ENTITY tk-buildsize "26 MB"> 11 <!ENTITY tk-time "0.35 SBU"> 12 12 ]> 13 13 … … 57 57 DIR=$PWD && 58 58 cd unix && 59 ./configure --prefix=/usr &&59 ./configure --prefix=/usr --enable-threads && 60 60 make && 61 61 sed -i "s:${DIR}/unix:/usr/lib:" tkConfig.sh && … … 71 71 ln -sf wish${V} /usr/bin/wish</command></userinput></screen> 72 72 73 <note><para>If you build the package as an ordinary user and then switch to root to74 install the package, ensure you set the environment variables73 <note><para>If you build the package as an ordinary user and then switch to 74 root to install the package, ensure you set the environment variables 75 75 <envar>V</envar> and <envar>VERSION</envar> before running the installation 76 76 commands.</para></note> … … 80 80 <sect2> 81 81 <title>Command explanations</title> 82 83 <para><parameter>--enable-threads</parameter>: This switch forces the package 84 to build with thread support.</para> 82 85 83 86 <para><command>sed -i ...</command>: The <application>Tk</application> package … … 100 103 101 104 <para>The <application>Tk</application> package contains 102 <command>wish</command> and the 103 <filename class='libraryfile'>libtk</filename> library.</para> 105 <command>wish</command>, the 106 <filename class='libraryfile'>libtk</filename> library and miscellaneous 107 tools and scripts.</para> 104 108 105 109 </sect2> … … 110 114 <para><command>wish</command> is a simple shell containing the 111 115 <application>Tk</application> toolkit that creates a main window and 112 then processes Tclcommands.</para></sect3>116 then processes <application>Tcl</application> commands.</para></sect3> 113 117 114 118 </sect2> -
introduction/welcome/changelog.xml
r23ced54b r53cdded4 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 13th, 2004 [randy]: Updated to 26 Tcl-8.4.7 and Tk-8.4.7.</para></listitem> 24 27 25 28 <listitem><para>October 13th, 2004 [igor]: Added a patch for XFree86
Note:
See TracChangeset
for help on using the changeset viewer.