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 sharutils-download-http "http://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.bz2">
|
---|
8 | <!ENTITY sharutils-download-ftp "ftp://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.bz2">
|
---|
9 | <!ENTITY sharutils-md5sum "52dd02b6f5e0a148ba871234ae29bba2">
|
---|
10 | <!ENTITY sharutils-size "984 KB">
|
---|
11 | <!ENTITY sharutils-buildsize "10 MB">
|
---|
12 | <!ENTITY sharutils-time "0.3 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="sharutils" xreflabel="sharutils-&sharutils-version;">
|
---|
16 | <?dbhtml filename="sharutils.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>sharutils-&sharutils-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="sharutils">
|
---|
26 | <primary sortas="a-sharutils">sharutils</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to sharutils</title>
|
---|
31 |
|
---|
32 | <para>The <application>sharutils</application> package contains
|
---|
33 | utilities that can create 'shell' archives.</para>
|
---|
34 |
|
---|
35 | &lfs71_checked;
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing="compact">
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&sharutils-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&sharutils-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &sharutils-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &sharutils-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &sharutils-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &sharutils-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <para condition="html" role="usernotes">User Notes:
|
---|
60 | <ulink url="&blfs-wiki;/sharutils"/></para>
|
---|
61 |
|
---|
62 | </sect2>
|
---|
63 |
|
---|
64 | <sect2 role="installation">
|
---|
65 | <title>Installation of sharutils</title>
|
---|
66 |
|
---|
67 | <para>Install <application>sharutils</application> by running the following commands:</para>
|
---|
68 |
|
---|
69 | <screen><userinput>./configure --prefix=/usr &&
|
---|
70 | make</userinput></screen>
|
---|
71 |
|
---|
72 | <para>To test <application>sharutils</application>, run
|
---|
73 | <userinput>make check</userinput>.</para>
|
---|
74 |
|
---|
75 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
76 |
|
---|
77 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
78 |
|
---|
79 | </sect2>
|
---|
80 |
|
---|
81 | <!--
|
---|
82 | <sect2 role="commands">
|
---|
83 | <title>Command Explanations</title>
|
---|
84 |
|
---|
85 | </sect2>-->
|
---|
86 |
|
---|
87 | <sect2 role="content">
|
---|
88 | <title>Contents</title>
|
---|
89 |
|
---|
90 | <segmentedlist>
|
---|
91 | <segtitle>Installed Programs</segtitle>
|
---|
92 | <segtitle>Installed Libraries</segtitle>
|
---|
93 | <segtitle>Installed Directories</segtitle>
|
---|
94 |
|
---|
95 | <seglistitem>
|
---|
96 | <seg>shar, unshar, uudecode, and uuencode</seg>
|
---|
97 | <seg>None</seg>
|
---|
98 | <seg>None</seg>
|
---|
99 | </seglistitem>
|
---|
100 | </segmentedlist>
|
---|
101 |
|
---|
102 | <variablelist>
|
---|
103 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
104 | <?dbfo list-presentation="list"?>
|
---|
105 | <?dbhtml list-presentation="table"?>
|
---|
106 |
|
---|
107 | <varlistentry id="shar">
|
---|
108 | <term><command>shar</command></term>
|
---|
109 | <listitem>
|
---|
110 | <para>creates "shell archives" (or shar files) which are in
|
---|
111 | text format and can be mailed.</para>
|
---|
112 | <indexterm zone="sharutils shar">
|
---|
113 | <primary sortas="b-shar">shar</primary>
|
---|
114 | </indexterm>
|
---|
115 | </listitem>
|
---|
116 | </varlistentry>
|
---|
117 |
|
---|
118 | <varlistentry id="unshar">
|
---|
119 | <term><command>unshar</command></term>
|
---|
120 | <listitem>
|
---|
121 | <para>unpacks a shar file.</para>
|
---|
122 | <indexterm zone="sharutils unshar">
|
---|
123 | <primary sortas="b-unshar">unshar</primary>
|
---|
124 | </indexterm>
|
---|
125 | </listitem>
|
---|
126 | </varlistentry>
|
---|
127 |
|
---|
128 | <varlistentry id="uudecode">
|
---|
129 | <term><command>uudecode</command></term>
|
---|
130 | <listitem>
|
---|
131 | <para>reads a file (or by default the standard input) and writes an encoded
|
---|
132 | version to the standard output. The encoding uses only printing
|
---|
133 | ASCII characters.</para>
|
---|
134 | <indexterm zone="sharutils uudecode">
|
---|
135 | <primary sortas="b-uudecode">uudecode</primary>
|
---|
136 | </indexterm>
|
---|
137 | </listitem>
|
---|
138 | </varlistentry>
|
---|
139 |
|
---|
140 | <varlistentry id="uuencode">
|
---|
141 | <term><command>uuencode</command></term>
|
---|
142 | <listitem>
|
---|
143 | <para>reads a file (or by default the standard input) and decodes
|
---|
144 | the uuencoded version to the standard output.</para>
|
---|
145 | <indexterm zone="sharutils uuencode">
|
---|
146 | <primary sortas="b-uuencode">uuencode</primary>
|
---|
147 | </indexterm>
|
---|
148 | </listitem>
|
---|
149 | </varlistentry>
|
---|
150 |
|
---|
151 | </variablelist>
|
---|
152 |
|
---|
153 | </sect2>
|
---|
154 |
|
---|
155 | </sect1>
|
---|
156 |
|
---|