source: general/prog/perl-deps/perl-xml-libxml.xml@ a4720c7

trunk
Last change on this file since a4720c7 was cddf294, checked in by Douglas R. Reno <renodr@…>, 3 days ago

Fix the XML::LibXML test suite with libxml2-2.13.

This fixes a problem that prevented the tests from running correctly due
to small output differences. The patch used here comes from a pull
request upstream (PR #87).

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[a206343]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;/S/SH/SHLOMIF/XML-LibXML-&XML-LibXML-version;.tar.gz">
[52bdd9c]8 <!ENTITY my-md5sum "d2bad7f395716a6f57abde538d47008c">
[a206343]9]>
10
11 <!-- Begin XML::LibXML -->
[4392a40]12 <sect2 id="perl-xml-libxml" xreflabel="XML-LibXML-&XML-LibXML-version;">
[a206343]13
14 <title>XML::LibXML-&XML-LibXML-version;</title>
15
[4392a40]16 <indexterm zone="perl-xml-libxml">
[a206343]17 <primary sortas="a-XML-LibXML">XML::LibXML</primary>
18 </indexterm>
19
20 <sect3 role="package">
21 <title>Introduction to XML::LibXML</title>
22
23 <para>
24 XML::LibXML is a perl binding for <xref linkend="libxml2"/>.
25 </para>
26
[6c64eaec]27 &lfs122_checked;
[a206343]28
29 <bridgehead renderas="sect4">Package Information</bridgehead>
30 <itemizedlist spacing="compact">
31 <listitem>
32 <para>
33 Download (HTTP): <ulink url="&my-download-http;"/>
34 </para>
35 </listitem>
36 <listitem>
37 <para>
38 Download MD5 sum: &my-md5sum;
39 </para>
40 </listitem>
41 </itemizedlist>
42
[cddf294]43 <bridgehead renderas="sect4">Additional Download</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Required patch:
48 <ulink url="&patch-root;/XML-LibXML-&XML-LibXML-version;-testsuite_fixes-1.patch"/>
49 </para>
50 </listitem>
51 </itemizedlist>
52
[a206343]53 <bridgehead renderas="sect4">XML::LibXML Dependencies</bridgehead>
54
55 <bridgehead renderas="sect5">Required</bridgehead>
56 <para role="required">
[76bf77a]57 <xref linkend="perl-alien-libxml2"/> and
[4392a40]58 <xref linkend="perl-xml-sax"/>
[a206343]59 </para>
60
61 </sect3>
62
63 <sect3 role="installation">
64 <title>Installation of XML::LibXML</title>
65
[cddf294]66 <para>
67 First, apply a patch to fix issues with the testsuite when compiled
68 against libxml2-2.13:
69 </para>
70
71<screen><userinput remap="pre">patch -Np1 -i ../XML-LibXML-&XML-LibXML-version;-testsuite_fixes-1.patch</userinput></screen>
72
[a206343]73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
74 href="../../../xincludes/perl-standard-install.xml"/>
75
76 </sect3>
77
78 </sect2>
Note: See TracBrowser for help on using the repository browser.