source: general/genlib/gmime.xml@ f77b0b9

6.3 6.3-rc3
Last change on this file since f77b0b9 was d42aa42, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated to GMime-2.2.10

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

  • Property mode set to 100644
File size: 7.2 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 gmime-download-http "http://spruce.sourceforge.net/gmime/sources/v2.2/gmime-&gmime-version;.tar.gz">
8 <!ENTITY gmime-download-ftp " ">
9 <!-- <!ENTITY gmime-download-ftp "&gentoo-ftp-repo;/gmime-&gmime-version;.tar.gz"> -->
10 <!ENTITY gmime-md5sum "6b5be6a0d4d9380fd0491ad2536c4087">
11 <!ENTITY gmime-size "947 KB">
12 <!ENTITY gmime-buildsize "21 MB">
13 <!ENTITY gmime-time "0.4 SBU (includes building the Mono bindings)">
14]>
15
16<sect1 id="gmime" xreflabel="GMime-&gmime-version;">
17 <?dbhtml filename="gmime.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GMime-&gmime-version;</title>
25
26 <indexterm zone="gmime">
27 <primary sortas="a-GMime">GMime</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GMime</title>
32
33 <para>The <application>GMime</application> package contains a set of
34 utilities for parsing and creating messages using the Multipurpose
35 Internet Mail Extension (MIME) as defined by the applicable RFCs. See the
36 <ulink url="http://spruce.sourceforge.net/gmime/">GMime web site</ulink>
37 for the RFCs resourced. This is useful as it provides an API which adheres
38 to the MIME specification as closely as possible while also providing
39 programmers with an extremely easy to use interface to the API
40 functions.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gmime-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gmime-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gmime-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gmime-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gmime-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gmime-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">GMime Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required"><xref linkend="glib2"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="gtk-doc"/> and
71 <ulink url="http://go-mono.com/sources/">Gtk#</ulink> (requires
72 <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>)</para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gmime"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of GMime</title>
81
82 <para>Install <application>GMime</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
88 <para>If you have <xref linkend="docbook-utils"/> installed and you wish
89 to generate the API tutorials, issue the following commands:</para>
90
91<screen><userinput>cd docs/tutorial &amp;&amp;
92docbook2html --nochunks gmime-tut.sgml &amp;&amp;
93docbook2pdf gmime-tut.sgml &amp;&amp;
94docbook2ps gmime-tut.sgml &amp;&amp;
95docbook2txt gmime-tut.sgml &amp;&amp;
96cd ../..</userinput></screen>
97
98 <para>To test the results, issue <command>make check</command>. Note that
99 some tests may fail because the corresponding sub-system is not installed
100 or configured properly.</para>
101
102 <para>This package will overwrite the <command>uudecode</command> and
103 <command>uuencode</command> programs installed by the
104 <application>sharutils</application> package (or any other package that
105 may install these programs) if they exist in
106 <filename class='directory'>/usr/bin</filename>. If you wish to preserve
107 the existing programs, ensure you rename them before issuing the following
108 commands.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install &amp;&amp;
113install -v -m755 -d /usr/share/doc/gmime-&gmime-version; &amp;&amp;
114install -v -m644 README docs{,/tutorial}/gmime* \
115 /usr/share/doc/gmime-&gmime-version;</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>gmime-config, uudecode and uuencode</seg>
137 <seg>libgmime-2.0.{so,a} and optionally,
138 <application>Mono</application> bindings</seg>
139 <seg>/usr/include/gmime-2.0, /usr/lib/mono/gac/gmime-sharp,
140 /usr/lib/mono/gmime-sharp,
141 /usr/share/doc/gmime-&gmime-version; and
142 /usr/share/gtk-doc/html/gmime</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="gmime-config">
152 <term><command>gmime-config</command></term>
153 <listitem>
154 <para>is used to gather information about how and where
155 <application>GMime</application> was installed. It is typically
156 used by other programs seeking to link to the
157 <application>GMime</application> library.</para>
158 <indexterm zone="gmime gmime-config">
159 <primary sortas="b-gmime-config">gmime-config</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="uudecode">
165 <term><command>uudecode</command></term>
166 <listitem>
167 <para>is used to decode files or data encoded with
168 <command>uuencode</command>.</para>
169 <indexterm zone="gmime uudecode">
170 <primary sortas="b-uudecode">uudecode</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="uuencode">
176 <term><command>uuencode</command></term>
177 <listitem>
178 <para>is a method of encoding binary data into 7-bit ASCII
179 data.</para>
180 <indexterm zone="gmime uuencode">
181 <primary sortas="b-uuencode">uuencode</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186
187 <varlistentry id="libgmime-2.0">
188 <term><filename class='libraryfile'>libgmime-2.0.{so,a}</filename></term>
189 <listitem>
190 <para>contains API functions used by programs that need to adhere to
191 the MIME standards.</para>
192 <indexterm zone="gmime libgmime-2.0">
193 <primary sortas="c-libgmime-2.0">libgmime-2.0.{so,a}</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.