Changeset d0006cd8


Ignore:
Timestamp:
05/07/2005 11:14:28 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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
Children:
a6762d86
Parents:
cbc6a3b
Message:

Tagged zip.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/zip.xml

    rcbc6a3b rd0006cd8  
    55  %general-entities;
    66
    7 <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
    8 <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
    9 <!ENTITY zip-md5sum "6bfc076664416251d7624ab3538d1cb9">
    10 <!ENTITY zip-size "781 KB">
    11 <!ENTITY zip-buildsize "4.1 MB">
    12 <!ENTITY zip-time "0.04 SBU">
     7  <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
     8  <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
     9  <!ENTITY zip-md5sum "6bfc076664416251d7624ab3538d1cb9">
     10  <!ENTITY zip-size "781 KB">
     11  <!ENTITY zip-buildsize "4.1 MB">
     12  <!ENTITY zip-time "0.04 SBU">
    1313]>
    1414
    1515<sect1 id="zip" xreflabel="Zip-&zip-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="zip.html"?>
    21 <title>Zip-&zip-version;</title>
    22 <indexterm zone="zip">
    23 <primary sortas="a-Zip">Zip</primary></indexterm>
     16  <?dbhtml filename="zip.html"?>
    2417
    25 <sect2>
    26 <title>Introduction to <application>Zip</application></title>
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
    2722
    28 <para>The <application>Zip</application> package contains
    29 <application>Zip</application> utilities. These
    30 are useful for compressing files into <filename>ZIP</filename> archives.</para>
     23  <title>Zip-&zip-version;</title>
    3124
    32 <sect3><title>Package information</title>
    33 <itemizedlist spacing='compact'>
    34 <listitem><para>Download (HTTP): <ulink
    35 url="&zip-download-http;"/></para></listitem>
    36 <listitem><para>Download (FTP): <ulink
    37 url="&zip-download-ftp;"/></para></listitem>
    38 <listitem><para>Download MD5 sum: &zip-md5sum;</para></listitem>
    39 <listitem><para>Download size: &zip-size;</para></listitem>
    40 <listitem><para>Estimated disk space required:
    41 &zip-buildsize;</para></listitem>
    42 <listitem><para>Estimated build time:
    43 &zip-time;</para></listitem></itemizedlist>
    44 </sect3>
     25  <indexterm zone="zip">
     26    <primary sortas="a-Zip">Zip</primary>
     27  </indexterm>
    4528
    46 </sect2>
     29  <sect2 role="package">
     30    <title>Introduction to Zip</title>
    4731
    48 <sect2>
    49 <title>Installation of <application>Zip</application></title>
     32    <para>The <application>Zip</application> package contains
     33    <application>Zip</application> utilities. These
     34    are useful for compressing files into <filename>ZIP</filename> archives.</para>
    5035
    51 <para>Install <application>Zip</application> by running the following
    52 commands:</para>
     36    <bridgehead renderas="sect3">Package Information</bridgehead>
     37    <itemizedlist spacing="compact">
     38      <listitem>
     39        <para>Download (HTTP): <ulink url="&zip-download-http;"/></para>
     40      </listitem>
     41      <listitem>
     42        <para>Download (FTP): <ulink url="&zip-download-ftp;"/></para>
     43      </listitem>
     44      <listitem>
     45        <para>Download MD5 sum: &zip-md5sum;</para>
     46      </listitem>
     47      <listitem>
     48        <para>Download size: &zip-size;</para>
     49      </listitem>
     50      <listitem>
     51        <para>Estimated disk space required: &zip-buildsize;</para>
     52      </listitem>
     53      <listitem>
     54        <para>Estimated build time: &zip-time;</para>
     55      </listitem>
     56    </itemizedlist>
    5357
    54 <screen><userinput><command>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
     58  </sect2>
     59
     60  <sect2 role="installation">
     61    <title>Installation of Zip</title>
     62
     63    <para>Install <application>Zip</application> by running the following
     64    commands:</para>
     65
     66<screen><userinput>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
    5567    unix/Makefile &amp;&amp;
    56 make prefix=/usr -f unix/Makefile generic_gcc</command></userinput></screen>
     68make prefix=/usr -f unix/Makefile generic_gcc</userinput></screen>
    5769
    58 <para>This package does not come with a test suite.</para>
     70    <para>This package does not come with a test suite.</para>
    5971
    60 <para>Now, as the root user:</para>
     72    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    6173
    62 <screen><userinput role='root'><command>make prefix=/usr -f unix/Makefile install</command></userinput></screen>
     74<screen role="root"><userinput>make prefix=/usr -f unix/Makefile install</userinput></screen>
    6375
    64 </sect2>
     76  </sect2>
    6577
    66 <sect2>
    67 <title>Command explanations</title>
     78  <sect2 role="commands">
     79    <title>Command Explanations</title>
    6880
    69 <para><command>sed -i -e ... unix/Makefile</command>: The
    70 <filename>Makefile</filename> has a bug which causes the installation to fail.
    71 This command fixes the problem.</para>
     81    <para><command>sed -i -e ... unix/Makefile</command>: The
     82    <filename>Makefile</filename> has a bug which causes the installation to fail.
     83    This command fixes the problem.</para>
    7284
    73 <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
    74 command overrides the <varname>prefix</varname> variable that is set to
    75 <filename class='directory'>/usr/local</filename> in the
    76 <filename>unix/Makefile</filename> which is used as a
    77 <command>Makefile</command> and builds the executables for a Linux system. The
    78 alternatives to 'generic_gcc' can be seen with a
    79 <command>make -f unix/Makefile list</command> command.</para>
     85    <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
     86    command overrides the <varname>prefix</varname> variable that is set to
     87    <filename class='directory'>/usr/local</filename> in the
     88    <filename>unix/Makefile</filename> which is used as a
     89    <command>Makefile</command> and builds the executables for a Linux system. The
     90    alternatives to <option>generic_gcc</option> can be seen with a
     91    <command>make -f unix/Makefile list</command> command.</para>
    8092
    81 </sect2>
     93  </sect2>
    8294
    83 <sect2>
    84 <title>Contents</title>
     95  <sect2 role="content">
     96    <title>Contents</title>
    8597
    86 <segmentedlist>
    87 <segtitle>Installed Programs</segtitle>
    88 <segtitle>Installed Libraries</segtitle>
    89 <segtitle>Installed Directories</segtitle>
     98    <segmentedlist>
     99      <segtitle>Installed Programs</segtitle>
     100      <segtitle>Installed Libraries</segtitle>
     101      <segtitle>Installed Directories</segtitle>
    90102
    91 <seglistitem>
    92 <seg>zip, zipcloak, zipnote, zipsplit</seg>
    93 <seg>None</seg>
    94 <seg>None</seg>
    95 </seglistitem>
    96 </segmentedlist>
     103      <seglistitem>
     104        <seg>zip, zipcloak, zipnote, and zipsplit</seg>
     105        <seg>None</seg>
     106        <seg>None</seg>
     107      </seglistitem>
     108    </segmentedlist>
    97109
    98 <variablelist>
    99 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    100 <?dbfo list-presentation="list"?>
     110    <variablelist>
     111      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     112      <?dbfo list-presentation="list"?>
     113      <?dbhtml list-presentation="table"?>
    101114
    102 <varlistentry id="zip-prog">
    103 <term><command>zip</command></term>
    104 <listitem><para>compresses files into a <filename>ZIP</filename>
    105 archive.</para>
    106 <indexterm zone="zip zip-prog">
    107 <primary sortas="b-zip">zip</primary>
    108 </indexterm></listitem>
    109 </varlistentry>
     115      <varlistentry id="zip-prog">
     116        <term><command>zip</command></term>
     117        <listitem>
     118          <para>compresses files into a <filename>ZIP</filename> archive.</para>
     119          <indexterm zone="zip zip-prog">
     120            <primary sortas="b-zip">zip</primary>
     121          </indexterm>
     122        </listitem>
     123      </varlistentry>
    110124
    111 <varlistentry id="zipcloak">
    112 <term><command>zipcloak</command></term>
    113 <listitem><para>is disabled in this version of <application>Zip</application>.
    114 It will display a message about how to support encryption by recompiling with
    115 <filename>zcrypt27.zip</filename>.</para>
    116 <indexterm zone="zip zipcloak">
    117 <primary sortas="b-zipcloak">zipcloak</primary>
    118 </indexterm></listitem>
    119 </varlistentry>
     125      <varlistentry id="zipcloak">
     126        <term><command>zipcloak</command></term>
     127        <listitem>
     128          <para>is disabled in this version of <application>Zip</application>.
     129          It will display a message about how to support encryption by recompiling with
     130          <filename>zcrypt27.zip</filename>.</para>
     131          <indexterm zone="zip zipcloak">
     132            <primary sortas="b-zipcloak">zipcloak</primary>
     133          </indexterm>
     134        </listitem>
     135      </varlistentry>
    120136
    121 <varlistentry id="zipnote">
    122 <term><command>zipnote</command></term>
    123 <listitem><para>reads or writes comments stored in a <filename>ZIP</filename>
    124 file.</para>
    125 <indexterm zone="zip zipnote">
    126 <primary sortas="b-zipnote">zipnote</primary>
    127 </indexterm></listitem>
    128 </varlistentry>
     137      <varlistentry id="zipnote">
     138        <term><command>zipnote</command></term>
     139        <listitem>
     140          <para>reads or writes comments stored in a <filename>ZIP</filename>
     141          file.</para>
     142          <indexterm zone="zip zipnote">
     143            <primary sortas="b-zipnote">zipnote</primary>
     144          </indexterm>
     145        </listitem>
     146      </varlistentry>
    129147
    130 <varlistentry id="zipsplit">
    131 <term><command>zipsplit</command></term>
    132 <listitem><para>is a utility to split <filename>ZIP</filename> files into
    133 smaller files.</para>
    134 <indexterm zone="zip zipsplit">
    135 <primary sortas="b-zipsplit">zipsplit</primary>
    136 </indexterm></listitem>
    137 </varlistentry>
     148      <varlistentry id="zipsplit">
     149        <term><command>zipsplit</command></term>
     150        <listitem>
     151          <para>is a utility to split <filename>ZIP</filename> files into
     152          smaller files.</para>
     153          <indexterm zone="zip zipsplit">
     154            <primary sortas="b-zipsplit">zipsplit</primary>
     155          </indexterm>
     156        </listitem>
     157      </varlistentry>
    138158
    139 </variablelist>
     159    </variablelist>
    140160
    141 </sect2>
     161  </sect2>
    142162
    143163</sect1>
Note: See TracChangeset for help on using the changeset viewer.