source: general/genutils/sharutils.xml@ 8d3eae9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8d3eae9 was 4949485e, checked in by Ken Moffat <ken@…>, 12 years ago

From the Lost Property Office. Second attempt to check this in, first failed without me noticing! On the face of it, multimedia/ already had the properties, but they didn't show in svn proplist -v.

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

  • Property mode set to 100644
File size: 4.7 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 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 &lfs70_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 &amp;&amp;
70make</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
Note: See TracBrowser for help on using the repository browser.