mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Add HTTP::CookieJar-0.014
It's needed by libwww-perl-6.70
This commit is contained in:
parent
ccbae9ab99
commit
6f7e811b7a
@ -231,6 +231,11 @@
|
||||
<xref linkend="perl-html-tagset"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="perl-http-cookiejar"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="perl-http-cookies"/>
|
||||
@ -661,6 +666,9 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="perl-deps/perl-html-tagset.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="perl-deps/perl-http-cookiejar.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="perl-deps/perl-http-cookies.xml"/>
|
||||
|
||||
|
62
general/prog/perl-deps/perl-http-cookiejar.xml
Normal file
62
general/prog/perl-deps/perl-http-cookiejar.xml
Normal file
@ -0,0 +1,62 @@
|
||||
<?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;/D/DA/DAGOLDEN/HTTP-CookieJar-&HTTP-CookieJar-version;.tar.gz">
|
||||
<!ENTITY my-md5sum "a1d891ce0046f1a2c19e2c617d624d0d">
|
||||
|
||||
]>
|
||||
|
||||
<!-- Begin HTTP::CookieJar -->
|
||||
<sect2 id="perl-http-cookiejar" xreflabel="HTTP-CookieJar-&HTTP-CookieJar-version;">
|
||||
|
||||
<title>HTTP::CookieJar-&HTTP-CookieJar-version;</title>
|
||||
|
||||
<indexterm zone="perl-http-cookiejar">
|
||||
<primary sortas="a-HTTP-CookieJar">HTTP::CookieJar</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3 role="package">
|
||||
<title>Introduction to HTTP::CookieJar</title>
|
||||
|
||||
<para>
|
||||
HTTP::CookieJar provides a minimalist HTTP user agent cookie jar.
|
||||
</para>
|
||||
|
||||
&lfs113_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::CookieJar Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect5">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="perl-http-date"/>
|
||||
<!-- perl-http-date pulls in perl-timedate -->
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 role="installation">
|
||||
<title>Installation of HTTP::CookieJar</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../../xincludes/perl-standard-install.xml"/>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
@ -53,6 +53,7 @@
|
||||
<bridgehead renderas="sect5">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="perl-file-listing"/>,
|
||||
<xref linkend="perl-http-cookiejar"/>,
|
||||
<xref linkend="perl-http-cookies"/>,
|
||||
<xref linkend="perl-http-daemon"/>,
|
||||
<!-- perl-http-daemon pulls in perl-http-message
|
||||
|
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>May 13th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Add HTTP::CookieJar-0.014 (perl
|
||||
module dependency) needed by libwww-perl-6.70.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to Business::ISBN::Data-20230426.001 (perl
|
||||
module dependency) because a newer version is needed by
|
||||
|
@ -453,6 +453,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY File-ShareDir-version "1.118">
|
||||
<!ENTITY File-ShareDir-Install-version "0.14">
|
||||
<!ENTITY HTML-Tagset-version "3.20">
|
||||
<!ENTITY HTTP-CookieJar-version "0.014">
|
||||
<!ENTITY HTTP-Cookies-version "6.10">
|
||||
<!ENTITY HTTP-Date-version "6.05">
|
||||
<!ENTITY HTTP-Message-version "6.44">
|
||||
|
Loading…
Reference in New Issue
Block a user