source: networking/netlibs/libpsl.xml@ c289c50

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c289c50 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.7 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 libpsl-download-http "https://github.com/rockdaboot/libpsl/releases/download/&libpsl-version;/libpsl-&libpsl-version;.tar.gz">
8 <!ENTITY libpsl-download-ftp " ">
9 <!ENTITY libpsl-md5sum "ad40b970dcb5117d559b62a1e0d8d827">
10 <!ENTITY libpsl-size "8.8 MB">
11 <!ENTITY libpsl-buildsize "54 MB">
12 <!ENTITY libpsl-time "0.1 SBU (including tests)">
13]>
14
15<sect1 id="libpsl" xreflabel="libpsl-&libpsl-version;">
16 <?dbhtml filename="libpsl.html"?>
17
18
19 <title>libpsl-&libpsl-version;</title>
20
21 <indexterm zone="libpsl">
22 <primary sortas="a-libpsl">libpsl</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libpsl</title>
27
28 <para>
29 The <application>libpsl</application> package provides a library for
30 accessing and resolving information from the Public Suffix List (PSL). The PSL
31 is a set of domain names beyond the standard suffixes, such as .com.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libpsl-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libpsl-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libpsl-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libpsl-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libpsl-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libpsl-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libpsl Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libidn2"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/> (for documentation) and
80 <xref linkend="valgrind"/> (for tests)
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/libpsl"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libpsl</title>
90
91 <para>
92 Install <application>libpsl</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>sed -i 's/env python/&amp;3/' src/psl-make-dafsa &amp;&amp;
97./configure --prefix=/usr --disable-static &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para>
115 <command>sed -i ...</command>: This command forces the use of
116 <application>Python 3</application> in an utility even if
117 the outdated <application>Python 2</application> is installed.
118 </para>
119
120 </sect2>
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 psl
132 </seg>
133 <seg>
134 libpsl.so
135 </seg>
136 <seg>
137 None
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="psl">
148 <term><command>psl</command></term>
149 <listitem>
150 <para>
151 queries the Public Suffix List
152 </para>
153 <indexterm zone="libpsl psl">
154 <primary sortas="b-psl">psl</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="libpsl-lib">
160 <term><filename class="libraryfile">libpsl.so</filename></term>
161 <listitem>
162 <para>
163 contains a library used to access the Public Suffix List
164 </para>
165 <indexterm zone="libpsl libpsl-lib">
166 <primary sortas="c-libpsl">libpsl.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170 </variablelist>
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.