source: general/genlib/libidn.xml@ 39f916fc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 39f916fc was 39f916fc, checked in by Randy McMurchy <randy@…>, 18 years ago

Added new package Libidn-0.6.0

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

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libidn-download-http "http://josefsson.org/libidn/releases/libidn-&libidn-version;.tar.gz">
8 <!ENTITY libidn-download-ftp "ftp://alpha.gnu.org/pub/gnu/libidn/libidn-&libidn-version;.tar.gz">
9 <!ENTITY libidn-md5sum "4991ab5ce647c89fa4812d9a1700a8f6">
10 <!ENTITY libidn-size "2.0 MB">
11 <!ENTITY libidn-buildsize "18.3 MB">
12 <!ENTITY libidn-time "0.2 SBU">
13]>
14
15<sect1 id="libidn" xreflabel="libidn-&libidn-version;">
16 <?dbhtml filename="libidn.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libidn-&libidn-version;.tar</keyword>
23 <keyword role="ftpdir">libidn</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Libidn-&libidn-version;</title>
28
29 <indexterm zone="libidn">
30 <primary sortas="a-Libidn">Libidn</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Libidn</title>
35
36 <para><application>Libidn</application> is a package designed for
37 internationalized string handling based on the <ulink
38 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://www.ietf.org/rfc/rfc3454.txt">
39 Stringprep</ulink>, <ulink
40 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://www.ietf.org/rfc/rfc3492.txt">
41 Punycode</ulink>, <ulink
42 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://www.ietf.org/rfc/rfc3490.txt">
43 IDNA</ulink> and <ulink
44 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://josefsson.org/cgi-bin/viewcvs.cgi/*checkout*/libidn/doc/specifications/draft-hoffman-idn-reg-02.txt">
45 TLD</ulink> specifications defined by the Internet Engineering Task Force
46 (IETF) Internationalized Domain Names (IDN) working group, used for
47 internationalized domain names. This is useful for converting data from the
48 system's native representation into UTF-8, transforming Unicode strings
49 into ASCII strings, allowing applications to use certain ASCII name labels
50 (beginning with a special prefix) to represent non-ASCII name labels, and
51 converting entire domain names to and from the ASCII Compatible Encoding
52 (ACE) form.</para>
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>Download (HTTP): <ulink url="&libidn-download-http;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download (FTP): <ulink url="&libidn-download-ftp;"/></para>
61 </listitem>
62 <listitem>
63 <para>Download MD5 sum: &libidn-md5sum;</para>
64 </listitem>
65 <listitem>
66 <para>Download size: &libidn-size;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated disk space required: &libidn-buildsize;</para>
70 </listitem>
71 <listitem>
72 <para>Estimated build time: &libidn-time;</para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Libidn Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="emacs"/>,
80 <xref linkend="pkgconfig"/>,
81 <xref linkend="gtk-doc"/>,
82 a Java compiler&mdash;one of (looked for in this order)
83 <xref linkend="gcc"/> (for <command>gcj</command>),
84 <ulink url="http://jikes.sourceforge.net/">Jikes</ulink> or
85 <xref linkend="jdk"/>,
86 and a C# compiler&mdash;<ulink
87 url="http://www.mono-project.com/Main_Page">Mono</ulink> or
88 <ulink url="http://www.southern-storm.com.au/portable_net.html">
89 DotGNU Portable.NET</ulink></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Libidn</title>
95
96 <para>Install <application>Libidn</application> by running the following
97 commands:</para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>If you have <xref linkend="tex"/> installed and wish to create a
103 text version of the documentation, issue the following commands:</para>
104
105<screen><userinput>cd doc &amp;&amp;
106makeinfo --plaintext -o libidn.txt libidn.texi &amp;&amp;
107cd ..</userinput></screen>
108
109 <para>To test the results, issue: <command>make check</command>.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role="root"><userinput>make install &amp;&amp;
114find doc -name "Makefile*" -exec rm {} \; &amp;&amp;
115
116install -v -m755 -d \
117 /usr/share/doc/libidn-&libidn-version;/{api,java,specifications,tld} &amp;&amp;
118install -v -m644 doc/components* \
119 doc/libidn.{pdf,ps,html} \
120 /usr/share/doc/libidn-&libidn-version; &amp;&amp;
121install -v -m644 doc/reference/html/* \
122 /usr/share/doc/libidn-&libidn-version;/api &amp;&amp;
123install -v -m644 doc/specifications/* \
124 /usr/share/doc/libidn-&libidn-version;/specifications &amp;&amp;
125install -v -m644 doc/tld/* /usr/share/doc/libidn-&libidn-version;/tld &amp;&amp;
126cp -v -R doc/java/* /usr/share/doc/libidn-&libidn-version;/java</userinput></screen>
127
128 <para>If you created the text documentation, install it using the following
129 command as the <systemitem class="username">root</systemitem> user:</para>
130
131<screen role="root"><userinput>install -v -m644 doc/libidn.txt /usr/share/doc/libidn-&libidn-version;</userinput></screen>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Program</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directory</segtitle>
142
143 <seglistitem>
144 <seg>idn</seg>
145 <seg>libidn.[so,a] and optionally, Java and C# modules</seg>
146 <seg>/usr/share/doc/libidn-&libidn-version;</seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="idn">
156 <term><command>idn</command></term>
157 <listitem>
158 <para>is a command line interface to the internationalized domain
159 name library.</para>
160 <indexterm zone="libidn idn">
161 <primary sortas="b-idn">idn</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="libidn-lib">
167 <term><filename class='libraryfile'>libidn.[so,a]</filename></term>
168 <listitem>
169 <para> contains a generic Stringprep implementation that does Unicode
170 3.2 NFKC normalization, mapping and prohibitation of characters, and
171 bidirectional character handling. Profiles for Nameprep, iSCSI, SASL
172 and XMPP are included as well as support for Punycode and ASCII
173 Compatible Encoding (ACE) via IDNA. A mechanism to define Top-Level
174 Domain (TLD) specific validation tables, and to compare strings
175 against those tables, as well as default tables for some TLDs are
176 included.</para>
177 <indexterm zone="libidn libidn-lib">
178 <primary sortas="c-libidn">libidn.[so,a]</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.