source: general/genlib/gmime.xml@ 981d037

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 981d037 was 981d037, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to GMime-2.2.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6160 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.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 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 "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/gmime-&gmime-version;.tar.gz"> -->
10 <!ENTITY gmime-md5sum "e9b07d187270dee4c30b1fe8392f396b">
11 <!ENTITY gmime-size "926 KB">
12 <!ENTITY gmime-buildsize "18.7 MB">
13 <!ENTITY gmime-time "0.4 SBU">
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"><ulink url="http://go-mono.com/sources/">Gtk#</ulink>
71 (requires a .NET framework:
72 <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink> or
73 <ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU
74 Portable.NET</ulink>)</para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/gmime"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GMime</title>
83
84 <para>Install <application>GMime</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite that provides meaningful
91 results.</para>
92
93 <para>This package will overwrite the <command>uudecode</command> and
94 <command>uuencode</command> programs installed by the
95 <application>sharutils</application> package (or any other package that
96 may install these programs) if they exist in
97 <filename class='directory'>/usr/bin</filename>. If you wish to preserve
98 the existing programs, ensure you rename them before issuing the following
99 commands.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install &amp;&amp;
104install -v -m755 -d \
105 /usr/share/doc/gmime-&gmime-version;/{tutorial,examples,tests} &amp;&amp;
106install -v -m644 README /usr/share/doc/gmime-&gmime-version; &amp;&amp;
107install -v -m644 examples/{README,{basic,imap}-example.c} \
108 /usr/share/doc/gmime-&gmime-version;/examples &amp;&amp;
109install -v -m755 examples/{basic,imap}-example \
110 /usr/share/doc/gmime-&gmime-version;/examples &amp;&amp;
111install -v -m644 tests/test-{best,html,iconv,mbox,mime,parser}.c \
112 tests/test{-{partial,pgp{,mime},streams}.c,?.eml} \
113 /usr/share/doc/gmime-&gmime-version;/tests &amp;&amp;
114install -v -m755 tests/test-{best,html,iconv,mbox,mime,parser} \
115 tests/test-{partial,pgp{,mime},streams} \
116 /usr/share/doc/gmime-&gmime-version;/tests &amp;&amp;
117cp -v -R docs/tutorial/html/* /usr/share/doc/gmime-&gmime-version;/tutorial</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>gmime-config, uudecode and uuencode</seg>
131 <seg>libgmime-2.0.{so,a} and optionally,
132 <application>Mono</application> bindings</seg>
133 <seg>/usr/include/gmime-2.0, /usr/lib/mono/gac/gmime-sharp,
134 /usr/lib/mono/gmime-sharp,
135 /usr/share/doc/gmime-&gmime-version; and
136 /usr/share/gtk-doc/html/gmime</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gmime-config">
146 <term><command>gmime-config</command></term>
147 <listitem>
148 <para>is used to gather information about how and where
149 <application>GMime</application> was installed. It is typically
150 used by other programs seeking to link to the
151 <application>GMime</application> library.</para>
152 <indexterm zone="gmime gmime-config">
153 <primary sortas="b-gmime-config">gmime-config</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="uudecode">
159 <term><command>uudecode</command></term>
160 <listitem>
161 <para>is used to decode files or data encoded with
162 <command>uuencode</command>.</para>
163 <indexterm zone="gmime uudecode">
164 <primary sortas="b-uudecode">uudecode</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="uuencode">
170 <term><command>uuencode</command></term>
171 <listitem>
172 <para>is a method of encoding binary data into 7-bit ASCII
173 data.</para>
174 <indexterm zone="gmime uuencode">
175 <primary sortas="b-uuencode">uuencode</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180
181 <varlistentry id="libgmime-2.0">
182 <term><filename class='libraryfile'>libgmime-2.0.{so,a}</filename></term>
183 <listitem>
184 <para>contains API functions used by programs that need to adhere to
185 the MIME standards.</para>
186 <indexterm zone="gmime libgmime-2.0">
187 <primary sortas="c-libgmime-2.0">libgmime-2.0.{so,a}</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.