Author: ken
Date: Tue Sep 18 17:49:24 2018
New Revision: 20511
Log:
perl modules branch: Add deps for wget.
Added:
branches/perl-modules/general/prog/perl-deps/perl-net-ssleay.xml
(contents, props changed)
branches/perl-modules/general/prog/perl-modules/perl-http-daemon.xml
(contents, props changed)
branches/perl-modules/general/prog/perl-modules/perl-io-socket-ssl.xml
(contents, props changed)
Modified:
branches/perl-modules/general/prog/new-perl-modules.xml
branches/perl-modules/general/prog/perl-deps.xml
branches/perl-modules/networking/netprogs/wget.xml
branches/perl-modules/packages.ent
Modified: branches/perl-modules/general/prog/new-perl-modules.xml
==============================================================================
--- branches/perl-modules/general/prog/new-perl-modules.xml Tue Sep 18
15:58:48 2018 (r20510)
+++ branches/perl-modules/general/prog/new-perl-modules.xml Tue Sep 18
17:49:24 2018 (r20511)
@@ -65,8 +65,9 @@
Most of these modules only install files below <filename
class="directory">/usr/lib/perl5/site_perl/5.xx.y</filename> and those
will
not be documented. One or two install programs (mostly, perl scripts), or
- even a library, into <filename class="directory">/usr</filename> and
those
- are documented.
+ a library, into <filename class="directory">/usr/bin/</filename> or
+ <filename class="directory">/usr/lib/</filename> and these
+ <emphasis>are</emphasis> documented.
</para>
<note>
@@ -103,11 +104,21 @@
</listitem>
<listitem>
<para>
+ <xref linkend="new-perl-http-daemon"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<xref linkend="new-perl-html-parser"/>
</para>
</listitem>
<listitem>
<para>
+ <xref linkend="new-perl-io-socket-ssl"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<xref linkend="new-perl-module-build"/>
</para>
</listitem>
@@ -169,9 +180,15 @@
href="perl-modules/perl-error.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="perl-modules/perl-http-daemon.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="perl-modules/perl-html-parser.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="perl-modules/perl-io-socket-ssl.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="perl-modules/perl-module-build.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Modified: branches/perl-modules/general/prog/perl-deps.xml
==============================================================================
--- branches/perl-modules/general/prog/perl-deps.xml Tue Sep 18 15:58:48
2018 (r20510)
+++ branches/perl-modules/general/prog/perl-deps.xml Tue Sep 18 17:49:24
2018 (r20511)
@@ -107,6 +107,11 @@
</listitem>
<listitem>
<para>
+ <xref linkend="perl-net-ssleay"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<xref linkend="new-perl-sub-identify"/>
</para>
</listitem>
@@ -191,6 +196,9 @@
href="perl-deps/perl-sub-identify.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="perl-deps/perl-net-ssleay.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="perl-deps/perl-sub-name.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Added: branches/perl-modules/general/prog/perl-deps/perl-net-ssleay.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/perl-modules/general/prog/perl-deps/perl-net-ssleay.xml Tue Sep
18 17:49:24 2018 (r20511)
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../../general.ent">
+ %general-entities;
+
+ <!ENTITY my-download-http
"&metacpan_authors;/M/MI/MIKEM/Net-SSLeay-&Net-SSLeay-version;.tar.gz">
+ <!ENTITY my-md5sum "d602bdce4e0531c6efc276e3e429ca69">
+
+]>
+
+ <!-- Begin Net::SSLeay -->
+ <sect2 id="perl-net-ssleay" xreflabel="Net-SSLeay-&Net-SSLeay-version;">
+
+ <title>Net::SSLeay-&Net-SSLeay-version;</title>
+
+ <indexterm zone="perl-net-ssleay">
+ <primary sortas="a-Net-SSLeay">Net::SSLeay</primary>
+ </indexterm>
+
+ <sect3 role="package">
+ <title>Introduction to Net::SSLeay</title>
+
+ <para>
+ Net::SSLeay is a PERL extension for using OpenSSL.
+ </para>
+
+ &lfs83_checked;
+
+ <bridgehead renderas="sect4">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&my-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &my-md5sum;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ </sect3>
+
+ <sect3 role="installation">
+ <title>Installation of Net::SSLeay</title>
+
+ <para>
+ If you are scripting, you will wish to prefix 'perl Makefile.PL' with
+ 'yes "" | ' since some user input is sought.
+ </para>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../../xincludes/perl-standard-install.xml"/>
+
+ </sect3>
+
+ </sect2>
Added: branches/perl-modules/general/prog/perl-modules/perl-http-daemon.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/perl-modules/general/prog/perl-modules/perl-http-daemon.xml
Tue Sep 18 17:49:24 2018 (r20511)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../../general.ent">
+ %general-entities;
+
+ <!ENTITY my-download-http
"&perl_authors;/id/G/GA/GAAS/HTTP-Daemon-&HTTP-Daemon-version;.tar.gz">
+ <!ENTITY my-md5sum "ed0ae02d25d7f1e89456d4d69732adc2">
+
+]>
+
+ <!-- Begin HTTP::Daemon -->
+ <sect2 id="new-perl-http-daemon"
xreflabel="HTTP-Daemon-&HTTP-Daemon-version;">
+
+ <title>HTTP::Daemon-&HTTP-Daemon-version;</title>
+
+ <indexterm zone="new-perl-http-daemon">
+ <primary sortas="a-HTTP-Daemon">HTTP::Daemon</primary>
+ </indexterm>
+
+ <sect3 role="package">
+ <title>Introduction to HTTP::Daemon</title>
+
+ <para>
+ Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on
+ a socket for incoming requests. The HTTP::Daemon is a subclass of
+ IO::Socket::INET, so you can perform socket operations directly on it
too.
+ </para>
+
+ &lfs83_checked;
+
+ <bridgehead renderas="sect4">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&my-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &my-md5sum;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect4">HTTP::Daemon Dependencies</bridgehead>
+
+ <bridgehead renderas="sect5">Required</bridgehead>
+ <para role="required">
+ <xref linkend="perl-http-message"/>
+ <!-- the listed deps are HTTP::Request, HTTP::Response, HTTP::Status
+ which are all submodules from perl-http-message, and also
+ HTTP::Date (perl-http-date) and LWP::MediaTypes (perl-lwp-mediatypes)
+ which are dependencies of perl-http-message, as well as URI (perl-uri)
+ in a test - that too is a dependency of perl-http-message -->
+ </para>
+
+ </sect3>
+
+ <sect3 role="installation">
+ <title>Installation of HTTP::Daemon</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../../xincludes/perl-standard-install.xml"/>
+
+ </sect3>
+
+ </sect2>
Added: branches/perl-modules/general/prog/perl-modules/perl-io-socket-ssl.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/perl-modules/general/prog/perl-modules/perl-io-socket-ssl.xml
Tue Sep 18 17:49:24 2018 (r20511)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../../general.ent">
+ %general-entities;
+
+ <!ENTITY my-download-http
"&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
+ <!ENTITY my-md5sum "0e329d3ce11563a27d70d63ad09ed5e9">
+
+ <!ENTITY IO-Socket-SSL-download-http
"&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
+]>
+
+ <!-- Begin IO::Socket::SSL -->
+ <sect2 id="new-perl-io-socket-ssl"
xreflabel="IO-Socket-SSL-&IO-Socket-SSL-version;">
+
+ <title>IO::Socket::SSL-&IO-Socket-SSL-version;</title>
+
+ <indexterm zone="new-perl-io-socket-ssl">
+ <primary sortas="a-IO-Socket-SSL">IO::Socket::SSL</primary>
+ </indexterm>
+
+ <sect3 role="package">
+ <title>Introduction to IO::Socket::SSL</title>
+
+ <para>
+ IO::Socket::SSL makes using SSL/TLS much easier by wrapping the
necessary
+ functionality into the familiar IO::Socket interface and providing
secure
+ defaults whenever possible. This module uses the standard
+ </para>
+
+ &lfs83_checked;
+
+ <bridgehead renderas="sect4">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&my-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &my-md5sum;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect4">IO::Socket::SSL Dependencies</bridgehead>
+
+ <bridgehead renderas="sect5">Required</bridgehead>
+ <para role="required">
+ <xref linkend="perl-net-ssleay"/>
+ </para>
+
+ </sect3>
+
+ <sect3 role="installation">
+ <title>Installation of IO::Socket::SSL</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../../xincludes/perl-standard-install.xml"/>
+
+ </sect3>
+
+ </sect2>
Modified: branches/perl-modules/networking/netprogs/wget.xml
==============================================================================
--- branches/perl-modules/networking/netprogs/wget.xml Tue Sep 18 15:58:48
2018 (r20510)
+++ branches/perl-modules/networking/netprogs/wget.xml Tue Sep 18 17:49:24
2018 (r20511)
@@ -83,8 +83,8 @@
<para role="optional">
<xref linkend="gnutls"/>,
<xref linkend="gpgme"/>,
- <xref linkend="perl-http-daemon"/> (for the test suite),
- <xref linkend="perl-io-socket-ssl"/> (for the test suite),
+ <xref linkend="new-perl-http-daemon"/> (for the test suite),
+ <xref linkend="new-perl-io-socket-ssl"/> (for the test suite),
<xref linkend="libidn2"/>,
<xref linkend="libpsl"/>,
<xref linkend="pcre"/>,
Modified: branches/perl-modules/packages.ent
==============================================================================
--- branches/perl-modules/packages.ent Tue Sep 18 15:58:48 2018 (r20510)
+++ branches/perl-modules/packages.ent Tue Sep 18 17:49:24 2018 (r20511)
@@ -418,6 +418,7 @@
<!ENTITY HTML-Tagset-version "3.20">
<!ENTITY IO-HTML-version "1.001">
<!ENTITY LWP-MediaTypes-version "6.02">
+<!ENTITY Net-SSLeay-version "1.85">
<!ENTITY Sub-Identify-version "0.14">
<!ENTITY Sub-Name-version "0.21">
<!ENTITY SUPER-version "1.20141117">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page