glfs/general/genlib/gamin.xml
DJ Lucas 52f6fa31a9 check in skipped edit for gamin
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7231 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-03-10 03:43:40 +00:00

168 lines
5.5 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 gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
<!ENTITY gamin-download-ftp "&gentoo-ftp-repo;/gamin-&gamin-version;.tar.gz">
<!ENTITY gamin-md5sum "2d3a6a70df090ed923238e381e6c2982">
<!ENTITY gamin-size "632 KB">
<!ENTITY gamin-buildsize "6 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>
</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),
-->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gamin"/></para>
</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>. Note
that some tests may display errors.</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>