source: general/genlib/gamin.xml@ f77b0b9

6.3 6.3-rc3
Last change on this file since f77b0b9 was 52f6fa3, checked in by DJ Lucas <dj@…>, 16 years ago

check in skipped edit for gamin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7231 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
8 <!ENTITY gamin-download-ftp "&gentoo-ftp-repo;/gamin-&gamin-version;.tar.gz">
9 <!ENTITY gamin-md5sum "2d3a6a70df090ed923238e381e6c2982">
10 <!ENTITY gamin-size "632 KB">
11 <!ENTITY gamin-buildsize "6 MB">
12 <!ENTITY gamin-time "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)">
13]>
14
15<sect1 id="gamin" xreflabel="Gamin-&gamin-version;">
16 <?dbhtml filename="gamin.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gamin-&gamin-version;</title>
24
25 <sect2 role="package">
26 <title>Introduction to Gamin</title>
27
28 <para>The <application>Gamin</application> package contains a
29 File Alteration Monitor which is useful for notifying applications of
30 changes to the file system. Gamin is compatible with <ulink
31 url="http://oss.sgi.com/projects/fam/">FAM</ulink>.</para>
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&gamin-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&gamin-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &gamin-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &gamin-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &gamin-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &gamin-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">Gamin Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
58 <para role="required"><xref linkend="glib2"/></para>
59
60 <bridgehead renderas="sect4">Optional</bridgehead>
61 <para role="optional"><xref linkend="python"/></para>
62
63 <!-- Though configure mentions these two packages, the build
64 system can and does absolutely nothing with them. Commenting
65 them out for now, as they cannot be used
66 <xref linkend="gtk-doc"/> (for building API documentation),
67 <xref linkend="doxygen"/> (for building documentation),
68 -->
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/gamin"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of Gamin</title>
77
78 <para>Install <application>Gamin</application> by running the
79 following commands:</para>
80
81<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
82make</userinput></screen>
83
84 <para>To test the results, issue: <command>make check</command>. Note
85 that some tests may display errors.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install &amp;&amp;
90install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &amp;&amp;
91install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="configuration">
96 <title>Configuring Gamin</title>
97
98 <sect3>
99 <title>Configuration Information</title>
100
101 <para>No configuration is generally required and the default options
102 should work for most users. See
103 <ulink url="http://www.gnome.org/~veillard/gamin/config.html"/> for
104 details.</para>
105
106 </sect3>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Program</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directory</segtitle>
117
118 <seglistitem>
119 <seg>gam_server</seg>
120 <seg>libfam.{so,a}, libgamin-1.{so,a}, libgamin_shared.a and
121 optionally, <application>Python</application> _gamin.{so,a}
122 module</seg>
123 <seg>/usr/share/doc/gamin-&gamin-version;</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="gam_server">
133 <term><command>gam_server</command></term>
134 <listitem>
135 <para>is the file alteration monitor daemon that is started on demand
136 for each user.</para>
137 <indexterm zone="gamin gam_server">
138 <primary sortas="b-gam_server">gam_server</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="libgamin">
144 <term><filename class='libraryfile'>libgamin.{so,a}</filename></term>
145 <listitem>
146 <para>contains functions that support the file allocation monitor.</para>
147 <indexterm zone="gamin libgamin">
148 <primary sortas="c-libgamin">libgamin.{so,a}</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="libfam">
154 <term><filename class='libraryfile'>libfam.{so,a}</filename></term>
155 <listitem>
156 <para>contains functions that provide compatibility with FAM.</para>
157 <indexterm zone="gamin libfam">
158 <primary sortas="c-libfam">libfam.{so,a}</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.