Author: randy Date: 2009-07-21 09:47:24 -0600 (Tue, 21 Jul 2009) New Revision: 7855
Added: trunk/BOOK/general/genlib/libunique.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/introduction/welcome/credits.xml Log: Added new package libunique-1.0.8, thanks to Wayne Blaszczyk for contributing the patch Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2009-07-21 10:55:19 UTC (rev 7854) +++ trunk/BOOK/general/genlib/genlib.xml 2009-07-21 15:47:24 UTC (rev 7855) @@ -79,6 +79,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libksba.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mowgli.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mcs.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libunique.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="liboil.xml"/> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/> --> Added: trunk/BOOK/general/genlib/libunique.xml =================================================================== --- trunk/BOOK/general/genlib/libunique.xml (rev 0) +++ trunk/BOOK/general/genlib/libunique.xml 2009-07-21 15:47:24 UTC (rev 7855) @@ -0,0 +1,126 @@ +<?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 libunique-download-http "&gnome-download-http;/libunique/1.0/libunique-&libunique-version;.tar.bz2"> + <!ENTITY libunique-download-ftp "&gnome-download-ftp;/libunique/1.0/libunique-&libunique-version;.tar.bz2"> + <!ENTITY libunique-md5sum "02b9e41c70ca738e1aa914f400fc1f05"> + <!ENTITY libunique-size "320 KB"> + <!ENTITY libunique-buildsize "3.9 MB"> + <!ENTITY libunique-time "0.2 SBU"> +]> + +<sect1 id="libunique" xreflabel="libunique-&libunique-version;"> + <?dbhtml filename="libunique.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>libunique-&libunique-version;</title> + + <indexterm zone="libunique"> + <primary sortas="a-libunique">libunique</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to libunique</title> + + <para>The <application>libunique</application> package contains a + library for writing single instance applications.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&libunique-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&libunique-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &libunique-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &libunique-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &libunique-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &libunique-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">libunique Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="gtk2"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/libunique"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of libunique</title> + + <para>Install <application>libunique</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="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2003/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>libunique-1.0{so,a}</seg> + <seg>/usr/share/gtk-doc/html/unique, and /usr/include/unique-1.0/unique</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libunique-1.0"> + <term><filename class='libraryfile'>libunique-1.0.{so,a}</filename></term> + <listitem> + <para>contains the libunique API functions for single instance support.</para> + <indexterm zone="libunique libunique-1.0"> + <primary sortas="c-libunique-1.0">libunique-1.0.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/genlib/libunique.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-07-21 10:55:19 UTC (rev 7854) +++ trunk/BOOK/general.ent 2009-07-21 15:47:24 UTC (rev 7855) @@ -136,6 +136,7 @@ <!ENTITY libksba-version "1.0.2"> <!ENTITY libmowgli-version "0.7.0"> <!ENTITY libmcs-version "0.7.1"> +<!ENTITY libunique-version "1.0.8"> <!ENTITY liboil-version "0.3.16"> <!-- Obsolete Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-21 10:55:19 UTC (rev 7854) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-21 15:47:24 UTC (rev 7855) @@ -40,10 +40,15 @@ </listitem> --> + <listitem> <para>July 21st, 2009</para> <itemizedlist> <listitem> + <para>[randy] - Added new package libunique-1.0.8, thanks to Wayne + Blaszczyk for contributing the patch.</para> + </listitem> + <listitem> <para>[gdalziel] - Added sed to remove obsolete -fforce-mem from libmad.</para> </listitem> Modified: trunk/BOOK/introduction/welcome/credits.xml =================================================================== --- trunk/BOOK/introduction/welcome/credits.xml 2009-07-21 10:55:19 UTC (rev 7854) +++ trunk/BOOK/introduction/welcome/credits.xml 2009-07-21 15:47:24 UTC (rev 7855) @@ -174,7 +174,7 @@ </listitem> <listitem> - <para>liboil: + <para>liboil, libunique: <emphasis>Wayne Blaszczyk</emphasis></para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
