mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
119 lines
3.3 KiB
XML
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>
|
|
|
|
&lfs120_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>
|