source: general/prog/perl-modules/perl-sgmlspm.xml@ df28ce71

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since df28ce71 was df28ce71, checked in by Ken Moffat <ken@…>, 4 years ago

Tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23552 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[a206343]1<?xml version="1.0" encoding="ISO-8859-1"?>
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/R/RA/RAAB/SGMLSpm-&SGMLSpm-version;.tar.gz">
8 <!ENTITY my-md5sum "746c74ae969992cedb1a2879b4168090">
9
10]>
11
12 <!-- Begin SGMLSpm -->
[4392a40]13 <sect2 id="perl-sgmlspm" xreflabel="SGMLSpm-&SGMLSpm-version;">
[a206343]14
15 <title>SGMLSpm-&SGMLSpm-version;</title>
16
[4392a40]17 <indexterm zone="perl-sgmlspm">
[a206343]18 <primary sortas="a-SGMLSpm">SGMLSpm</primary>
19 </indexterm>
20
21 <sect3 role="package">
22 <title>Introduction to SGMLSpm</title>
23
24 <para>
25 The SGMLSpm module is a <application>Perl</application> library
26 used for parsing the output from James Clark's SGMLS and NSGMLS
27 parsers.
28 </para>
29
[df28ce71]30 &lfs10_checked;
[a206343]31
32 <bridgehead renderas="sect4">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 Download (HTTP): <ulink url="&my-download-http;"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 Download MD5 sum: &my-md5sum;
42 </para>
43 </listitem>
44 </itemizedlist>
45
46 </sect3>
47
48 <sect3 role="installation">
49 <title>Installation of SGMLSpm</title>
50
51 <para>
52 Before beginning the build, issue
53 the following command to prevent an error:
54 </para>
55
56<screen><userinput>chmod -v 644 MYMETA.yml</userinput></screen>
57
58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59 href="../../../xincludes/perl-standard-install.xml"/>
60
61 <para>
62 After the package has been installed, run the following command
63 as the <systemitem class="username">root</systemitem> user:
64 </para>
65
66<screen role="root"><userinput>ln -sv sgmlspl.pl /usr/bin/sgmlspl</userinput></screen>
67
68 </sect3>
69
70 <sect3 role="content">
71 <title>Contents</title>
72
73 <segmentedlist>
74 <segtitle>Installed Programs</segtitle>
75 <segtitle>Installed Libraries</segtitle>
76
77 <seglistitem>
78 <seg>
79 sgmlspl.pl, sgmlspl
80 </seg>
81 </seglistitem>
82 </segmentedlist>
83
84 <variablelist>
85 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
86 <?dbfo list-presentation="list"?>
87 <?dbhtml list-presentation="table"?>
88
89 <varlistentry id="sgmlspl.pl">
90 <term><command>sgmlspl.pl</command></term>
91 <listitem>
92 <para>
93 is an SGML processor.
94 </para>
[4392a40]95 <indexterm zone="perl-sgmlspm sgmlspl.pl">
[a206343]96 <primary sortas="b-sgmlspl.pl">sgmlspl.pl</primary>
97 </indexterm>
98 </listitem>
99 </varlistentry>
100
101 <varlistentry id="sgmlspl-prog">
102 <term><command>sgmlspl</command></term>
103 <listitem>
104 <para>
105 is a symbolic link used during the install of <xref
106 linkend="docbook-utils"/>.
107 </para>
[4392a40]108 <indexterm zone="perl-sgmlspm sgmlspl-prog">
[a206343]109 <primary sortas="b-sgmlspl">sgmlspl</primary>
110 </indexterm>
111 </listitem>
112 </varlistentry>
113
114 </variablelist>
115
116 </sect3>
117
118 </sect2>
Note: See TracBrowser for help on using the repository browser.