Author: bdubbs
Date: Mon May 11 12:44:46 2020
New Revision: 23101

Log:
Archive gmime3

Added:
   trunk/BOOK/archive/gmime3.xml
      - copied unchanged from r23100, trunk/BOOK/general/genlib/gmime3.xml
Deleted:
   trunk/BOOK/general/genlib/gmime3.xml
Modified:
   trunk/BOOK/general/genlib/genlib.xml

Copied: trunk/BOOK/archive/gmime3.xml (from r23100, 
trunk/BOOK/general/genlib/gmime3.xml)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/archive/gmime3.xml       Mon May 11 12:44:46 2020        
(r23101, copy of r23100, trunk/BOOK/general/genlib/gmime3.xml)
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY gmime3-download-http 
"&gnome-download-http;/gmime/3.2/gmime-&gmime3-version;.tar.xz">
+  <!ENTITY gmime3-download-ftp  
"&gnome-download-ftp;/gmime/3.2/gmime-&gmime3-version;.tar.xz">
+  <!ENTITY gmime3-md5sum        "7ecd9aa75e0cd2e8668206b1d53df874">
+  <!ENTITY gmime3-size          "2.1 MB">
+  <!ENTITY gmime3-buildsize     "25 MB (with tests)">
+  <!ENTITY gmime3-time          "0.3 SBU (with tests)">
+]>
+
+<sect1 id="gmime3" xreflabel="GMime-&gmime3-version;">
+  <?dbhtml filename="gmime3.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>GMime-&gmime3-version;</title>
+
+  <indexterm zone="gmime3">
+    <primary sortas="a-GMime-3">GMime 3</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to GMime</title>
+
+    <para>
+      The <application>GMime</application> package contains a set of
+      utilities for parsing and creating messages using the Multipurpose
+      Internet Mail Extension (MIME) as defined by the applicable RFCs. See the
+      <ulink url="http://spruce.sourceforge.net/gmime/";>GMime web site</ulink>
+      for the RFCs resourced. This is useful as it provides an API which 
adheres
+      to the MIME specification as closely as possible while also providing
+      programmers with an extremely easy to use interface to the API functions.
+    </para>
+
+    &lfs91_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&gmime3-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&gmime3-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &gmime3-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &gmime3-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &gmime3-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &gmime3-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">GMime Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="glib2"/> and
+      <xref linkend="libgpg-error"/>
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/> and 
+      <xref linkend="libidn2"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="docbook-utils"/>,
+      <xref linkend="gpgme"/>,
+      <xref linkend="gtk-doc"/>,
+      <xref linkend="vala"/>, and 
+      <ulink 
url="http://download.mono-project.com/sources/gtk-sharp/";>Gtk#</ulink> (requires
+      <ulink url="http://www.mono-project.com/Main_Page";>Mono</ulink>)
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/gmime"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of GMime</title>
+
+    <para>
+      Install <application>GMime</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      To test the results, issue: <command>make check</command>.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          None
+        </seg>
+        <seg>
+          libgmime-3.0.so
+        </seg>
+        <seg>
+          /usr/include/gmime-3.0 and
+          /usr/share/gtk-doc/html/gmime-3.0
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libgmime-3">
+        <term><filename class="libraryfile">libgmime-3.0.so</filename></term>
+        <listitem>
+          <para>
+            contains API functions used by programs that need to comply to
+            the MIME standards.
+          </para>
+          <indexterm zone="gmime libgmime-3">
+            <primary sortas="c-libgmime-3">libgmime-3.0.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: trunk/BOOK/general/genlib/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml        Mon May 11 12:42:20 2020        
(r23100)
+++ trunk/BOOK/general/genlib/genlib.xml        Mon May 11 12:44:46 2020        
(r23101)
@@ -72,7 +72,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="glib2.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="glibmm.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gmime.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gmime3.xml"/>
+<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gmime3.xml"/> -->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gobject-introspection.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="grantlee.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gsl.xml"/>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to