source: general/prog/perl-modules/perl-xml-libxslt.xml@ 9a5bb425

12.2 lazarus trunk xry111/for-12.3
Last change on this file since 9a5bb425 was 76bf77a, checked in by Douglas R. Reno <renodr@…>, 6 weeks ago

Perl module dependency updates and changes for BLFS 12.2.

  • Update Alien-Build to 2.83
  • Update Business-ISBN-Data to 20240807.001
  • Update DateTime-Locale to 1.43
  • Update HTTP-Message to 6.46
  • Update Path-Tiny to 0.146
  • Update Term-Table to 0.022
  • Update Test-Without-Module to 0.23
  • Update Test2-Plugin-NoWarnings to 0.10
  • Update Text-CSV_XS to 1.56
  • Replace Test2-Suite with Test-Simple
  • Various typo and style fixes
  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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/SH/SHLOMIF/XML-LibXSLT-&XML-LibXSLT-version;.tar.gz">
8 <!ENTITY my-md5sum "632dce587b3c405edd4e622364750191">
9]>
10
11 <!-- Begin XML-LibXSLT -->
12 <sect2 id="perl-xml-libxslt" xreflabel="XML-LibXSLT-&XML-LibXSLT-version;">
13
14 <title>XML::LibXSLT-&XML-LibXSLT-version;</title>
15
16 <indexterm zone="perl-xml-libxslt">
17 <primary sortas="a-XML-LibXSLT">XML-LibXSLT</primary>
18 </indexterm>
19
20 <sect3 role="package">
21 <title>Introduction to XML::LibXSLT</title>
22
23 <para>
24 XML-LibXSLT provides an interface to <xref linkend="libxslt"/>
25 </para>
26
27 &lfs121_checked;
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
43 <bridgehead renderas="sect4">XML::LibXSLT Dependencies</bridgehead>
44
45 <bridgehead renderas="sect5">Required</bridgehead>
46 <para role="required">
47 <xref linkend="libxslt"/> and
48 <xref linkend="perl-xml-libxml"/>
49 </para>
50
51 </sect3>
52
53 <sect3 role="installation">
54 <title>Installation of XML::LibXSLT</title>
55
56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../../../xincludes/perl-standard-install.xml"/>
58
59 </sect3>
60
61 </sect2>
Note: See TracBrowser for help on using the repository browser.