Added rman

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6089 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2006-05-16 11:57:17 +00:00
parent 784ddf5158
commit 7cf8798898
4 changed files with 126 additions and 0 deletions

View File

@ -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">

View File

@ -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"/>

121
general/genutils/rman.xml Normal file
View File

@ -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>&lt;PREFIX&gt;</replaceable>@' \
-e 's@/usr/local@<replaceable>&lt;PREFIX&gt;</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>

View File

@ -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>