source: general/prog/perl-modules/perl-encode-hanextra.xml@ 67a158e

perl-modules
Last change on this file since 67a158e was 67a158e, checked in by Ken Moffat <ken@…>, 6 years ago

perl modules branch: Some more modules.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20544 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.8 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 "&perl_authors;/id/A/AU/AUDREYT/Encode-HanExtra-&Encode-HanExtra-version;.tar.gz">
8 <!ENTITY my-md5sum "e1d3bc32c1c8ee304235a06fbcd5d5a4">
9
10 <!ENTITY Encode-HanExtra-download-http "&perl_authors;/id/A/AU/AUDREYT/Encode-HanExtra-&Encode-HanExtra-version;.tar.gz">
11 <!ENTITY Encode-HanExtra-md5sum "e1d3bc32c1c8ee304235a06fbcd5d5a4">
12]>
13
14 <!-- Begin Encode::HanExtra -->
15 <sect2 id="new-perl-encode-hanextra" xreflabel="Encode-HanExtra-&Encode-HanExtra-version;">
16
17 <title>Encode::HanExtra-&Encode-HanExtra-version;</title>
18
19 <indexterm zone="new-perl-encode-hanextra">
20 <primary sortas="a-Encode-HanExtra">Encode::HanExtra</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to Encode::HanExtra</title>
25
26 <para>
27 The Encode::HanExtra module provides extra sets of Chinese Encodings
28 which are not included in the core Encode module because of size
29 issues.
30 </para>
31
32 &lfs83_checked;
33
34 <bridgehead renderas="sect4">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&my-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download MD5 sum: &my-md5sum;
44 </para>
45 </listitem>
46 </itemizedlist>
47
48 </sect3>
49
50 <sect3 role="installation">
51 <title>Installation of Encode::HanExtra</title>
52
53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
54 href="../../../xincludes/perl-unsafe-install.xml"/>
55
56 </sect3>
57
58 </sect2>
Note: See TracBrowser for help on using the repository browser.