Author: ken
Date: Tue Sep 11 17:37:27 2018
New Revision: 20494
Log:
perl modules branch: add the sgmlspm file, also error which is ready to go.
Added:
branches/perl-modules/general/prog/perl-modules/perl-error.xml (contents,
props changed)
branches/perl-modules/general/prog/perl-modules/perl-sgmlspm.xml
(contents, props changed)
Modified:
branches/perl-modules/general/prog/git.xml
branches/perl-modules/general/prog/new-perl-modules.xml
Modified: branches/perl-modules/general/prog/git.xml
==============================================================================
--- branches/perl-modules/general/prog/git.xml Tue Sep 11 09:18:45 2018
(r20493)
+++ branches/perl-modules/general/prog/git.xml Tue Sep 11 17:37:27 2018
(r20494)
@@ -109,7 +109,7 @@
<para role="recommended">
<xref linkend="curl"/> (needed to use <application>Git</application>
over http,
https, ftp or ftps),
- <xref linkend="perl-error"/>, and
+ <xref linkend="new-perl-error"/>, and
<xref linkend="python2"/>
</para>
Modified: branches/perl-modules/general/prog/new-perl-modules.xml
==============================================================================
--- branches/perl-modules/general/prog/new-perl-modules.xml Tue Sep 11
09:18:45 2018 (r20493)
+++ branches/perl-modules/general/prog/new-perl-modules.xml Tue Sep 11
17:37:27 2018 (r20494)
@@ -98,6 +98,11 @@
</listitem>
<listitem>
<para>
+ <xref linkend="new-perl-error"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<xref linkend="new-perl-module-build"/>
</para>
</listitem>
@@ -120,7 +125,7 @@
</itemizedlist>
</sect2>
- <!-- and keep these i nthe same order as above -->
+ <!-- and keep these in the same order as above -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="perl-modules/perl-archive-zip.xml"/>
@@ -131,6 +136,9 @@
href="perl-modules/perl-business-issn.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="perl-modules/perl-error.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="perl-modules/perl-module-build.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Added: branches/perl-modules/general/prog/perl-modules/perl-error.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/perl-modules/general/prog/perl-modules/perl-error.xml Tue Sep
11 17:37:27 2018 (r20494)
@@ -0,0 +1,57 @@
+<?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/S/SH/SHLOMIF/Error-&Error-version;.tar.gz">
+ <!ENTITY my-md5sum "0dcd94640f617df02b6d6c1e4e92018c">
+
+]>
+
+ <!-- Begin Error -->
+ <sect2 id="new-perl-error" xreflabel="Error-&Error-version;">
+
+ <title>Error-&Error-version;</title>
+
+ <indexterm zone="new-perl-error">
+ <primary sortas="a-Error">Error</primary>
+ </indexterm>
+
+ <sect3 role="package">
+ <title>Introduction to Error</title>
+
+ <para>
+ The Error module provides Error/exception handling in an
+ object-oriented way.
+ </para>
+
+ &lfs83_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 Error</title>
+
+<!-- Any specific action for the module (patches, etc) should come first -->
+<!-- If the module uses standard installation instructions: -->
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../../xincludes/perl-standard-install.xml"/>
+
+ </sect3>
+
+ </sect2>
Added: branches/perl-modules/general/prog/perl-modules/perl-sgmlspm.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/perl-modules/general/prog/perl-modules/perl-sgmlspm.xml Tue Sep
11 17:37:27 2018 (r20494)
@@ -0,0 +1,118 @@
+<?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="new-perl-sgmlspm" xreflabel="SGMLSpm-&SGMLSpm-version;">
+
+ <title>SGMLSpm-&SGMLSpm-version;</title>
+
+ <indexterm zone="new-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>
+
+ &lfs83_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="new-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="new-perl-sgmlspm sgmlspl-prog">
+ <primary sortas="b-sgmlspl">sgmlspl</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect3>
+
+ </sect2>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page