tcl.po 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of the tdbc-ver entity
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:6
  20. msgid "1.1.1"
  21. msgstr ""
  22. #. type: Content of the itcl-ver entity
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:7
  24. msgid "4.2.0"
  25. msgstr ""
  26. #. type: Content of: <sect1><sect1info><address>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:16
  28. #, no-wrap
  29. msgid "&tcl-url;"
  30. msgstr ""
  31. #. type: Content of: <sect1><sect1info>
  32. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:14
  33. msgid ""
  34. "<productname>tcl</productname> <productnumber>&tcl-version;</productnumber> "
  35. "<placeholder type=\"address\" id=\"0\"/>"
  36. msgstr ""
  37. #. type: Content of: <sect1><title>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:19
  39. msgid "Tcl-&tcl-version;"
  40. msgstr ""
  41. #. type: Content of: <sect1><indexterm><primary>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:22
  43. msgid "Tcl"
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><para>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:28
  47. msgid ""
  48. "The <application>Tcl</application> package contains the Tool Command "
  49. "Language, a robust general-purpose scripting language. The "
  50. "<application>Expect</application> package is written in the "
  51. "<application>Tcl</application> language."
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:33
  55. msgid "&buildtime;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:34
  59. msgid "&diskspace;"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:37
  63. msgid "&tcl-tmp-sbu;"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:38
  67. msgid "&tcl-tmp-du;"
  68. msgstr ""
  69. #. type: Content of: <sect1><sect2><title>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:45
  71. msgid "Installation of Tcl"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:47
  75. msgid ""
  76. "This package and the next two (Expect and DejaGNU) are installed to support "
  77. "running the test suites for GCC and binutils and other packages. Installing "
  78. "three packages for testing purposes may seem excessive, but it is very "
  79. "reassuring, if not essential, to know that the most important tools are "
  80. "working properly. These packages are required to run the test suites in "
  81. "<xref linkend=\"chapter-building-system\"/>."
  82. msgstr ""
  83. #. type: Content of: <sect1><sect2><para>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:54
  85. msgid ""
  86. "Note that the Tcl package used here is a minimal version needed to run the "
  87. "LFS tests. For the full package, see the <ulink "
  88. "url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>."
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><para>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:58
  92. msgid "Prepare Tcl for compilation:"
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><screen>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:60
  96. #, no-wrap
  97. msgid ""
  98. "<userinput remap=\"configure\">SRCDIR=$(pwd)\n"
  99. "cd unix\n"
  100. "./configure --prefix=/usr \\\n"
  101. " --mandir=/usr/share/man \\\n"
  102. " $([ \"$(uname -m)\" = x86_64 ] &amp;&amp; echo "
  103. "--enable-64bit)</userinput>"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><variablelist><title>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:67
  107. msgid "The meaning of the configure options:"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:70
  111. msgid ""
  112. "<parameter>$([ \"$(uname -m)\" = x86_64 ] &amp;&amp; echo "
  113. "--enable-64bit)</parameter>"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:72
  117. msgid ""
  118. "The construct <parameter>$(&lt;shell command&gt;)</parameter> is replaced by "
  119. "the output of the shell command. Here this output is empty if running on a "
  120. "32 bit machine, and is <parameter>--enable-64bit</parameter> if running on a "
  121. "64 bit machine."
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:82
  125. msgid "Build the package:"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><screen>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:84
  129. #, no-wrap
  130. msgid ""
  131. "<userinput remap=\"make\">make\n"
  132. "\n"
  133. "sed -e \"s|$SRCDIR/unix|/usr/lib|\" \\\n"
  134. " -e \"s|$SRCDIR|/usr/include|\" \\\n"
  135. " -i tclConfig.sh\n"
  136. "\n"
  137. "sed -e \"s|$SRCDIR/unix/pkgs/tdbc&tdbc-ver;|/usr/lib/tdbc&tdbc-ver;|\" \\\n"
  138. " -e \"s|$SRCDIR/pkgs/tdbc&tdbc-ver;/generic|/usr/include|\" \\\n"
  139. " -e \"s|$SRCDIR/pkgs/tdbc&tdbc-ver;/library|/usr/lib/tcl8.6|\" \\\n"
  140. " -e \"s|$SRCDIR/pkgs/tdbc&tdbc-ver;|/usr/include|\" \\\n"
  141. " -i pkgs/tdbc&tdbc-ver;/tdbcConfig.sh\n"
  142. "\n"
  143. "sed -e \"s|$SRCDIR/unix/pkgs/itcl&itcl-ver;|/usr/lib/itcl&itcl-ver;|\" \\\n"
  144. " -e \"s|$SRCDIR/pkgs/itcl&itcl-ver;/generic|/usr/include|\" \\\n"
  145. " -e \"s|$SRCDIR/pkgs/itcl&itcl-ver;|/usr/include|\" \\\n"
  146. " -i pkgs/itcl&itcl-ver;/itclConfig.sh\n"
  147. "\n"
  148. "unset SRCDIR</userinput>"
  149. msgstr ""
  150. #. type: Content of: <sect1><sect2><para>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:103
  152. msgid ""
  153. "The various <quote>sed</quote> instructions after the <quote>make</quote> "
  154. "command removes references to the build directory from the configuration "
  155. "files and replaces them with the install directory. This is not mandatory "
  156. "for the remainder of LFS, but may be needed in case a package built later "
  157. "uses Tcl."
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><para>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:109
  161. msgid "Install the package:"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><screen>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:111
  165. #, no-wrap
  166. msgid "<userinput remap=\"install\">make install</userinput>"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:113
  170. msgid ""
  171. "Make the installed library writable so debugging symbols can be removed "
  172. "later:"
  173. msgstr ""
  174. #. type: Content of: <sect1><sect2><screen>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:116
  176. #, no-wrap
  177. msgid ""
  178. "<userinput remap=\"install\">chmod -v u+w "
  179. "/usr/lib/libtcl&tcl-major-version;.so</userinput>"
  180. msgstr ""
  181. #. type: Content of: <sect1><sect2><para>
  182. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:118
  183. msgid "Install Tcl's headers. The next package, Expect, requires them."
  184. msgstr ""
  185. #. type: Content of: <sect1><sect2><screen>
  186. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:120
  187. #, no-wrap
  188. msgid "<userinput remap=\"install\">make install-private-headers</userinput>"
  189. msgstr ""
  190. #. type: Content of: <sect1><sect2><para>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:122
  192. msgid "Now make a necessary symbolic link:"
  193. msgstr ""
  194. #. type: Content of: <sect1><sect2><screen>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:124
  196. #, no-wrap
  197. msgid ""
  198. "<userinput remap=\"install\">ln -sfv tclsh&tcl-major-version; "
  199. "/usr/bin/tclsh</userinput>"
  200. msgstr ""
  201. #. type: Content of: <sect1><sect2><title>
  202. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:129
  203. msgid "Contents of Tcl"
  204. msgstr ""
  205. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:132
  207. msgid "Installed programs"
  208. msgstr ""
  209. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:133
  211. msgid "Installed library"
  212. msgstr ""
  213. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  214. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:137
  215. msgid "tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version;"
  216. msgstr ""
  217. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  218. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:141
  219. msgid "libtcl&tcl-major-version;.so and libtclstub&tcl-major-version;.a"
  220. msgstr ""
  221. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  222. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:148
  223. msgid "Short Descriptions"
  224. msgstr ""
  225. #. type: Content of: <sect1><sect2><variablelist>
  226. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:149
  227. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  228. msgstr ""
  229. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:153
  231. msgid "<command>tclsh&tcl-major-version;</command>"
  232. msgstr ""
  233. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  234. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:155
  235. msgid "The Tcl command shell"
  236. msgstr ""
  237. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  238. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:157
  239. msgid "tclsh&tcl-major-version;"
  240. msgstr ""
  241. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  242. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:163
  243. msgid "<command>tclsh</command>"
  244. msgstr ""
  245. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  246. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:165
  247. msgid "A link to tclsh&tcl-major-version;"
  248. msgstr ""
  249. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:167
  251. msgid "tclsh"
  252. msgstr ""
  253. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  254. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:173
  255. msgid "<filename class=\"libraryfile\">libtcl&tcl-major-version;.so</filename>"
  256. msgstr ""
  257. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  258. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:175
  259. msgid "The Tcl library"
  260. msgstr ""
  261. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  262. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:177
  263. msgid "libtcl&tcl-major-version;.so"
  264. msgstr ""
  265. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  266. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:183
  267. msgid "<filename class=\"libraryfile\">libtclstub&tcl-major-version;.a</filename>"
  268. msgstr ""
  269. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  270. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:185
  271. msgid "The Tcl Stub library"
  272. msgstr ""
  273. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  274. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/tcl.xml:187
  275. msgid "libtclstub&tcl-major-version;.a"
  276. msgstr ""