source: general/prog/perl-modules/perl-uri.xml@ 4392a40

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn elogind 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 4392a40 was 4392a40, checked in by Ken Moffat <ken@…>, 5 years ago

Change all new-perl- items to perl- now that the corresponding items in the old perl-modules.xml are no-longer present.

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

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