glfs/general/genlib/gamin.xml
Randy McMurchy 6473e745fe Removed excess EOL whitespace from all package instructions except for the 'x' chapters
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5726 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-03-15 15:00:51 +00:00

168 lines
5.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
<!ENTITY gamin-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/gamin-&gamin-version;.tar.gz">
<!ENTITY gamin-md5sum "1a1991ffa749b7dc2cc0573d6a2867b8">
<!ENTITY gamin-size "542 KB">
<!ENTITY gamin-buildsize "5.7 MB">
<!ENTITY gamin-time "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)">
]>
<sect1 id="gamin" xreflabel="Gamin-&gamin-version;">
<?dbhtml filename="gamin.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">gamin-&gamin-version;.tar</keyword>
<keyword role="ftpdir">gamin</keyword>
</keywordset>
</sect1info>
<title>Gamin-&gamin-version;</title>
<sect2 role="package">
<title>Introduction to Gamin</title>
<para>The <application>Gamin</application> package contains a
File Alteration Monitor which is useful for notifying applications of
changes to the file system. Gamin is compatible with <ulink
url="http://oss.sgi.com/projects/fam/">FAM</ulink>.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gamin-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gamin-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gamin-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gamin-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gamin-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gamin-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Gamin Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="glib2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="python"/></para>
<!-- Though configure mentions these two packages, the build
system can and does absolutely nothing with them. Commenting
them out for now, as they cannot be used
<xref linkend="gtk-doc"/> (for building API documentation),
<xref linkend="doxygen"/> (for building documentation),
-->
</sect2>
<sect2 role="installation">
<title>Installation of Gamin</title>
<para>Install <application>Gamin</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &amp;&amp;
install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</userinput></screen>
</sect2>
<sect2 role="configuration">
<title>Configuring Gamin</title>
<sect3>
<title>Configuration Information</title>
<para>No configuration is generally required and the default options
should work for most users. See
<ulink url="http://www.gnome.org/~veillard/gamin/config.html"/> for
details.</para>
</sect3>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>gam_server</seg>
<seg>libfam.[so,a], libgamin-1.[so,a], libgamin_shared.a and
optionally, <application>Python</application> _gamin.[so,a]
module</seg>
<seg>/usr/share/doc/gamin-&gamin-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gam_server">
<term><command>gam_server</command></term>
<listitem>
<para>is the file alteration monitor daemon that is started on demand
for each user.</para>
<indexterm zone="gamin gam_server">
<primary sortas="b-gam_server">gam_server</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgamin">
<term><filename class='libraryfile'>libgamin.[so,a]</filename></term>
<listitem>
<para>contains functions that support the file allocation monitor.</para>
<indexterm zone="gamin libgamin">
<primary sortas="c-libgamin">libgamin.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libfam">
<term><filename class='libraryfile'>libfam.[so,a]</filename></term>
<listitem>
<para>contains functions that provide compatibility with FAM.</para>
<indexterm zone="gamin libfam">
<primary sortas="c-libfam">libfam.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>