source: networking/netlibs/rpcsvc-proto.xml@ 9a7aeed0

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 9a7aeed0 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • Property mode set to 100644
File size: 3.8 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 rpcsvc-proto-download-http "https://github.com/thkukuk/rpcsvc-proto/releases/download/v&rpcsvc-proto-version;/rpcsvc-proto-&rpcsvc-proto-version;.tar.xz">
8 <!ENTITY rpcsvc-proto-download-ftp " ">
9 <!ENTITY rpcsvc-proto-md5sum "629c91bbc8281fcdf64442f59a9d1705">
10 <!ENTITY rpcsvc-proto-size "168 KB">
11 <!ENTITY rpcsvc-proto-buildsize "2.7 MB">
12 <!ENTITY rpcsvc-proto-time "less than 0.1 SBU">
13]>
14
15<sect1 id="rpcsvc-proto" xreflabel="rpcsvc-proto-&rpcsvc-proto-version;">
16 <?dbhtml filename="rpcsvc-proto.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>rpcsvc-proto-&rpcsvc-proto-version;</title>
23
24 <indexterm zone="rpcsvc-proto">
25 <primary sortas="a-rpcsvc-proto">rpcsvc-proto</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to rpcsvc-proto</title>
30
31 <para>
32 The <application>rpcsvc-proto</application> package contains the rcpsvc
33 protocol files and headers, formerly included with glibc, that are not
34 included in replacement <xref linkend="libtirpc"/>, along with the rpcgen
35 program.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing='compact'>
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&rpcsvc-proto-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&rpcsvc-proto-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &rpcsvc-proto-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &rpcsvc-proto-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &rpcsvc-proto-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &rpcsvc-proto-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/rpcsvc-proto"/>
76 </para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of rpcsvc-proto</title>
81
82 <para>
83 Install <application>rpcsvc-proto</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>./configure --sysconfdir=/etc &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 This package does not come with a test suite.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>
112 rpcgen
113 </seg>
114 <seg>
115 None
116 </seg>
117 <seg>
118 /usr/include/rpcsvc
119 </seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="rpcgen">
129 <term><command>rpcgen</command></term>
130 <listitem>
131 <para>
132 Generates C code to implement the RPC protocol
133 </para>
134 <indexterm zone="rpcsvc-proto rpcgen">
135 <primary sortas="b-rpcgen">rpcgen</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.