Author: fernando Date: Fri Jan 24 09:22:37 2014 New Revision: 12625 Log: Add packages: tree-1.6.0 and sof_4.87.
Added: trunk/BOOK/general/genutils/lsof.xml (contents, props changed) trunk/BOOK/general/genutils/tree.xml (contents, props changed) Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/genutils.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Fri Jan 24 06:02:49 2014 (r12624) +++ trunk/BOOK/general.ent Fri Jan 24 09:22:37 2014 (r12625) @@ -310,6 +310,7 @@ <!ENTITY icon-naming-utils-version "0.8.90"> <!ENTITY imagemagick-version "6.8.8"> <!ENTITY intltool-version "0.50.2"> +<!ENTITY lsof-version "4.87"> <!ENTITY pinentry-version "0.8.3"> <!ENTITY qtchooser-version "39"> <!ENTITY rarian-version "0.8.1"> @@ -318,6 +319,7 @@ <!ENTITY screen-version "4.0.3"> <!ENTITY sharutils-version "4.14"> <!ENTITY tidy-version "cvs_20101110"> +<!ENTITY tree-version "1.6.0"> <!ENTITY unixodbc-version "2.3.2"> <!ENTITY xscreensaver-version "5.26"> Modified: trunk/BOOK/general/genutils/genutils.xml ============================================================================== --- trunk/BOOK/general/genutils/genutils.xml Fri Jan 24 06:02:49 2014 (r12624) +++ trunk/BOOK/general/genutils/genutils.xml Fri Jan 24 09:22:37 2014 (r12625) @@ -31,6 +31,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imagemagick.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iso-codes.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lsof.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pinentry.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtchooser.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rarian.xml"/> @@ -39,6 +40,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shared-mime-info.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sharutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tidy.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tree.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unixodbc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xscreensaver.xml"/> Added: trunk/BOOK/general/genutils/lsof.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/BOOK/general/genutils/lsof.xml Fri Jan 24 09:22:37 2014 (r12625) @@ -0,0 +1,118 @@ +<?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 lsof-download-http " "> +<!ENTITY lsof-download-ftp "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_&lsof-version;.tar.bz2"> +<!ENTITY lsof-md5sum "80e2a76d0e05826db910ec88e631296c"> +<!ENTITY lsof-size "756 KB"> +<!ENTITY lsof-buildsize "9.6 MB"> +<!ENTITY lsof-time "less than 0.1 SBU"> +]> + +<sect1 id="lsof" xreflabel="lsof-&lsof-version;"> + <?dbhtml filename="lsof.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>lsof-&lsof-version;</title> + + <indexterm zone="lsof"> + <primary sortas="a-lsof">lsof</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to lsof</title> + + <para>The <application>lsof</application> package is useful to LiSt Open + Files for a given running application or process.</para> + + &lfs74_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&lsof-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&lsof-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &lsof-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &lsof-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &lsof-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &lsof-time;</para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/lsof"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of lsof</title> + + <para>Install <application>lsof</application> by running the following + commands:</para> + +<screen><userinput>tar xf lsof_&lsof-version;.tar && +cd lsof_&lsof-version; && +yes n |./Configure linux && +make CFGL="-L./lib -ltirpc"</userinput></screen> + + <para>This package does not come with a working test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>install -v -m0755 -o root -g root lsof /usr/bin && +install -v lsof.8 /usr/share/man/man8</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>lsof</seg> + <seg>None</seg> + <seg>None</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="lsof-app"> + <term><command>lsof</command></term> + <listitem> + <para>lists open files for running processes.</para> + <indexterm zone="lsof lsof-app"> + <primary sortas="b-lsof">lsof</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Added: trunk/BOOK/general/genutils/tree.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/BOOK/general/genutils/tree.xml Fri Jan 24 09:22:37 2014 (r12625) @@ -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 tree-download-http "http://mama.indstate.edu/users/ice/tree/src/tree-&tree-version;.tgz"> +<!ENTITY tree-download-ftp "ftp://mama.indstate.edu/linux/tree/tree-&tree-version;.tgz"> +<!ENTITY tree-md5sum "04e967a3f4108d50cde3b4b0e89e970a"> +<!ENTITY tree-size "44 KB"> +<!ENTITY tree-buildsize "436 KB"> +<!ENTITY tree-time "less than 0.1 SBU"> +]> + +<sect1 id="tree" xreflabel="tree-&tree-version;"> + <?dbhtml filename="tree.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>tree-&tree-version;</title> + + <indexterm zone="tree"> + <primary sortas="a-tree">tree</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to tree</title> + + <para>The <application>tree</application> application, as the name suggests, + is useful to display, in a terminal, directory contents, including + directories, files, links.</para> + + &lfs74_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&tree-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&tree-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &tree-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &tree-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &tree-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &tree-time;</para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/tree"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of tree</title> + + <para>Install <application>tree</application> by running the following + commands:</para> + +<screen><userinput>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 Program</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>tree</seg> + <seg>None</seg> + <seg>None</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="tree-app"> + <term><command>tree</command></term> + <listitem> + <para>displays a directory tree in a terminal.</para> + <indexterm zone="tree tree-app"> + <primary sortas="b-tree">tree</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 24 06:02:49 2014 (r12624) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 24 09:22:37 2014 (r12625) @@ -47,6 +47,14 @@ <para>January 24th, 2014</para> <itemizedlist> <listitem> + <para>[fernando] - Add package: lsof_4.87. Fixes + <ulink url="&blfs-ticket-root;4556">#4556</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Add package: tree-1.6.0. Fixes + <ulink url="&blfs-ticket-root;4555">#4555</ulink>.</para> + </listitem> + <listitem> <para>[fernando] - Update to sysstat-10.2.1. Fixes <ulink url="&blfs-ticket-root;4612">#4612</ulink>.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
