source: networking/netlibs/libpsl.xml@ 801c872

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 801c872 was 801c872, checked in by Xi Ruoyao <xry111@…>, 5 years ago

Update to libpsl-0.21.0

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

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