Author: ken
Date: Fri Nov  2 11:20:42 2018
New Revision: 20668

Log:
Perl modules branch: Check in work in progress before making changes in trunk.

Added:
   branches/perl-modules/general/prog/perl-deps/perl-file-listing.xml   
(contents, props changed)
   branches/perl-modules/general/prog/perl-deps/perl-http-cookies.xml   
(contents, props changed)
Modified:
   branches/perl-modules/general/prog/perl-deps.xml
   branches/perl-modules/packages.ent

Modified: branches/perl-modules/general/prog/perl-deps.xml
==============================================================================
--- branches/perl-modules/general/prog/perl-deps.xml    Thu Nov  1 15:09:53 
2018        (r20667)
+++ branches/perl-modules/general/prog/perl-deps.xml    Fri Nov  2 11:20:42 
2018        (r20668)
@@ -187,6 +187,11 @@
       </listitem>
       <listitem>
         <para>
+          <xref linkend="new-perl-file-listing"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <xref linkend="new-perl-file-sharedir"/>
         </para>
       </listitem>
@@ -197,6 +202,11 @@
       </listitem>
       <listitem>
         <para>
+          <xref linkend="new-perl-http-cookies"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <xref linkend="perl-http-date"/>
         </para>
       </listitem>
@@ -591,12 +601,18 @@
     href="perl-deps/perl-file-find-rule.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="perl-deps/perl-file-listing.xml"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="perl-deps/perl-file-sharedir.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="perl-deps/perl-file-sharedir-install.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="perl-deps/perl-http-cookies.xml"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="perl-deps/perl-http-date.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";

Added: branches/perl-modules/general/prog/perl-deps/perl-file-listing.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/perl-modules/general/prog/perl-deps/perl-file-listing.xml  Fri Nov 
 2 11:20:42 2018        (r20668)
@@ -0,0 +1,61 @@
+<?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;/G/GA/GAAS/File-Listing-&File-Listing-version;.tar.gz">
+  <!ENTITY my-md5sum "83f636b477741f3a014585bb9cc079a6">
+
+]>
+
+  <!-- Begin File::Listing -->
+  <sect2 id="new-perl-file-listing" 
xreflabel="File-Listing-&File-Listing-version;">
+
+    <title>File::Listing-&File-Listing-version;</title>
+
+    <indexterm zone="new-perl-file-listing">
+      <primary sortas="a-File-Listing">File::Listing</primary>
+    </indexterm>
+
+    <sect3 role="package">
+      <title>Introduction to File::Listing</title>
+
+      <para>
+        File::Listing parses a directory listing.
+      </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">File::Listing Dependencies</bridgehead>
+
+      <bridgehead renderas="sect5">Required</bridgehead>
+      <para role="required">
+        <xref linkend="perl-http-date"/>,
+      </para>
+
+    </sect3>
+
+    <sect3 role="installation">
+      <title>Installation of File::Listing</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-deps/perl-http-cookies.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ branches/perl-modules/general/prog/perl-deps/perl-http-cookies.xml  Fri Nov 
 2 11:20:42 2018        (r20668)
@@ -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 
"&metacpan_authors;/O/OA/OALDERS/HTTP-Cookies-&HTTP-Cookies-version;.tar.gz">
+  <!ENTITY my-md5sum "7bf1e277bd5c886bc18d21eb8423b65f">
+
+]>
+
+  <!-- Begin HTTP::Cookies -->
+  <sect2 id="new-perl-http-cookies" 
xreflabel="HTTP-Cookies-&HTTP-Cookies-version;">
+
+    <title>HTTP::Cookies-&HTTP-Cookies-version;</title>
+
+    <indexterm zone="new-perl-http-cookies">
+      <primary sortas="a-HTTP-Cookies">HTTP::Cookies</primary>
+    </indexterm>
+
+    <sect3 role="package">
+      <title>Introduction to HTTP::Cookies</title>
+
+      <para>
+        HTTP::Cookies provides a class for objects that represent a "cookie 
jar"
+        -- that is, a database of all the HTTP cookies that a given
+        LWP::UserAgent (from libwww-perl) object knows about.          
+      </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::Cookies Dependencies</bridgehead>
+
+      <bridgehead renderas="sect5">Required</bridgehead>
+      <para role="required">
+        <xref linkend="perl-http-message"/>
+        <!-- perl-http-message pulls in perl-http-date and perl-uri -->
+      </para>
+
+    </sect3>
+
+    <sect3 role="installation">
+      <title>Installation of HTTP::Cookies</title>
+
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+                  href="../../../xincludes/perl-standard-install.xml"/>
+
+    </sect3>
+
+  </sect2>

Modified: branches/perl-modules/packages.ent
==============================================================================
--- branches/perl-modules/packages.ent  Thu Nov  1 15:09:53 2018        (r20667)
+++ branches/perl-modules/packages.ent  Fri Nov  2 11:20:42 2018        (r20668)
@@ -437,10 +437,13 @@
 <!ENTITY ExtUtils-LibBuilder-version  "0.06">
 <!ENTITY File-Copy-Recursive-version  "0.44">
 <!ENTITY File-Find-Rule-version       "0.34">
+<!ENTITY File-Listing-version         "6.04">
 <!ENTITY File-ShareDir-version        "1.116">
 <!ENTITY File-ShareDir-Install-version "0.13">
+<!ENTITY HTTP-Cookies-version         "6.04">
 <!ENTITY HTTP-Date-version            "6.02">
 <!ENTITY HTTP-Message-version         "6.18">
+<!ENTITY HTTP-Negotiate-version       "6.01">
 <!ENTITY HTML-Tagset-version          "3.20">
 <!ENTITY Importer-version             "0.025">
 <!ENTITY IO-HTML-version              "1.001">
@@ -457,6 +460,7 @@
 <!ENTITY MRO-Compat-version           "0.13">
 <!ENTITY namespace-autoclean-version  "0.28">
 <!ENTITY namespace-clean-version      "0.27">
+<!ENTITY Net-HTTP-version             "6.18">
 <!ENTITY Net-SSLeay-version           "1.85">
 <!ENTITY Number-Compare-version       "0.03">
 <!ENTITY Package-Stash-version        "0.37">
@@ -487,6 +491,7 @@
 <!ENTITY Test-MockModule-version      "0.15">
 <!ENTITY Test-Needs-version           "0.002005">
 <!ENTITY Test-Requires-version        "0.10">
+<!ENTITY Test-RequiresInternet-version "0.05">
 <!ENTITY Test-Simple-version          "1.302138">
 <!ENTITY Test-utf8-version            "1.01">
 <!ENTITY Test-Warnings-version        "0.026">
@@ -499,6 +504,7 @@
 <!ENTITY Tie-Cycle-version            "1.225">
 <!ENTITY Try-Tiny-version             "0.30">
 <!ENTITY Variable-Magic-version       "0.62">
+<!ENTITY WWW-RobotRules-version       "6.02">
 <!ENTITY XML-LibXML-version           "2.0132">
 <!ENTITY XML-NamespaceSupport-version "1.12">
 <!ENTITY XML-SAX-Base-version         "1.09">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to