source: general/genlib/libidn2.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.1 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 libidn2-download-http "&gnu-http;/libidn/libidn2-&libidn2-version;.tar.gz">
8 <!ENTITY libidn2-download-ftp "&gnu-ftp;/libidn/libidn2-&libidn2-version;.tar.gz">
9 <!ENTITY libidn2-md5sum "01c5084995295e519f95978ae9785ee0">
10 <!ENTITY libidn2-size "2.1 MB">
11 <!ENTITY libidn2-buildsize "21 MB (with tests)">
12 <!ENTITY libidn2-time "0.1 SBU (with tests)">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="libidn2" xreflabel="libidn2-&libidn2-version;">
17 <?dbhtml filename="libidn2.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libidn2-&libidn2-version;</title>
24
25 <indexterm zone="libidn2">
26 <primary sortas="a-libidn2">libidn2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libidn2</title>
31
32 <para>
33 <application>libidn2</application> is a package designed for
34 internationalized string handling based on standards from the
35 Internet Engineering Task Force (IETF)'s IDN working group, designed for
36 internationalized domain names.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libidn2-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libidn2-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libidn2-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libidn2-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libidn2-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libidn2-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libidn2 Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libunistring"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="git"/> and
85 <xref linkend="gtk-doc"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/libidn2"/>
90 </para>
91 </sect2>
92
93 <!--Required section-->
94 <sect2 role="installation">
95 <title>Installation of libidn2</title>
96
97 <para>
98 Install <application>libidn2</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directory</segtitle>
134
135 <seglistitem>
136 <seg>
137 idn2
138 </seg>
139 <seg>
140 libidn2.so
141 </seg>
142 <seg>
143 /usr/share/gtk-doc/html/libidn2
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <!-- If the program or library name conflicts (is the same) as the
154 package name, add -prog or -lib to the varlistentry entity id
155 and the 2nd entry of the indexterm zone entity -->
156
157 <varlistentry id="idn2">
158 <term><command>idn2</command></term>
159 <listitem>
160 <para>
161 is a command line interface to the internationalized domain
162 library
163 </para>
164 <indexterm zone="libidn2 idn2">
165 <primary sortas="b-idn2">idn2</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libidn2-lib">
171 <term><filename class="libraryfile">libidn2.so</filename></term>
172 <listitem>
173 <para>
174 contains a generic Stringprep implementation used for
175 internationalized string handling
176 </para>
177 <indexterm zone="libidn2 libidn2-lib">
178 <primary sortas="c-libidn2">libidn2.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182 </variablelist>
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.