source: general/genlib/gamin.xml@ 1039de3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

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

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