Author: wblaszcz Date: 2010-01-13 20:58:01 -0700 (Wed, 13 Jan 2010) New Revision: 8215
Added: trunk/BOOK/general/genlib/libelf.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/enchant.xml trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/gnome/core/nautilus.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added new package, libelf-0.8.13 and minor ammendments to nautilus and enchant. Modified: trunk/BOOK/general/genlib/enchant.xml =================================================================== --- trunk/BOOK/general/genlib/enchant.xml 2010-01-13 10:06:06 UTC (rev 8214) +++ trunk/BOOK/general/genlib/enchant.xml 2010-01-14 03:58:01 UTC (rev 8215) @@ -5,7 +5,7 @@ %general-entities; <!ENTITY enchant-download-http "http://www.abisource.com/downloads/enchant/&enchant-version;/enchant-&enchant-version;.tar.gz"> - <!ENTITY enchant-download-ftp " "> + <!ENTITY enchant-download-ftp "ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/enchant-&enchant-version;.tar.gz"> <!ENTITY enchant-md5sum "7dfaed14e142b4a0004b770c9568ed02"> <!ENTITY enchant-size "579 KB"> <!ENTITY enchant-buildsize "13 MB"> Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2010-01-13 10:06:06 UTC (rev 8214) +++ trunk/BOOK/general/genlib/genlib.xml 2010-01-14 03:58:01 UTC (rev 8215) @@ -92,6 +92,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gir-repository.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libnotify.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libical.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libelf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libggz.xml"/> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/> --> Added: trunk/BOOK/general/genlib/libelf.xml =================================================================== --- trunk/BOOK/general/genlib/libelf.xml (rev 0) +++ trunk/BOOK/general/genlib/libelf.xml 2010-01-14 03:58:01 UTC (rev 8215) @@ -0,0 +1,115 @@ +<?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 libelf-download-http "http://www.mr511.de/software/libelf-&libelf-version;.tar.gz"> + <!ENTITY libelf-download-ftp " "> + <!ENTITY libelf-md5sum "4136d7b4c04df68b686570afa26988ac"> + <!ENTITY libelf-size "145 KB"> + <!ENTITY libelf-buildsize "3 MB"> + <!ENTITY libelf-time "0.1 SBU"> +]> + +<sect1 id="libelf" xreflabel="libelf-&libelf-version;"> + <?dbhtml filename="libelf.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>libelf-&libelf-version;</title> + + <indexterm zone="libelf"> + <primary sortas="a-libelf">libelf</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to libelf</title> + + <para>The <application>libelf</application> package is a object file access + library. It lets you read, modify or create ELF files in an + architecture-independent way.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&libelf-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&libelf-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &libelf-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &libelf-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &libelf-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &libelf-time;</para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/libelf"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of libelf</title> + + <para>Install <application>libelf</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </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>libelf.{so,a}</seg> + <seg>None</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libelf-lib"> + <term><filename class='libraryfile'>libelf.{so,a}</filename></term> + <listitem> + <para>contains the <application>libelf</application> API + functions.</para> + <indexterm zone="libelf libelf-lib"> + <primary sortas="c-libelf">libelf.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/genlib/libelf.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-01-13 10:06:06 UTC (rev 8214) +++ trunk/BOOK/general.ent 2010-01-14 03:58:01 UTC (rev 8215) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "13"> <!-- Always 2 digits --> +<!ENTITY day "14"> <!-- Always 2 digits --> <!ENTITY month "01"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> @@ -169,6 +169,7 @@ <!ENTITY gir-repository-version "0.6.5"> <!ENTITY libnotify-version "0.4.5"> <!ENTITY libical-version "0.43"> +<!ENTITY libelf-version "0.8.13"> <!ENTITY libggz-version "0.0.14.1"> <!-- Obsolete Modified: trunk/BOOK/gnome/core/nautilus.xml =================================================================== --- trunk/BOOK/gnome/core/nautilus.xml 2010-01-13 10:06:06 UTC (rev 8214) +++ trunk/BOOK/gnome/core/nautilus.xml 2010-01-14 03:58:01 UTC (rev 8215) @@ -63,7 +63,6 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="docbook-utils"/>, - <xref linkend="eel"/>, <ulink url="http://libopenraw.freedesktop.org/wiki/Exempi">Exempi</ulink>, <ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink>, <xref linkend="libexif"/>, Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-01-13 10:06:06 UTC (rev 8214) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-01-14 03:58:01 UTC (rev 8215) @@ -42,6 +42,16 @@ --> <listitem> + <para>January 14th, 2010</para> + <itemizedlist> + <listitem> + <para>[wblaszcz] - Added new package, libelf-0.8.13 and minor + ammendments to nautilus and enchant.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 13th, 2010</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
