source: general/prog/perl-modules/perl-uri.xml@ 5d2965c

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 5d2965c was 5d2965c, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to ModemManager-1.16.2
Update to qpdf-10.2.0
Update to libgxps-0.3.2
Update to babl-0.1.86
Update to libqmi-1.28.2
Update to poppler-21.03.0
Update to URI-5.09 (Perl Module)
Update to gtksourceview4-4.8.1
Update to OpenSSH-8.5p1 (and ssh-askpass-8.5p1)
libwacom: Correct version number
libwacom: Add libwacom-show-stylus
bluez: Drop the patch

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

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[a206343]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
[0d75a14c]7 <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/URI-&URI-version;.tar.gz">
[5d2965c]8 <!ENTITY my-md5sum "bd66b0c620d076c4b0de9507b5f1fbdf">
[69f3bcf]9
10 <!ENTITY my-md5sum "">
[a206343]11
12]>
13
14 <!-- Begin URI -->
[4392a40]15 <sect2 id="perl-uri" xreflabel="URI-&URI-version;">
[a206343]16
17 <title>URI-&URI-version;</title>
18
[4392a40]19 <indexterm zone="perl-uri">
[a206343]20 <primary sortas="a-URI">URI</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to URI</title>
25
26 <para>
27 This module implements the URI class. Objects of this class represent
28 "Uniform Resource Identifier references" as specified in RFC 2396 (and
29 updated by RFC 2732). A Uniform Resource Identifier is a compact string
30 of characters that identifies an abstract or physical resource. A
31 Uniform Resource Identifier can be further classified as either a
32 Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The
33 distinction between URL and URN does not matter to the URI class
34 interface. A "URI-reference" is a URI that may have additional
35 information attached in the form of a fragment identifier.
36 </para>
37
[db6b0d59]38 &lfs101_checked;
[a206343]39
40 <bridgehead renderas="sect4">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&my-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &my-md5sum;
50 </para>
51 </listitem>
52 </itemizedlist>
53
54 <bridgehead renderas="sect4">URI Dependencies</bridgehead>
55
56 <bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead>
57 <para role="recommended">
[4392a40]58 <xref linkend="perl-test-needs"/>
[a206343]59 </para>
60
61 </sect3>
62
63 <sect3 role="installation">
64 <title>Installation of URI</title>
65
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67 href="../../../xincludes/perl-standard-install.xml"/>
68
69 </sect3>
70
71 </sect2>
Note: See TracBrowser for help on using the repository browser.