source: BOOK/final-system/ppc/hfsutils.xml@ 466d0930

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 466d0930 was d78696a, checked in by Jim Gifford <clfs@…>, 19 years ago

r631@server (orig r629): ken | 2005-11-04 17:35:21 -0800
add hfsutils and powerpc-utils, initial version, using the full debian patch for powerpc-utils.

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-system-hfsutils" role="wrap">
11 <?dbhtml filename="hfsutils.html"?>
12
13 <title>Hfsutils-&hfsutils-version;</title>
14
15 <indexterm zone="ch-system-hfsutils">
16 <primary sortas="a-Hfsutils">Hfsutils</primary>
17 </indexterm>
18
19 <sect2 role="package">
20 <title/>
21
22 <para>The Hfsutils package contains a number of utilities for accessing
23 files on hfs filesystems. It is needed to run ybin.</para>
24
25 <segmentedlist>
26 <segtitle>&buildtime;</segtitle>
27 <segtitle>&diskspace;</segtitle>
28
29 <seglistitem>
30 <seg>Not checked yet</seg>
31 <seg>Not checked yet</seg>
32 </seglistitem>
33 </segmentedlist>
34
35 <segmentedlist>
36 <segtitle>&dependencies;</segtitle>
37
38 <seglistitem>
39 <seg>Coreutils, GCC, and Make</seg>
40 </seglistitem>
41 </segmentedlist>
42
43 </sect2>
44
45 <sect2 role="installation">
46 <title>Installation of Hfsutils</title>
47
48 <para>Prepare Hfsutils for compilation:</para>
49
50<screen><userinput>./configure --prefix=/usr</userinput></screen>
51
52 <para>Compile the package.</para>
53
54<screen><userinput>make</userinput></screen>
55
56 <para>Install the package:</para>
57
58<screen><userinput>make install</userinput></screen>
59
60 </sect2>
61
62 <sect2 id="contents-hfsutils" role="content">
63 <title>Contents of Hfsutils</title>
64
65 <segmentedlist>
66 <segtitle>Installed programs</segtitle>
67
68 <seglistitem>
69 <seg>hattrib, hcd, hcopy, hdel, hdir, hfsutils, hformat, hls, hmkdir, hmount, hpwd,
70 hrename, hrmdir, humount, hvol (these are all hardlinks to hfsutils).</seg>
71 </seglistitem>
72 </segmentedlist>
73
74 <variablelist>
75 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
76 <?dbfo list-presentation="list"?>
77 <?dbhtml list-presentation="table"?>
78
79 <varlistentry id="hattrib">
80 <term><command>hattrib</command></term>
81 <listitem>
82 <para>Change FS file or directory attributes.</para>
83 <indexterm zone="ch-system-hfsutils hattrib">
84 <primary sortas="b-hattrib">hattrib</primary>
85 </indexterm>
86 </listitem>
87 </varlistentry>
88
89 <varlistentry id="hcd">
90 <term><command>hcd</command></term>
91 <listitem>
92 <para>Change working HFS directory.</para>
93 <indexterm zone="ch-system-hfsutils hcd">
94 <primary sortas="b-hcd">hcd</primary>
95 </indexterm>
96 </listitem>
97 </varlistentry>
98
99 <varlistentry id="hcopy">
100 <term><command>hcopy</command></term>
101 <listitem>
102 <para>Copy files to or from an HFS volume.</para>
103 <indexterm zone="ch-system-hfsutils hcopy">
104 <primary sortas="b-hcopy">hcopy</primary>
105 </indexterm>
106 </listitem>
107 </varlistentry>
108
109 <varlistentry id="hdel">
110 <term><command>hdel</command></term>
111 <listitem>
112 <para>Delete both forks of an HFS file.</para>
113 <indexterm zone="ch-system-hfsutils hdel">
114 <primary sortas="b-hdel">hdel</primary>
115 </indexterm>
116 </listitem>
117 </varlistentry>
118
119 <varlistentry id="hdir">
120 <term><command>hdir</command></term>
121 <listitem>
122 <para>Display an HFS directory in long format.</para>
123 <indexterm zone="ch-system-hfsutils hdir">
124 <primary sortas="b-hdir">hdir</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="hformat">
130 <term><command>hformat</command></term>
131 <listitem>
132 <para>Create a new HFS filesystem and make it current.</para>
133 <indexterm zone="ch-system-hfsutils hformat">
134 <primary sortas="b-hformat">hformat</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="hfsutils">
140 <term><command>hfsutils</command></term>
141 <listitem>
142 <para>Tools for accessing Macintosh HFS-formatted volumes.</para>
143 <indexterm zone="ch-system-hfsutils hfsutils">
144 <primary sortas="b-hfsutils">hfsutils</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="hls">
150 <term><command>hls</command></term>
151 <listitem>
152 <para>List files in an HFS directory.</para>
153 <indexterm zone="ch-system-hfsutils hls">
154 <primary sortas="b-hls">hls</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="hmkdir">
160 <term><command>hmkdir</command></term>
161 <listitem>
162 <para>Create a new HFS directory.</para>
163 <indexterm zone="ch-system-hfsutils hmkdir">
164 <primary sortas="b-hmkdir">hmkdir</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="hmount">
170 <term><command>hmount</command></term>
171 <listitem>
172 <para>Introduce a new HFS volume and make it current.</para>
173 <indexterm zone="ch-system-hfsutils hmount">
174 <primary sortas="b-hmount">hmount</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="hpwd">
180 <term><command>hpwd</command></term>
181 <listitem>
182 <para>Print the full path to the current HFS working directory.</para>
183 <indexterm zone="ch-system-hfsutils hpwd">
184 <primary sortas="b-hpwd">hpwd</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="hrename">
190 <term><command>hrename</command></term>
191 <listitem>
192 <para>Rename or move an HFS file or directory.</para>
193 <indexterm zone="ch-system-hfsutils hrename">
194 <primary sortas="b-hrename">hrename</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="hrmdir">
200 <term><command>hrmdir</command></term>
201 <listitem>
202 <para>Remaove an empty HFS directory.</para>
203 <indexterm zone="ch-system-hfsutils hrmdir">
204 <primary sortas="b-hrmdir">hrmdir</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="humount">
210 <term><command>humount</command></term>
211 <listitem>
212 <para>Remove an HFS volume from the list of known volumes.</para>
213 <indexterm zone="ch-system-hfsutils humount">
214 <primary sortas="b-humount">humount</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="hvol">
220 <term><command>hvol</command></term>
221 <listitem>
222 <para>Display or change the current HFS volume.</para>
223 <indexterm zone="ch-system-hfsutils hvol">
224 <primary sortas="b-hvol">hvol</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 </variablelist>
230
231 </sect2>
232
233</sect1>
Note: See TracBrowser for help on using the repository browser.