Author: dj Date: 2006-05-16 05:57:17 -0600 (Tue, 16 May 2006) New Revision: 6089
Added: trunk/BOOK/general/genutils/rman.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/genutils.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added rman Modified: trunk/BOOK/general/genutils/genutils.xml =================================================================== --- trunk/BOOK/general/genutils/genutils.xml 2006-05-16 05:59:49 UTC (rev 6088) +++ trunk/BOOK/general/genutils/genutils.xml 2006-05-16 11:57:17 UTC (rev 6089) @@ -26,6 +26,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="desktop-file-utils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xterm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xscreensaver.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rman.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pilot-link.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unixodbc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="graphviz.xml"/> Added: trunk/BOOK/general/genutils/rman.xml =================================================================== --- trunk/BOOK/general/genutils/rman.xml (rev 0) +++ trunk/BOOK/general/genutils/rman.xml 2006-05-16 11:57:17 UTC (rev 6089) @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY rman-download-http "http://prdownloads.sourceforge.net/polyglotman/rman-3.2.tar.gz?download"> + <!ENTITY rman-download-ftp ""> + <!ENTITY rman-md5sum "6d1d67641c6d042595a96a62340d3cc6"> + <!ENTITY rman-size "80 KB"> + <!ENTITY rman-buildsize "629 KB"> + <!ENTITY rman-time "0.1 SBU"> +]> + +<sect1 id="rman" xreflabel="rman-&rman-version;"> + <?dbhtml filename="rman.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + <keywordset> + <keyword role="package">rman-&rman-version;.tar</keyword> + <keyword role="ftpdir">rman</keyword> + </keywordset> + </sect1info> + + <title>rman-&rman-version;</title> + + <indexterm zone="rman"> + <primary sortas="a-rman">rman</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to rman</title> + + <para><application>rman</application> is a utility to convert manual + pages into other formats. It can currently supports HTML, ASCII, LaTeX, + LaTeX2e, RTF, POD, and partial DocBook XML output.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&rman-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&rman-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &rman-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &rman-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &rman-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &rman-time;</para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url='&blfs-wiki;/rman'/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of rman</title> + + <para>rman is no longer part of the <application>Xorg</application> + distribution, however, packages that use it may expect it to be in the + same location as your <application>Xorg</application> programs. Adjust + the makefile to account for this:</para> + +<screen><userinput>sed -i -e 's@/opt/local@<replaceable><PREFIX></replaceable>@' \ + -e 's@/usr/local@<replaceable><PREFIX></replaceable>@' Makefile</userinput></screen> + + <para>Build <application>rman</application> by running the + following command:</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 Programs</segtitle> + + <seglistitem> + <seg>rman</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="rman-bin"> + <term><filename>rman</filename></term> + <listitem> + <para>is a manpage converter.</para> + <indexterm zone="rman rman"> + <primary sortas="b-rman">rman</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/genutils/rman.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-05-16 05:59:49 UTC (rev 6088) +++ trunk/BOOK/general.ent 2006-05-16 11:57:17 UTC (rev 6089) @@ -144,6 +144,7 @@ <!ENTITY desktop-file-utils-version "0.10"> <!ENTITY xterm-version "209"> <!ENTITY xscreensaver-version "4.24"> +<!ENTITY rman-version "3.2"> <!ENTITY pilot-link-version "0.11.8"> <!ENTITY unixodbc-version "2.2.11"> <!ENTITY graphviz-version "2.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-16 05:59:49 UTC (rev 6088) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-16 11:57:17 UTC (rev 6089) @@ -49,6 +49,9 @@ <listitem> <para>[randy] - Updated to PHP-5.1.4.</para> </listitem> + <listitem> + <para>[dj] - Added rman-3.2.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
