source: general/prog/perl-modules/perl-libwww-perl.xml@ a9880c8f

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since a9880c8f was a9880c8f, checked in by Bruce Dubbs <bdubbs@…>, 14 months ago

Update to libwww-perl-6.70 (Perl module).

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