Ignore:
Timestamp:
06/12/2004 10:56:28 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
d3edf27
Parents:
bfe245f
Message:

XML Updates to Part III from DJ

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/zip.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY zip-download-http "http://www.mirror.ac.uk/sites/ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
     8<!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
     9<!ENTITY zip-size "839 KB">
     10<!ENTITY zip-buildsize "3.6 MB">
     11<!ENTITY zip-time "0.05 SBU">
     12
     13]>
     14
    115<sect1 id="zip" xreflabel="Zip-&zip-version;">
    216<?dbhtml filename="zip.html"?>
    317<title>Zip-&zip-version;</title>
    418
    5 &zip-intro;
    6 &zip-inst;
    7 &zip-exp;
    8 &zip-desc;
     19<sect2>
     20<title>Introduction to <application>Zip</application></title>
     21                                                                               
     22                                                                               
     23<para>The <application>Zip</application> package contains
     24<application>Zip</application> utilities. These
     25are useful for compressing files into <filename>ZIP</filename> archives.</para>                                                                               
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink
     29url="&zip-download-http;"/></para></listitem>
     30<listitem><para>Download (FTP): <ulink
     31url="&zip-download-ftp;"/></para></listitem>
     32<listitem><para>Download size: &zip-size;</para></listitem>
     33<listitem><para>Estimated Disk space required:
     34&zip-buildsize;</para></listitem>
     35<listitem><para>Estimated build time:
     36&zip-time;</para></listitem></itemizedlist>
     37</sect3>
     38                                                                               
     39                                                                               
     40</sect2>
     41
     42<sect2>
     43<title>Installation of <application>Zip</application></title>
     44                                                                               
     45<para>Install <application>Zip</application> by running the following commands:</para>
     46                                                                               
     47<screen><userinput><command>cp unix/Makefile . &amp;&amp;
     48make prefix=/usr generic_gcc &amp;&amp;
     49make prefix=/usr install</command></userinput></screen>
     50                                                                               
     51</sect2>
     52
     53<sect2>
     54<title>Command explanations</title>
     55                                                                               
     56<para><command>make prefix=/usr generic_gcc</command>: This command
     57overrides the prefix variable that is set to
     58<filename class='directory'>/usr/local</filename> in the
     59<filename>Makefile</filename>
     60and builds the executables for a linux system.  The alternatives to
     61'generic_gcc' can be seen with a <command>make list</command> command.</para>
     62                                                                               
     63</sect2>
     64
     65<sect2>
     66<title>Contents</title>
     67                                                                               
     68<para>The <application>Zip</application> package contains <command>zip
     69</command>, <command>zipcloak</command>, <command>zipnote</command> and
     70<command>zipsplit</command>.</para>
     71                                                                               
     72</sect2>
     73                                                                               
     74<sect2><title>Description</title>
     75                                                                               
     76<sect3><title>zip</title>
     77<para><command>zip</command> compresses files into a
     78<filename>ZIP</filename> archive.</para></sect3>
     79                                                                               
     80<sect3><title>zipcloak</title>
     81<para><command>zipcloak</command> is disabled in this version of
     82<application>Zip</application>.  It will
     83display a message about how to support encryption by recompiling with
     84<filename>zcrypt27.zip</filename>.</para></sect3>
     85                                                                               
     86<sect3><title>zipnote</title>
     87<para><command>zipnote</command> reads or writes comments stored in a
     88<filename>ZIP</filename> file.</para></sect3>
     89                                                                               
     90<sect3><title>zipsplit</title>
     91<para><command>zipsplit</command> is a utility to split
     92<filename>ZIP</filename> files into smaller files.</para></sect3>
     93                                                                               
     94                                                                               
     95</sect2>
    996
    1097</sect1>
Note: See TracChangeset for help on using the changeset viewer.