Replaced FAM with Gamin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5152 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2005-10-08 23:03:15 +00:00
parent 829c219102
commit b7ea972587
9 changed files with 172 additions and 7 deletions

View File

@ -70,7 +70,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="pkgconfig"/>,
<xref linkend="fam"/>,
<xref linkend="gamin"/>,
<xref linkend="db"/>,
<xref linkend="Linux_PAM"/>,
<xref linkend="tcl"/>,

View File

@ -68,7 +68,8 @@
<!ENTITY pcre-version "6.2">
<!ENTITY popt-version "1.7">
<!ENTITY slang-version "2.0.4">
<!ENTITY fam-version "2.7.0">
<!-- <!ENTITY fam-version "2.7.0"> -->
<!ENTITY gamin-version "0.1.6">
<!ENTITY libxml-version "1.8.17">
<!ENTITY libxml2-version "2.6.22">
<!ENTITY libxslt-version "1.1.15">

154
general/genlib/gamin.xml Normal file
View File

@ -0,0 +1,154 @@
<?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 "">
<!ENTITY gamin-md5sum "1db7eef6d73fba604efcc370352ad2c4">
<!ENTITY gamin-size "373 KB">
<!ENTITY gamin-buildsize "4.0 MB">
<!ENTITY gamin-time "0.08 SBU">
]>
<sect1 id="gamin" xreflabel="Gamin-&gamin-version;">
<?dbhtml filename="gamin.html"?>
<sect1info>
<othername>$LastChangedBy: randy $</othername>
<date>$Date: 2005-07-27 11:35:22 -0500 (Wed, 27 Jul 2005) $</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><xref linkend="glib2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="gtk-doc"/> (for building API documentation),
<xref linkend="doxygen"/> (for building documentation),
<xref linkend="python"/></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>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gam_server</seg>
<seg>libfam.[so,a], libgamin.[so,a]</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="famd">
<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 gamin_server">
<primary sortas="b-gamin_server">gamin_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>

View File

@ -41,7 +41,8 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pcre.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="popt.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slang.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fam.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fam.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gamin.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/>

View File

@ -75,7 +75,7 @@
<bridgehead renderas="sect4">Optional System Utilities and Libraries</bridgehead>
<para><xref linkend="libxml2"/>,
<xref linkend="libxslt"/>,
<xref linkend="fam"/>,
<xref linkend="gamin"/>,
<xref linkend="gmp"/>,
<xref linkend="pcre"/>,
<xref linkend="aspell"/>,

View File

@ -76,7 +76,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="samba3"/>,
<xref linkend="cdparanoia"/>,
<xref linkend="fam"/>,
<xref linkend="gamin"/>,
<xref linkend="hal"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="openssh"/>,

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>October 8th, 2005</para>
<itemizedlist>
<listitem>
<para>[tushar] - Replaced FAM with Gamin.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 6th, 2005</para>
<itemizedlist>

View File

@ -67,7 +67,7 @@
<xref linkend="libxml2"/>,
<xref linkend="libxslt"/>,
<xref linkend="pcre"/>,
<xref linkend="fam"/>,
<xref linkend="gamin"/>,
<xref linkend="openssl"/>, and
<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink></para>

View File

@ -67,7 +67,7 @@
<para><xref linkend="mysql"/> or <xref linkend="postgresql"/>,
<xref linkend="Linux_PAM"/>,
<xref linkend="openssl"/>,
<xref linkend="fam"/>,
<xref linkend="gamin"/>,
<xref linkend="openldap"/>,
<xref linkend="apache"/>,
<xref linkend="ispell"/> or <xref linkend="aspell"/>,