source: networking/netlibs/libpsl.xml@ 2754eaf

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 2754eaf was 1871cff1, checked in by Xi Ruoyao <xry111@…>, 3 years ago

cmake: update to 3.21.2, and tag it with some dependencies

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