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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a206343 was a206343, checked in by Ken Moffat <ken@…>, 5 years ago

Trunk: merge perl modules branch.

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

  • Property mode set to 100644
File size: 2.6 KB
Line 
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
29 &lfs83_checked;
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">
49 <xref linkend="new-perl-encode-eucjpascii"/>,
50 <xref linkend="new-perl-encode-hanextra"/> and
51 <xref linkend="new-perl-encode-jis2k"/> (because all are required
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.