source: general/genlib/gmime.xml@ e3dcc43

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 e3dcc43 was 7267b515, checked in by Krejzi <krejzi@…>, 12 years ago

gmime todo

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

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