source: general/prog/perl-deps/perl-mime-charset.xml@ 4b1b99e8

elogind
Last change on this file since 4b1b99e8 was 4b1b99e8, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21160.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21161 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[a206343]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY my-download-http "&metacpan_authors;/N/NE/NEZUMI/MIME-Charset-&MIME-Charset-version;.tar.gz">
8 <!ENTITY my-md5sum "71440416376248c31aa3bef753fae28d">
9
10]>
11
12 <!-- Begin MIME::Charset -->
13 <sect2 id="perl-mime-charset" xreflabel="MIME-Charset-&MIME-Charset-version;">
14
15 <title>MIME::Charset-&MIME-Charset-version;</title>
16
17 <indexterm zone="perl-mime-charset">
18 <primary sortas="a-MIME-Charset">MIME::Charset</primary>
19 </indexterm>
20
21 <sect3 role="package">
22 <title>Introduction to MIME::Charset</title>
23
24 <para>
25 MIME::Charset provides information about character sets used for MIME
26 messages o nthe internet, such as their encodings.
27 </para>
28
[4b1b99e8]29 &lfs84_checked;
[a206343]30
31 <bridgehead renderas="sect4">Package Information</bridgehead>
32 <itemizedlist spacing="compact">
33 <listitem>
34 <para>
35 Download (HTTP): <ulink url="&my-download-http;"/>
36 </para>
37 </listitem>
38 <listitem>
39 <para>
40 Download MD5 sum: &my-md5sum;
41 </para>
42 </listitem>
43 </itemizedlist>
44
45 <bridgehead renderas="sect4">MIME::Charset Dependencies</bridgehead>
46
47 <bridgehead renderas="sect5">Recommended</bridgehead>
48 <para role="recommended">
[4392a40]49 <xref linkend="perl-encode-eucjpascii"/>,
50 <xref linkend="perl-encode-hanextra"/> and
51 <xref linkend="perl-encode-jis2k"/> (because all are required
[a206343]52 by <xref role="nodep" linkend="biber"/>)
53 </para>
54
55 </sect3>
56
57 <sect3 role="installation">
58 <title>Installation of MIME::Charset</title>
59
60 <para>
61 This module uses a variant of the standard build and installation
62 instructions:
63
64<screen><userinput>yes '' | perl Makefile.PL &amp;&amp;
65make &amp;&amp;
66make test</userinput></screen>
67
68 Now, as the <systemitem class="username">root</systemitem> user:
69
70<screen role="root"><userinput>make install</userinput></screen>
71
72 </para>
73
74 </sect3>
75
76 <sect3 role="commands">
77 <title>Command Explanations</title>
78
79 <para>
80 <command>yes |</command>: Perl will ask if you wish to install
81 a further module for handling legacy Japanese encodings, and another
82 which it would use for translating documentation to Japanese. The
83 default option is 'n', using 'yes' allows you to script the build.
84 </para>
85
86 </sect3>
87
88 </sect2>
Note: See TracBrowser for help on using the repository browser.