Author: fernando
Date: Fri May 29 14:14:06 2015
New Revision: 16042
Log:
More short descriptions.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/libassuan.xml
trunk/BOOK/general/genlib/libcroco.xml
trunk/BOOK/general/genlib/libgcrypt.xml
trunk/BOOK/general/genlib/libunistring.xml
trunk/BOOK/general/genlib/libusb-compat.xml
trunk/BOOK/general/genlib/mtdev.xml
trunk/BOOK/general/genlib/openobex.xml
trunk/BOOK/general/genlib/ptlib.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu May 28 12:34:10 2015 (r16041)
+++ trunk/BOOK/general.ent Fri May 29 14:14:06 2015 (r16042)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "26"> <!-- Always 2 digits -->
+<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "May 26th, &year;">
+<!ENTITY releasedate "May 29th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/general/genlib/libassuan.xml
==============================================================================
--- trunk/BOOK/general/genlib/libassuan.xml Thu May 28 12:34:10 2015
(r16041)
+++ trunk/BOOK/general/genlib/libassuan.xml Fri May 29 14:14:06 2015
(r16042)
@@ -171,6 +171,18 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="libassuan-config">
+ <term><command>libassuan-config</command></term>
+ <listitem>
+ <para>
+ is a <filename class="libraryfile">libassuan</filename> build
information script.
+ </para>
+ <indexterm zone="libassuan libassuan-config">
+ <primary sortas="b-libassuan-config">libassuan-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="libassuan-lib">
<term><filename class="libraryfile">libassuan.so</filename></term>
<listitem>
Modified: trunk/BOOK/general/genlib/libcroco.xml
==============================================================================
--- trunk/BOOK/general/genlib/libcroco.xml Thu May 28 12:34:10 2015
(r16041)
+++ trunk/BOOK/general/genlib/libcroco.xml Fri May 29 14:14:06 2015
(r16042)
@@ -150,6 +150,18 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="croco-0.6-config">
+ <term><command>croco-0.6-config</command></term>
+ <listitem>
+ <para>
+ is a helper script for building with <filename
class="libraryfile">libcroco-0.6.so</filename>.
+ </para>
+ <indexterm zone="libcroco croco-0.6-config">
+ <primary sortas="b-croco-0.6-config">croco-0.6-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="csslint-0.6">
<term><command>csslint-0.6</command></term>
<listitem>
Modified: trunk/BOOK/general/genlib/libgcrypt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libgcrypt.xml Thu May 28 12:34:10 2015
(r16041)
+++ trunk/BOOK/general/genlib/libgcrypt.xml Fri May 29 14:14:06 2015
(r16042)
@@ -179,6 +179,18 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="dumpsexp">
+ <term><command>dumpsexp</command></term>
+ <listitem>
+ <para>
+ is a debug tool for S-expressions.
+ </para>
+ <indexterm zone="libgcrypt dumpsexp">
+ <primary sortas="b-dumpsexp">dumpsexp</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="hmac256">
<term><command>hmac256</command></term>
<listitem>
@@ -191,6 +203,31 @@
</indexterm>
</listitem>
</varlistentry>
+
+ <varlistentry id="libgcrypt-config">
+ <term><command>libgcrypt-config</command></term>
+ <listitem>
+ <para>
+ determines the compile and linker flags that should be used to
+ compile and link programs that use <filename
class="libraryfile">libgcrypt</filename>.
+ </para>
+ <indexterm zone="libgcrypt libgcrypt-config">
+ <primary sortas="b-libgcrypt-config">libgcrypt-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="mpicalc">
+ <term><command>mpicalc</command></term>
+ <listitem>
+ <para>
+ is a RPN (Reverse Polish Notation) calculator.
+ </para>
+ <indexterm zone="libgcrypt mpicalc">
+ <primary sortas="b-mpicalc">mpicalc</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
<varlistentry id="libgcrypt-lib">
<term><filename class="libraryfile">libgcrypt.so</filename></term>
Modified: trunk/BOOK/general/genlib/libunistring.xml
==============================================================================
--- trunk/BOOK/general/genlib/libunistring.xml Thu May 28 12:34:10 2015
(r16041)
+++ trunk/BOOK/general/genlib/libunistring.xml Fri May 29 14:14:06 2015
(r16042)
@@ -119,11 +119,11 @@
<?dbhtml list-presentation="table"?>
<varlistentry id="libunistring-lib">
- <term><command>libunistring.{a,so}</command></term>
+ <term><command>libunistring.so</command></term>
<listitem>
<para>provides the unicode string library API.</para>
<indexterm zone="libunistring libunistring-lib">
- <primary sortas="c-libunistring-lib">libunistring.{a,so}</primary>
+ <primary sortas="c-libunistring-lib">libunistring.so</primary>
</indexterm>
</listitem>
</varlistentry>
Modified: trunk/BOOK/general/genlib/libusb-compat.xml
==============================================================================
--- trunk/BOOK/general/genlib/libusb-compat.xml Thu May 28 12:34:10 2015
(r16041)
+++ trunk/BOOK/general/genlib/libusb-compat.xml Fri May 29 14:14:06 2015
(r16042)
@@ -127,6 +127,19 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="libusb-config">
+ <term><command>libusb-config</command></term>
+ <listitem>
+ <para>
+ determines the compile and linker flags that should be used to
compile
+ and link programs that use <filename
class='libraryfile'>libusb</filename>.
+ </para>
+ <indexterm zone="libusb-compat libusb-config">
+ <primary sortas="b-libusb-config">libusb-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="libusb-compat-lib">
<term><filename class='libraryfile'>libusb.so</filename></term>
<listitem>
Modified: trunk/BOOK/general/genlib/mtdev.xml
==============================================================================
--- trunk/BOOK/general/genlib/mtdev.xml Thu May 28 12:34:10 2015 (r16041)
+++ trunk/BOOK/general/genlib/mtdev.xml Fri May 29 14:14:06 2015 (r16042)
@@ -133,6 +133,18 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="mtdev-test">
+ <term><command>mtdev-test</command></term>
+ <listitem>
+ <para>
+ is a tool to test <filename
class="libraryfile">libmtdev</filename>.
+ </para>
+ <indexterm zone="mtdev mtdev-test">
+ <primary sortas="b-mtdev-test">mtdev-test</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="libmtdev">
<term><filename class="libraryfile">libmtdev.so</filename></term>
<listitem>
Modified: trunk/BOOK/general/genlib/openobex.xml
==============================================================================
--- trunk/BOOK/general/genlib/openobex.xml Thu May 28 12:34:10 2015
(r16041)
+++ trunk/BOOK/general/genlib/openobex.xml Fri May 29 14:14:06 2015
(r16042)
@@ -175,6 +175,18 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="obex-check-device">
+ <term><command>obex-check-device</command></term>
+ <listitem>
+ <para>
+ is a tool that help <application>udev</application> to find
connectable OBEX USB devices.
+ </para>
+ <indexterm zone="openobex obex-check-device">
+ <primary sortas="b-obex-check-device">obex-check-device</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="libopenobex">
<term><filename class="libraryfile">libopenobex.so</filename></term>
<listitem>
Modified: trunk/BOOK/general/genlib/ptlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/ptlib.xml Thu May 28 12:34:10 2015 (r16041)
+++ trunk/BOOK/general/genlib/ptlib.xml Fri May 29 14:14:06 2015 (r16042)
@@ -163,6 +163,19 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="ptlib-config">
+ <term><command>ptlib-config</command></term>
+ <listitem>
+ <para>
+ determines the compile and linker flags that should be used to
+ compile and link programs that use <filename
class="libraryfile">libpt</filename>.
+ </para>
+ <indexterm zone="ptlib ptlib-config">
+ <primary sortas="b-ptlib-config">ptlib-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="libpt">
<term><filename class="libraryfile">libpt.so</filename></term>
<listitem>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu May 28 12:34:10
2015 (r16041)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri May 29 14:14:06
2015 (r16042)
@@ -45,6 +45,16 @@
-->
<listitem>
+ <para>May 29th, 2015</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - More short descriptions.
+ Fixes <ulink url="&blfs-ticket-root;6544">#6544</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 26th, 2015</para>
<itemizedlist>
<listitem>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page