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

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

perl modules branch: Add LWP::Protocol::https and its dependencies. Please note that I have changed the link name for libwww-perl to (new-)perl-libwww-perl from perl-lwp to better match the tarball name. The old perl-modules.xml is no-longer rendered in this branch. This is now notionally complete, apart from any errors I have introduced.

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

  • Property mode set to 100644
File size: 5.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 "&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 </sect3>
80
81 <sect3 role="content">
82 <title>Contents</title>
83
84 <segmentedlist>
85 <segtitle>Installed Programs</segtitle>
86
87 <seglistitem>
88 <seg>
89 lwp-download, lwp-dump, lwp-mirror, lwp-request
90 </seg>
91 </seglistitem>
92 </segmentedlist>
93
94 <variablelist>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
98
99 <varlistentry id="lwp-download-prog">
100 <term><command>lwp-download</command></term>
101 <listitem>
102 <para>is a script to fetch a large file from the web.</para>
103 <!-- the -prog is for while (old) and new- perl module pages
104 are both in the book, without it the link to the package is
105 correct, but the link to the prog goes to the progs in old
106 perl-modules.xml -->
107 <indexterm zone="new-perl-libwww-perl lwp-download-prog">
108 <primary sortas="b-lwp-download">lwp-download</primary>
109 </indexterm>
110 </listitem>
111 </varlistentry>
112
113 <varlistentry id="lwp-dump-prog">
114 <term><command>lwp-dump</command></term>
115 <listitem>
116 <para>is used to see what headers and content is returned
117 for a URL.</para>
118 <indexterm zone="new-perl-libwww-perl lwp-dump-prog">
119 <primary sortas="b-lwp-dump">lwp-dump</primary>
120 </indexterm>
121 </listitem>
122 </varlistentry>
123
124 <varlistentry id="lwp-mirror-prog">
125 <term><command>lwp-mirror</command></term>
126 <listitem>
127 <para>is a simple mirror utility.</para>
128 <indexterm zone="new-perl-libwww-perl lwp-mirror-prog">
129 <primary sortas="b-lwp-mirror">lwp-mirror</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 <varlistentry id="lwp-request-prog">
135 <term><command>lwp-request</command></term>
136 <listitem>
137 <para>is a simple command line user agent.</para>
138 <indexterm zone="new-perl-libwww-perl lwp-request-prog">
139 <primary sortas="b-lwp-request">lwp-request</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect3>
147
148 </sect2>
Note: See TracBrowser for help on using the repository browser.