diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-27 02:43:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-27 02:43:47 +0000 |
commit | bafa318886a5f8e9a7f34b3cadb1acab80d6cb29 (patch) | |
tree | eb04e3469de201560aeaaca345a4f16db77ac68d /chapter06 | |
parent | 9c6887dc792d1d34f945034042232c31e689a003 (diff) |
Added expat-2.1.0.
Added gperf-3.0.4.
Added intltool-0.50.2.
Added XML::Parser-2.42_01.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 15 | ||||
-rw-r--r-- | chapter06/eudev.xml | 1 | ||||
-rw-r--r-- | chapter06/expat.xml | 112 | ||||
-rw-r--r-- | chapter06/gperf.xml | 91 | ||||
-rw-r--r-- | chapter06/intltool.xml | 137 | ||||
-rw-r--r-- | chapter06/sysvinit-header.xml | 15 | ||||
-rw-r--r-- | chapter06/xml-parser.xml | 92 |
7 files changed, 462 insertions, 1 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 170f09efe..a1e22ad23 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -49,14 +49,25 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtool.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/> @@ -69,6 +80,10 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/> + + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit-header.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/> diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 4525f3579..4ca6d0183 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -74,7 +74,6 @@ BLKID_LIBS='-L/tools/lib -lblkid' \ will also be used as a part of installation:</para> <screen><userinput remap="install">mkdir -pv /lib/{firmware,udev/devices/pts} -mkdir -pv /lib/firmware mkdir -pv /lib/udev/rules.d mkdir -pv /etc/udev/rules.d</userinput></screen> diff --git a/chapter06/expat.xml b/chapter06/expat.xml new file mode 100644 index 000000000..6e3fefa60 --- /dev/null +++ b/chapter06/expat.xml @@ -0,0 +1,112 @@ +<?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; +]> + +<sect1 id="ch-system-expat" role="wrap"> + <?dbhtml filename="expat.html"?> + + <sect1info condition="script"> + <productname>expat</productname> + <productnumber>&expat-version;</productnumber> + <address>&expat-url;</address> + </sect1info> + + <title>Expat-&expat-version;</title> + + <indexterm zone="ch-system-expat"> + <primary sortas="a-Expat">Expat</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>The Expat package contains a stream oriented C library for + parsing XML.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&expat-ch6-sbu;</seg> + <seg>&expat-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Expat</title> + + <para>Prepare Expat for compilation:</para> + +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install</userinput></screen> + + <para>If desired, install the documentation:</para> + +<screen><userinput remap="install">install -v -dm755 /usr/share/doc/expat-&expat-version; +install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen> + + </sect2> + + <sect2 id="contents-expat" role="content"> + <title>Contents of Expat</title> + + <segmentedlist> + <segtitle>Installed program</segtitle> + <segtitle>Installed libraries</segtitle> + <segtitle>Installed directory</segtitle> + + <seglistitem> + <seg>xmlwf</seg> + <seg>libexpat.{a,so}</seg> + <seg>/usr/share/doc/expat-&expat-version;</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="xmlwf"> + <term><command>xmlwf </command></term> + <listitem> + <para>is a non-validating utility to check whether or not + XML documents are well formed.</para> + <indexterm zone="ch-system-expat xmlwf"> + <primary sortas="b-xmlwf">xmlwf</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libexpat"> + <term><filename class="libraryfile">libexpat</filename></term> + <listitem> + <para> contains API functions for parsing XML.</para> + <indexterm zone="ch-system-expat libexpat"> + <primary sortas="c-libexpat">libexpat</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> diff --git a/chapter06/gperf.xml b/chapter06/gperf.xml new file mode 100644 index 000000000..92dd637c7 --- /dev/null +++ b/chapter06/gperf.xml @@ -0,0 +1,91 @@ +<?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; +]> + +<sect1 id="ch-system-gperf" role="wrap"> + <?dbhtml filename="gperf.html"?> + + <sect1info condition="script"> + <productname>gperf</productname> + <productnumber>&gperf-version;</productnumber> + <address>&gperf-url;</address> + </sect1info> + + <title>Gperf-&gperf-version;</title> + + <indexterm zone="ch-system-gperf"> + <primary sortas="a-Gperf">Gperf</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>Gperf generates a perfect hash function from a key set.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&gperf-ch6-sbu;</seg> + <seg>&gperf-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Gperf</title> + + <para>Prepare Gperf for compilation:</para> + +<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/gperf-&gperf-version;</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install</userinput></screen> + + </sect2> + + <sect2 id="contents-gperf" role="content"> + <title>Contents of Gperf</title> + + <segmentedlist> + <segtitle>Installed programs</segtitle> + + <seglistitem> + <seg>gperf</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="gperf"> + <term><command>gperf</command></term> + <listitem> + <para>Generates a perfect hash from a key set</para> + <indexterm zone="ch-system-gperf gperf"> + <primary sortas="b-gperf">gperf</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> diff --git a/chapter06/intltool.xml b/chapter06/intltool.xml new file mode 100644 index 000000000..4eea82d0b --- /dev/null +++ b/chapter06/intltool.xml @@ -0,0 +1,137 @@ +<?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; +]> + +<sect1 id="ch-system-intltool" role="wrap"> + <?dbhtml filename="intltool.html"?> + + <sect1info condition="script"> + <productname>intltool</productname> + <productnumber>&intltool-version;</productnumber> + <address>&intltool-url;</address> + </sect1info> + + <title>Intltool-&intltool-version;</title> + + <indexterm zone="ch-system-intltool"> + <primary sortas="a-Intltool">Intltool</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>The Intltool is an internationalization tool used for extracting + translatable strings from source files.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&intltool-ch6-sbu;</seg> + <seg>&intltool-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Intltool</title> + + <para>Prepare Intltool for compilation:</para> + +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install +install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput></screen> + + </sect2> + + <sect2 id="contents-intltool" role="content"> + <title>Contents of Intltool</title> + + <segmentedlist> + <segtitle>Installed program</segtitle> + <segtitle>Installed directories</segtitle> + + <seglistitem> + <seg>intltool-extract, intltool-merge, intltool-prepare, + intltool-update, and intltoolize</seg> + <seg>/usr/share/doc/intltool-&intltool-version;, + /usr/share/intltool</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="intltoolize"> + <term><command>intltoolize</command></term> + <listitem> + <para>Prepares a package to use intltool.</para> + <indexterm zone="ch-system-intltool intltoolize"> + <primary sortas="b-intltoolize">intltoolize</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-extract"> + <term><command>intltool-extract</command></term> + <listitem> + <para>Generates header files that can be read by <command>gettext</command>.</para> + <indexterm zone="ch-system-intltool intltool-extract"> + <primary sortas="b-intltool-extract">intltool-extract</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-merge"> + <term><command>intltool-merge</command></term> + <listitem> + <para>Merges translated strings into various file types.</para> + <indexterm zone="ch-system-intltool intltool-merge"> + <primary sortas="b-intltool-merge">intltool-merge</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-prepare"> + <term><command>intltool-prepare</command></term> + <listitem> + <para>Updates pot files and merges them with translation files.</para> + <indexterm zone="ch-system-intltool intltool-prepare"> + <primary sortas="b-intltool-prepare">intltool-prepare</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="intltool-update"> + <term><command>intltool-update</command></term> + <listitem> + <para>Updates the po template files and merges them with the translations.</para> + <indexterm zone="ch-system-intltool intltool-update"> + <primary sortas="b-intltool-update">intltool-update</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> diff --git a/chapter06/sysvinit-header.xml b/chapter06/sysvinit-header.xml new file mode 100644 index 000000000..e42fad79e --- /dev/null +++ b/chapter06/sysvinit-header.xml @@ -0,0 +1,15 @@ +<?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"> + +<sect1 role="dummy"> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>System V</title> + <para/> +</sect1> + diff --git a/chapter06/xml-parser.xml b/chapter06/xml-parser.xml new file mode 100644 index 000000000..8a5e5b917 --- /dev/null +++ b/chapter06/xml-parser.xml @@ -0,0 +1,92 @@ +<?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; +]> + +<sect1 id="ch-system-xml-parser" role="wrap"> + <?dbhtml filename="xml-parser.html"?> + + <sect1info condition="script"> + <productname>xml-parser</productname> + <productnumber>&xml-parser-version;</productnumber> + <address>&xml-parser-url;</address> + </sect1info> + + <title>XML::Parser-&xml-parser-version;</title> + + <indexterm zone="ch-system-xml-parser"> + <primary sortas="a-Xml-Parser">XML::Parser</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>The XML::Parser module is a Perl interface to James Clark's + XML parser, Expat.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&xml-parser-ch6-sbu;</seg> + <seg>&xml-parser-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of XML::Parser</title> + + <para>Prepare XML::Parser for compilation:</para> + +<screen><userinput remap="configure">perl Makefile.PL</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput remap="make">make</userinput></screen> + + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make test</userinput></screen> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install</userinput></screen> + + </sect2> + + <sect2 id="contents-xml-parser" role="content"> + <title>Contents of XML::Parser</title> + + <segmentedlist> + <segtitle>Installed module</segtitle> + + <seglistitem> + <seg>Expat.so</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="Expat"> + <term><filename class="libraryfile">Expat.so</filename></term> + <listitem> + <para>provides the Perl Expat interface.</para> + <indexterm zone="ch-system-xml-parser Expat"> + <primary sortas="c-Expat">Expat</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> |