perl.po 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  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: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:14
  20. #, no-wrap
  21. msgid "&perl-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:12
  25. msgid ""
  26. "<productname>perl</productname> "
  27. "<productnumber>&perl-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:17
  32. msgid "Perl-&perl-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:20
  36. msgid "Perl"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:26
  40. msgid "The Perl package contains the Practical Extraction and Report Language."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:30
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:31
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:34
  52. msgid "&perl-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:35
  56. msgid "&perl-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:42
  60. msgid "Installation of Perl"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:44
  64. msgid ""
  65. "This version of Perl now builds the Compress::Raw::Zlib and "
  66. "Compress::Raw::BZip2 modules. By default Perl will use an internal copy of "
  67. "the sources for the build. Issue the following command so that Perl will "
  68. "use the libraries installed on the system:"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:50
  72. #, no-wrap
  73. msgid ""
  74. "<userinput remap=\"pre\">export BUILD_ZLIB=False\n"
  75. "export BUILD_BZIP2=0</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><para>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:59
  79. msgid ""
  80. "To have full control over the way Perl is set up, you can remove the "
  81. "<quote>-des</quote> options from the following command and hand-pick the way "
  82. "this package is built. Alternatively, use the command exactly as below to "
  83. "use the defaults that Perl auto-detects:"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><screen>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:64
  87. #, no-wrap
  88. msgid ""
  89. "<userinput remap=\"configure\">sh Configure -des -Dprefix=/usr "
  90. "\\\n"
  91. " -Dvendorprefix=/usr \\\n"
  92. " -Dman1dir=/usr/share/man/man1 \\\n"
  93. " -Dman3dir=/usr/share/man/man3 \\\n"
  94. " -Dpager=\"/usr/bin/less -isR\" \\\n"
  95. " -Duseshrplib \\\n"
  96. " -Dusethreads</userinput>"
  97. msgstr ""
  98. #. type: Content of: <sect1><sect2><variablelist><title>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:73
  100. msgid "The meaning of the configure options:"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:76
  104. msgid "<parameter>-Dvendorprefix=/usr</parameter>"
  105. msgstr ""
  106. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:78
  108. msgid ""
  109. "This ensures <command>perl</command> knows how to tell packages where they "
  110. "should install their perl modules."
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:84
  114. msgid "<parameter>-Dpager=\"/usr/bin/less -isR\"</parameter>"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:86
  118. msgid ""
  119. "This ensures that <userinput>less</userinput> is used instead of "
  120. "<userinput>more</userinput>."
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:92
  124. msgid ""
  125. "<parameter>-Dman1dir=/usr/share/man/man1 "
  126. "-Dman3dir=/usr/share/man/man3</parameter>"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:95
  130. msgid ""
  131. "Since Groff is not installed yet, <command>Configure</command> thinks that "
  132. "we do not want man pages for Perl. Issuing these parameters overrides this "
  133. "decision."
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:102
  137. msgid "<parameter>-Duseshrplib</parameter>"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:104
  141. msgid "Build a shared libperl needed by some perl modules."
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:109
  145. msgid "<parameter>-Dusethreads</parameter>"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:111
  149. msgid "Build perl with support for threads."
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><para>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:117
  153. msgid "Compile the package:"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><screen>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:119
  157. #, no-wrap
  158. msgid "<userinput remap=\"make\">make</userinput>"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><para>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:121
  162. msgid "To test the results (approximately 11 SBU), issue:"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><screen>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:123
  166. #, no-wrap
  167. msgid "<userinput remap=\"test\">make test</userinput>"
  168. msgstr ""
  169. #. type: Content of: <sect1><sect2><para>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:128
  171. msgid "Install the package and clean up:"
  172. msgstr ""
  173. #. type: Content of: <sect1><sect2><screen>
  174. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:130
  175. #, no-wrap
  176. msgid ""
  177. "<userinput remap=\"install\">make install\n"
  178. "unset BUILD_ZLIB BUILD_BZIP2</userinput>"
  179. msgstr ""
  180. #. type: Content of: <sect1><sect2><title>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:136
  182. msgid "Contents of Perl"
  183. msgstr ""
  184. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:139
  186. msgid "Installed programs"
  187. msgstr ""
  188. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:140
  190. msgid "Installed libraries"
  191. msgstr ""
  192. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:141
  194. msgid "Installed directory"
  195. msgstr ""
  196. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:144
  198. msgid ""
  199. "corelist, cpan, enc2xs, encguess, h2ph, h2xs, instmodsh, json_pp, libnetcfg, "
  200. "perl, perl&perl-version; (hard link to perl), perlbug, perldoc, perlivp, "
  201. "perlthanks (hard link to perlbug), piconv, pl2pm, pod2html, pod2man, "
  202. "pod2text, pod2usage, podchecker, podselect, prove, ptar, ptardiff, ptargrep, "
  203. "shasum, splain, xsubpp, and zipdetails"
  204. msgstr ""
  205. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:150
  207. msgid "Many which cannot all be listed here"
  208. msgstr ""
  209. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:151
  211. msgid "/usr/lib/perl5"
  212. msgstr ""
  213. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  214. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:156
  215. msgid "Short Descriptions"
  216. msgstr ""
  217. #
  218. #. <varlistentry id="c2ph">
  219. #
  220. #. <term><command>c2ph</command></term>
  221. #. <listitem>
  222. #. <para>Dumps C structures as generated from
  223. #. <command>cc -g -S</command></para>
  224. #. <indexterm zone="ch-system-perl c2ph">
  225. #. <primary sortas="b-c2ph">c2ph</primary>
  226. #. </indexterm>
  227. #. </listitem>
  228. #. </varlistentry>
  229. #
  230. #. type: Content of: <sect1><sect2><variablelist>
  231. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:157
  232. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  233. msgstr ""
  234. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  235. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:172
  236. msgid "<command>corelist</command>"
  237. msgstr ""
  238. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  239. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:174
  240. msgid "A commandline frontend to Module::CoreList"
  241. msgstr ""
  242. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  243. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:176
  244. msgid "corelist"
  245. msgstr ""
  246. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  247. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:182
  248. msgid "<command>cpan</command>"
  249. msgstr ""
  250. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  251. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:184
  252. msgid ""
  253. "Interact with the Comprehensive Perl Archive Network (CPAN) from the "
  254. "command line"
  255. msgstr ""
  256. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  257. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:187
  258. msgid "cpan"
  259. msgstr ""
  260. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  261. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:193
  262. msgid "<command>enc2xs</command>"
  263. msgstr ""
  264. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  265. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:195
  266. msgid ""
  267. "Builds a Perl extension for the Encode module from either Unicode Character "
  268. "Mappings or Tcl Encoding Files"
  269. msgstr ""
  270. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  271. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:198
  272. msgid "enc2xs"
  273. msgstr ""
  274. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  275. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:204
  276. msgid "<command>encguess</command>"
  277. msgstr ""
  278. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  279. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:206
  280. msgid "Guess the encoding type of one or several files"
  281. msgstr ""
  282. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  283. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:208
  284. msgid "encguess"
  285. msgstr ""
  286. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  287. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:214
  288. msgid "<command>h2ph</command>"
  289. msgstr ""
  290. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  291. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:216
  292. msgid ""
  293. "Converts <filename class=\"extension\">.h</filename> C header files to "
  294. "<filename class=\"extension\">.ph</filename> Perl header files"
  295. msgstr ""
  296. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  297. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:220
  298. msgid "h2ph"
  299. msgstr ""
  300. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  301. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:226
  302. msgid "<command>h2xs</command>"
  303. msgstr ""
  304. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  305. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:228
  306. msgid ""
  307. "Converts <filename class=\"extension\">.h</filename> C header files to Perl "
  308. "extensions"
  309. msgstr ""
  310. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  311. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:231
  312. msgid "h2xs"
  313. msgstr ""
  314. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  315. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:237
  316. msgid "<command>instmodsh</command>"
  317. msgstr ""
  318. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  319. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:239
  320. msgid ""
  321. "Shell script for examining installed Perl modules, and can create a tarball "
  322. "from an installed module"
  323. msgstr ""
  324. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  325. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:242
  326. msgid "instmodsh"
  327. msgstr ""
  328. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  329. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:248
  330. msgid "<command>json_pp</command>"
  331. msgstr ""
  332. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  333. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:250
  334. msgid "Converts data between certain input and output formats"
  335. msgstr ""
  336. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  337. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:252
  338. msgid "json_pp"
  339. msgstr ""
  340. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  341. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:258
  342. msgid "<command>libnetcfg</command>"
  343. msgstr ""
  344. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  345. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:260
  346. msgid ""
  347. "Can be used to configure the <filename "
  348. "class=\"libraryfile\">libnet</filename> Perl module"
  349. msgstr ""
  350. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  351. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:263
  352. msgid "libnetcfg"
  353. msgstr ""
  354. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  355. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:269
  356. msgid "<command>perl</command>"
  357. msgstr ""
  358. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  359. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:271
  360. msgid ""
  361. "Combines some of the best features of C, <command>sed</command>, "
  362. "<command>awk</command> and <command>sh</command> into a single swiss-army "
  363. "language"
  364. msgstr ""
  365. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  366. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:275
  367. msgid "perl"
  368. msgstr ""
  369. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  370. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:281
  371. msgid "<command>perl&perl-version;</command>"
  372. msgstr ""
  373. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  374. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:283
  375. msgid "A hard link to <command>perl</command>"
  376. msgstr ""
  377. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  378. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:285
  379. msgid "perl&perl-version;"
  380. msgstr ""
  381. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  382. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:291
  383. msgid "<command>perlbug</command>"
  384. msgstr ""
  385. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  386. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:293
  387. msgid ""
  388. "Used to generate bug reports about Perl, or the modules that come with it, "
  389. "and mail them"
  390. msgstr ""
  391. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  392. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:296
  393. msgid "perlbug"
  394. msgstr ""
  395. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  396. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:302
  397. msgid "<command>perldoc</command>"
  398. msgstr ""
  399. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  400. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:304
  401. msgid ""
  402. "Displays a piece of documentation in pod format that is embedded in the Perl "
  403. "installation tree or in a Perl script"
  404. msgstr ""
  405. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  406. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:307
  407. msgid "perldoc"
  408. msgstr ""
  409. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  410. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:313
  411. msgid "<command>perlivp</command>"
  412. msgstr ""
  413. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  414. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:315
  415. msgid ""
  416. "The Perl Installation Verification Procedure; it can be used to verify that "
  417. "Perl and its libraries have been installed correctly"
  418. msgstr ""
  419. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  420. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:319
  421. msgid "perlivp"
  422. msgstr ""
  423. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  424. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:325
  425. msgid "<command>perlthanks</command>"
  426. msgstr ""
  427. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  428. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:327
  429. msgid "Used to generate thank you messages to mail to the Perl developers"
  430. msgstr ""
  431. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  432. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:330
  433. msgid "perlthanks"
  434. msgstr ""
  435. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  436. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:336
  437. msgid "<command>piconv</command>"
  438. msgstr ""
  439. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  440. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:338
  441. msgid "A Perl version of the character encoding converter <command>iconv</command>"
  442. msgstr ""
  443. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  444. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:341
  445. msgid "piconv"
  446. msgstr ""
  447. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  448. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:347
  449. msgid "<command>pl2pm</command>"
  450. msgstr ""
  451. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  452. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:349
  453. msgid ""
  454. "A rough tool for converting Perl4 <filename "
  455. "class=\"extension\">.pl</filename> files to Perl5 <filename "
  456. "class=\"extension\">.pm</filename> modules"
  457. msgstr ""
  458. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  459. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:353
  460. msgid "pl2pm"
  461. msgstr ""
  462. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  463. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:359
  464. msgid "<command>pod2html</command>"
  465. msgstr ""
  466. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  467. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:361
  468. msgid "Converts files from pod format to HTML format"
  469. msgstr ""
  470. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  471. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:363
  472. msgid "pod2html"
  473. msgstr ""
  474. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  475. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:369
  476. msgid "<command>pod2man</command>"
  477. msgstr ""
  478. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  479. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:371
  480. msgid "Converts pod data to formatted *roff input"
  481. msgstr ""
  482. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  483. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:373
  484. msgid "pod2man"
  485. msgstr ""
  486. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  487. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:379
  488. msgid "<command>pod2text</command>"
  489. msgstr ""
  490. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  491. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:381
  492. msgid "Converts pod data to formatted ASCII text"
  493. msgstr ""
  494. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  495. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:383
  496. msgid "pod2text"
  497. msgstr ""
  498. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  499. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:389
  500. msgid "<command>pod2usage</command>"
  501. msgstr ""
  502. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  503. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:391
  504. msgid "Prints usage messages from embedded pod docs in files"
  505. msgstr ""
  506. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  507. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:393
  508. msgid "pod2usage"
  509. msgstr ""
  510. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  511. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:399
  512. msgid "<command>podchecker</command>"
  513. msgstr ""
  514. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  515. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:401
  516. msgid "Checks the syntax of pod format documentation files"
  517. msgstr ""
  518. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  519. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:403
  520. msgid "podchecker"
  521. msgstr ""
  522. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  523. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:409
  524. msgid "<command>podselect</command>"
  525. msgstr ""
  526. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  527. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:411
  528. msgid "Displays selected sections of pod documentation"
  529. msgstr ""
  530. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  531. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:413
  532. msgid "podselect"
  533. msgstr ""
  534. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  535. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:419
  536. msgid "<command>prove</command>"
  537. msgstr ""
  538. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  539. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:421
  540. msgid "Command line tool for running tests against the Test::Harness module"
  541. msgstr ""
  542. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  543. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:424
  544. msgid "prove"
  545. msgstr ""
  546. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  547. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:441
  548. msgid "<command>ptar</command>"
  549. msgstr ""
  550. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  551. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:443
  552. msgid "A <command>tar</command>-like program written in Perl"
  553. msgstr ""
  554. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  555. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:445
  556. msgid "ptar"
  557. msgstr ""
  558. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  559. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:451
  560. msgid "<command>ptardiff</command>"
  561. msgstr ""
  562. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  563. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:453
  564. msgid "A Perl program that compares an extracted archive with an unextracted one"
  565. msgstr ""
  566. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  567. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:456
  568. msgid "ptardiff"
  569. msgstr ""
  570. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  571. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:462
  572. msgid "<command>ptargrep</command>"
  573. msgstr ""
  574. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  575. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:464
  576. msgid ""
  577. "A Perl program that applies pattern matching to the contents of files in a "
  578. "tar archive"
  579. msgstr ""
  580. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  581. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:467
  582. msgid "ptargrep"
  583. msgstr ""
  584. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  585. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:473
  586. msgid "<command>shasum</command>"
  587. msgstr ""
  588. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  589. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:475
  590. msgid "Prints or checks SHA checksums"
  591. msgstr ""
  592. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  593. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:477
  594. msgid "shasum"
  595. msgstr ""
  596. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  597. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:483
  598. msgid "<command>splain</command>"
  599. msgstr ""
  600. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  601. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:485
  602. msgid "Is used to force verbose warning diagnostics in Perl"
  603. msgstr ""
  604. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  605. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:487
  606. msgid "splain"
  607. msgstr ""
  608. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  609. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:493
  610. msgid "<command>xsubpp</command>"
  611. msgstr ""
  612. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  613. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:495
  614. msgid "Converts Perl XS code into C code"
  615. msgstr ""
  616. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  617. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:497
  618. msgid "xsubpp"
  619. msgstr ""
  620. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  621. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:503
  622. msgid "<command>zipdetails</command>"
  623. msgstr ""
  624. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  625. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:505
  626. msgid "Displays details about the internal structure of a Zip file"
  627. msgstr ""
  628. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  629. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/perl.xml:507
  630. msgid "zipdetails"
  631. msgstr ""