source: archive/rman.xml@ 0080c54

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0080c54 was d0cf396, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Clean up III. General Libraries and Utilities

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10189 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY rman-download-http "&sourceforge-repo;/polyglotman/rman-3.2.tar.gz?download">
8 <!ENTITY rman-download-ftp " ">
9 <!ENTITY rman-md5sum "6d1d67641c6d042595a96a62340d3cc6">
10 <!ENTITY rman-size "80 KB">
11 <!ENTITY rman-buildsize "629 KB">
12 <!ENTITY rman-time "0.1 SBU">
13]>
14
15<sect1 id="rman" xreflabel="rman-&rman-version;">
16 <?dbhtml filename="rman.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>rman-&rman-version;</title>
24
25 <indexterm zone="rman">
26 <primary sortas="a-rman">rman</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to rman</title>
31
32 <para><application>rman</application> is a utility to convert manual
33 pages into other formats. It can currently supports HTML, ASCII, LaTeX,
34 LaTeX2e, RTF, POD, and partial DocBook XML output.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&rman-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&rman-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &rman-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &rman-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &rman-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &rman-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <para condition="html" role="usernotes">User Notes:
59 <ulink url='&blfs-wiki;/rman'/></para>
60
61 </sect2>
62
63 <sect2 role="installation">
64 <title>Installation of rman</title>
65
66 <para>rman is no longer part of the <application>Xorg</application>
67 distribution, however, packages that use it may expect it to be in the
68 same location as your <application>Xorg</application> programs. Adjust
69 the makefile to account for this:</para>
70
71<screen><userinput>sed -i -e "s@/opt/local@$XORG_PREFIX@" \
72 -e "s@/usr/local@$XORG_PREFIX@" Makefile</userinput></screen>
73
74 <para>Build <application>rman</application> by running the
75 following command:</para>
76
77<screen><userinput>make</userinput></screen>
78
79 <para>This package does not come with a test suite.</para>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="content">
88 <title>Contents</title>
89
90 <segmentedlist>
91 <segtitle>Installed Programs</segtitle>
92
93 <seglistitem>
94 <seg>rman</seg>
95 </seglistitem>
96 </segmentedlist>
97
98 <variablelist>
99 <bridgehead renderas="sect3">Short Description</bridgehead>
100 <?dbfo list-presentation="list"?>
101 <?dbhtml list-presentation="table"?>
102
103 <varlistentry id="rman-bin">
104 <term><filename>rman</filename></term>
105 <listitem>
106 <para>is a manpage converter.</para>
107 <indexterm zone="rman rman">
108 <primary sortas="b-rman">rman</primary>
109 </indexterm>
110 </listitem>
111 </varlistentry>
112
113 </variablelist>
114
115 </sect2>
116
117</sect1>
Note: See TracBrowser for help on using the repository browser.