Author: cwurst Date: 2008-03-26 17:12:03 -0600 (Wed, 26 Mar 2008) New Revision: 7322
Added: trunk/BOOK/general/sysutils/unrar.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/sysutils.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added new package UnRar Modified: trunk/BOOK/general/sysutils/sysutils.xml =================================================================== --- trunk/BOOK/general/sysutils/sysutils.xml 2008-03-26 21:11:46 UTC (rev 7321) +++ trunk/BOOK/general/sysutils/sysutils.xml 2008-03-26 23:12:03 UTC (rev 7322) @@ -25,6 +25,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="which.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unzip.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zip.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unrar.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pciutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="usbutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkgconfig.xml"/> Property changes on: trunk/BOOK/general/sysutils/sysutils.xml ___________________________________________________________________ Name: svn:keywords - Date LastChangedBy + LastChangedBy Date Added: trunk/BOOK/general/sysutils/unrar.xml =================================================================== --- trunk/BOOK/general/sysutils/unrar.xml (rev 0) +++ trunk/BOOK/general/sysutils/unrar.xml 2008-03-26 23:12:03 UTC (rev 7322) @@ -0,0 +1,116 @@ +<?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 unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz"> + <!ENTITY unrar-download-ftp ""> + <!ENTITY unrar-md5sum "b783f1932bc0c73902c6399f7c2c6f43"> + <!ENTITY unrar-size "131 KB"> + <!ENTITY unrar-buildsize "175 KB"> + <!ENTITY unrar-time "Less than 0.1 SBU"> +]> + +<sect1 id="unrar" xreflabel="Unrar-&unrar-version;"> + <?dbhtml filename="unrar.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>UnRar-&unrar-version;</title> + + <indexterm zone="unrar"> + <primary sortas="a-UnRar">UnRar</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to UnRar</title> + + <para>The <application>UnRar</application> package contains a + <filename>RAR</filename> extraction utility. This is useful for + extracting files from <filename>RAR</filename> archives. + <filename>RAR</filename> archives are usually + created with <application>WinRAR</application>, + primarily in a Windows environment.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&unrar-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&unrar-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &unrar-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &unrar-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &unrar-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &unrar-time;</para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/unrar"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of UnRar</title> + + <para>Install <application>UnRar</application> by running the following + commands:</para> + +<screen><userinput>make -f makefile.unix</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>install -m 755 unrar /usr/bin/unrar</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>unrar</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="unrar-prog"> + <term><command>unrar</command></term> + <listitem> + <para>uncompresses a <filename>RAR</filename> archive.</para> + <indexterm zone="unrar unrar-prog"> + <primary sortas="b-unrar">unrar</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/sysutils/unrar.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-03-26 21:11:46 UTC (rev 7321) +++ trunk/BOOK/general.ent 2008-03-26 23:12:03 UTC (rev 7322) @@ -198,6 +198,7 @@ <!ENTITY apache-ant-version "1.7.0"> <!ENTITY dbus-version "1.0.2"> <!ENTITY hal-version "0.5.9.1"> +<!ENTITY unrar-version "3.7.8"> <!-- Chapter 12 --> <!ENTITY dejagnu-version "1.4.4"> Property changes on: trunk/BOOK/general.ent ___________________________________________________________________ Name: svn:keywords - Date LastChangedBy + LastChangedBy Date Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-03-26 21:11:46 UTC (rev 7321) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-03-26 23:12:03 UTC (rev 7322) @@ -45,6 +45,10 @@ <para>March 26th, 2008</para> <itemizedlist> <listitem> + <para>[cwurst] - Added build instructions for UnRar. + Fixes #2345.</para> + </listitem> + <listitem> <para>[ag] - Added a sed to Tcl/Tk instructions. Fixes #2487.</para> </listitem> <listitem> Property changes on: trunk/BOOK/introduction/welcome/changelog.xml ___________________________________________________________________ Name: svn:keywords - Date LastChangedBy + LastChangedBy Date -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
