source: archive/rman.xml@ d9cbb3b

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 d9cbb3b was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>rman-&rman-version;</title>
23
24 <indexterm zone="rman">
25 <primary sortas="a-rman">rman</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to rman</title>
30
31 <para><application>rman</application> is a utility to convert manual
32 pages into other formats. It can currently supports HTML, ASCII, LaTeX,
33 LaTeX2e, RTF, POD, and partial DocBook XML output.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&rman-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&rman-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &rman-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &rman-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &rman-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &rman-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <para condition="html" role="usernotes">User Notes:
58 <ulink url='&blfs-wiki;/rman'/></para>
59
60 </sect2>
61
62 <sect2 role="installation">
63 <title>Installation of rman</title>
64
65 <para>rman is no longer part of the <application>Xorg</application>
66 distribution, however, packages that use it may expect it to be in the
67 same location as your <application>Xorg</application> programs. Adjust
68 the makefile to account for this:</para>
69
70<screen><userinput>sed -i -e "s@/opt/local@$XORG_PREFIX@" \
71 -e "s@/usr/local@$XORG_PREFIX@" Makefile</userinput></screen>
72
73 <para>Build <application>rman</application> by running the
74 following command:</para>
75
76<screen><userinput>make</userinput></screen>
77
78 <para>This package does not come with a test suite.</para>
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install</userinput></screen>
83
84 </sect2>
85
86 <sect2 role="content">
87 <title>Contents</title>
88
89 <segmentedlist>
90 <segtitle>Installed Programs</segtitle>
91
92 <seglistitem>
93 <seg>rman</seg>
94 </seglistitem>
95 </segmentedlist>
96
97 <variablelist>
98 <bridgehead renderas="sect3">Short Description</bridgehead>
99 <?dbfo list-presentation="list"?>
100 <?dbhtml list-presentation="table"?>
101
102 <varlistentry id="rman-bin">
103 <term><filename>rman</filename></term>
104 <listitem>
105 <para>is a manpage converter.</para>
106 <indexterm zone="rman rman">
107 <primary sortas="b-rman">rman</primary>
108 </indexterm>
109 </listitem>
110 </varlistentry>
111
112 </variablelist>
113
114 </sect2>
115
116</sect1>
Note: See TracBrowser for help on using the repository browser.