glfs/general/prog/perl-modules/perl-sgmlspm.xml
Ken Moffat df28ce712a Tags.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23552 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-17 21:05:41 +00:00

119 lines
3.3 KiB
XML

<?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 "&perl_authors;/id/R/RA/RAAB/SGMLSpm-&SGMLSpm-version;.tar.gz">
<!ENTITY my-md5sum "746c74ae969992cedb1a2879b4168090">
]>
<!-- Begin SGMLSpm -->
<sect2 id="perl-sgmlspm" xreflabel="SGMLSpm-&SGMLSpm-version;">
<title>SGMLSpm-&SGMLSpm-version;</title>
<indexterm zone="perl-sgmlspm">
<primary sortas="a-SGMLSpm">SGMLSpm</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to SGMLSpm</title>
<para>
The SGMLSpm module is a <application>Perl</application> library
used for parsing the output from James Clark's SGMLS and NSGMLS
parsers.
</para>
&lfs10_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>
</sect3>
<sect3 role="installation">
<title>Installation of SGMLSpm</title>
<para>
Before beginning the build, issue
the following command to prevent an error:
</para>
<screen><userinput>chmod -v 644 MYMETA.yml</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
<para>
After the package has been installed, run the following command
as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ln -sv sgmlspl.pl /usr/bin/sgmlspl</userinput></screen>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<seglistitem>
<seg>
sgmlspl.pl, sgmlspl
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="sgmlspl.pl">
<term><command>sgmlspl.pl</command></term>
<listitem>
<para>
is an SGML processor.
</para>
<indexterm zone="perl-sgmlspm sgmlspl.pl">
<primary sortas="b-sgmlspl.pl">sgmlspl.pl</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="sgmlspl-prog">
<term><command>sgmlspl</command></term>
<listitem>
<para>
is a symbolic link used during the install of <xref
linkend="docbook-utils"/>.
</para>
<indexterm zone="perl-sgmlspm sgmlspl-prog">
<primary sortas="b-sgmlspl">sgmlspl</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>