source: general/prog/perl-deps/perl-libwww-perl.xml@ a14fafbd

perl-modules
Last change on this file since a14fafbd was a110c7f7, checked in by Ken Moffat <ken@…>, 5 years ago

perl modules branch: For libwww-perl add the comment about installign LWP::Protocol::https from the old page in trunk. And for that package remove a '~' which my keyboard has a tendency to generate during a string of uppercase letters and move the ')' in the comment on Mozilla::CA.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20681 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 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 "&metacpan_authors;/E/ET/ETHER/libwww-perl-&libwww-perl-version;.tar.gz">
8 <!ENTITY my-md5sum "19cd0f55f61359c973caa9301ec405bd">
9
10]>
11
12 <!-- Begin libwww-perl -->
13 <sect2 id="new-perl-libwww-perl" xreflabel="libwww-perl-&libwww-perl-version;">
14
15 <title>libwww-perl-&libwww-perl-version;</title>
16
17 <indexterm zone="new-perl-libwww-perl">
18 <primary sortas="a-libwww-perl">libwww-perl</primary>
19 </indexterm>
20
21 <sect3 role="package">
22 <title>Introduction to LWP - The World-wide Web library for
23 <application>Perl</application></title>
24
25 <para>
26 The libwww-perl collection is a set of Perl modules which provides a
27 simple and consistent application programming interface (API) to the
28 World-Wide Web. The main focus of the library is to provide classes and
29 functions that allow you to write WWW clients. The library also contains
30 modules that are of more general use and even classes that help you
31 implement simple HTTP servers.
32 </para>
33
34 &lfs83_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&my-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download MD5 sum: &my-md5sum;
46 </para>
47 </listitem>
48 </itemizedlist>
49
50 <bridgehead renderas="sect4">libwww-perl Dependencies</bridgehead>
51
52 <bridgehead renderas="sect5">Required</bridgehead>
53 <para role="required">
54 <xref linkend="new-perl-file-listing"/>,
55 <xref linkend="new-perl-http-cookies"/>,
56 <xref linkend="new-perl-http-daemon"/>,
57 <!-- perl-http-daemon pulls in perl-http-message
58 for HTTP::Request, HTTP::Response, HTTP::Status -->
59 <!-- perl-http-message pulls in perl-encode-locale,
60 perl-http-date, perl-lwp-mediatypes and perl-uri -->
61 <xref linkend="new-perl-http-negotiate"/>,
62 <xref linkend="new-perl-html-parser"/>,
63 <xref linkend="new-perl-net-http"/>,
64 <xref linkend="new-perl-try-tiny"/> and
65 <xref linkend="new-perl-www-robotrules"/>, also
66 <xref linkend="new-perl-test-fatal"/>,
67 <xref linkend="new-perl-test-needs"/> and
68 <xref linkend="new-perl-test-requiresinternet"/> (all three for the testusite)
69 </para>
70
71 </sect3>
72
73 <sect3 role="installation">
74 <title>Installation of libwww-perl</title>
75
76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
77 href="../../../xincludes/perl-standard-install.xml"/>
78
79 <para>
80 After installing this package, if you want HTTPS protocol support install
81 <xref linkend="new-perl-lwp-protocol-https"/>.
82 </para>
83
84 </sect3>
85
86 <sect3 role="content">
87 <title>Contents</title>
88
89 <segmentedlist>
90 <segtitle>Installed Programs</segtitle>
91
92 <seglistitem>
93 <seg>
94 lwp-download, lwp-dump, lwp-mirror, lwp-request
95 </seg>
96 </seglistitem>
97 </segmentedlist>
98
99 <variablelist>
100 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
101 <?dbfo list-presentation="list"?>
102 <?dbhtml list-presentation="table"?>
103
104 <varlistentry id="lwp-download-prog">
105 <term><command>lwp-download</command></term>
106 <listitem>
107 <para>is a script to fetch a large file from the web.</para>
108 <!-- the -prog is for while (old) and new- perl module pages
109 are both in the book, without it the link to the package is
110 correct, but the link to the prog goes to the progs in old
111 perl-modules.xml -->
112 <indexterm zone="new-perl-libwww-perl lwp-download-prog">
113 <primary sortas="b-lwp-download">lwp-download</primary>
114 </indexterm>
115 </listitem>
116 </varlistentry>
117
118 <varlistentry id="lwp-dump-prog">
119 <term><command>lwp-dump</command></term>
120 <listitem>
121 <para>is used to see what headers and content is returned
122 for a URL.</para>
123 <indexterm zone="new-perl-libwww-perl lwp-dump-prog">
124 <primary sortas="b-lwp-dump">lwp-dump</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="lwp-mirror-prog">
130 <term><command>lwp-mirror</command></term>
131 <listitem>
132 <para>is a simple mirror utility.</para>
133 <indexterm zone="new-perl-libwww-perl lwp-mirror-prog">
134 <primary sortas="b-lwp-mirror">lwp-mirror</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="lwp-request-prog">
140 <term><command>lwp-request</command></term>
141 <listitem>
142 <para>is a simple command line user agent.</para>
143 <indexterm zone="new-perl-libwww-perl lwp-request-prog">
144 <primary sortas="b-lwp-request">lwp-request</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect3>
152
153 </sect2>
Note: See TracBrowser for help on using the repository browser.