Ports are no longer needed to uncompress these formats.

Approved by:	jkois (mentor)
This commit is contained in:
Eitan Adler 2012-11-11 22:29:09 +00:00
parent 6795e43f6b
commit d53c381ecb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39985

View file

@ -905,8 +905,7 @@
</listitem>
<listitem>
<para>The compression and packaging scheme. There are
three of these currently in use.</para>
<para>The compression and packaging scheme.</para>
<orderedlist>
<listitem>
@ -924,42 +923,11 @@
(i.e., <filename>article.pdf</filename>,
<filename>book.html</filename>, and so on).</para>
<para>These files are then compressed using two
compression schemes.</para>
<informaltable frame="none" pgwide="1">
<tgroup cols="2">
<thead>
<row>
<entry>Scheme</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry><literal>zip</literal></entry>
<entry>The <literal>zip</literal> format. If you want to
uncompress this on &os; you will need to
install the <filename
role="package">archivers/unzip</filename>
port first.</entry>
</row>
<row>
<entry><literal>bz2</literal></entry>
<entry>The <literal>bzip2</literal> format. Less widespread than
<literal>zip</literal>, but generally gives smaller files.
Install the <filename
role="package">archivers/bzip2</filename>
port to uncompress these files.</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>These files are then compressed using either
the <literal>zip</literal> or
<literal>bz2</literal> compression schemes.
&man.tar.1; can be used to uncompress these
files.</para>
<para>So the &postscript; version of the Handbook,
compressed using <literal>bzip2</literal> will be stored in a file
@ -982,8 +950,7 @@
to do this.</para>
<screen>&prompt.root; <userinput>fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/en_US.ISO8859-1/books/faq/book.html-split.tar.bz2</userinput>
&prompt.root; <userinput>bzip2 -d book.html-split.tar.bz2</userinput>
&prompt.root; <userinput>tar xvf book.html-split.tar</userinput></screen>
&prompt.root; <userinput>tar xvf book.html-split.tar.bz2</userinput></screen>
<para>You will be left with a collection of
<filename>.html</filename> files. The main one is called