source: general/sysutils/zip.xml@ 6732c094

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 6732c094 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 5.1 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 zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> -->
8 <!-- <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> -->
9 <!ENTITY zip-download-http "http://fresh.t-systems-sfr.com/unix/src/misc/zip232.tar.gz">
10 <!ENTITY zip-download-ftp "ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/zip232.tar.gz">
11 <!ENTITY zip-md5sum "8a4da4460386e324debe97f3b7fe4d96">
12 <!ENTITY zip-size "789 KB">
13 <!ENTITY zip-buildsize "4.0 MB">
14 <!ENTITY zip-time "Less than 0.1 SBU">
15]>
16
17<sect1 id="zip" xreflabel="Zip-&zip-version;">
18 <?dbhtml filename="zip.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Zip-&zip-version;</title>
26
27 <indexterm zone="zip">
28 <primary sortas="a-Zip">Zip</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Zip</title>
33
34 <para>The <application>Zip</application> package contains
35 <application>Zip</application> utilities. These
36 are useful for compressing files into <filename>ZIP</filename> archives.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&zip-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&zip-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &zip-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &zip-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &zip-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &zip-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/zip"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of Zip</title>
67
68 <para>Install <application>Zip</application> by running the following
69 commands:</para>
70
71<screen><userinput>make -f unix/Makefile generic_gcc</userinput></screen>
72
73 <para>This package does not come with a test suite.</para>
74
75 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
76
77<screen role="root"><userinput>make prefix=/usr -f unix/Makefile install</userinput></screen>
78
79 </sect2>
80
81 <sect2 role="commands">
82 <title>Command Explanations</title>
83
84 <para><command>make prefix=/usr -f unix/Makefile install</command>: This
85 command overrides the <varname>prefix</varname> variable that is set to
86 <filename class='directory'>/usr/local</filename> in the
87 <filename>unix/Makefile</filename>.
88 Alternatives to <option>generic_gcc</option> can be seen with a
89 <command>make -f unix/Makefile list</command> command.</para>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Directories</segtitle>
100
101 <seglistitem>
102 <seg>zip, zipcloak, zipnote, and zipsplit</seg>
103 <seg>None</seg>
104 <seg>None</seg>
105 </seglistitem>
106 </segmentedlist>
107
108 <variablelist>
109 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
110 <?dbfo list-presentation="list"?>
111 <?dbhtml list-presentation="table"?>
112
113 <varlistentry id="zip-prog">
114 <term><command>zip</command></term>
115 <listitem>
116 <para>compresses files into a <filename>ZIP</filename> archive.</para>
117 <indexterm zone="zip zip-prog">
118 <primary sortas="b-zip">zip</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
122
123 <varlistentry id="zipcloak">
124 <term><command>zipcloak</command></term>
125 <listitem>
126 <para>is a utility to encrypt and decrypt a <filename>ZIP</filename> archive.</para>
127 <indexterm zone="zip zipcloak">
128 <primary sortas="b-zipcloak">zipcloak</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 <varlistentry id="zipnote">
134 <term><command>zipnote</command></term>
135 <listitem>
136 <para>reads or writes comments stored in a <filename>ZIP</filename>
137 file.</para>
138 <indexterm zone="zip zipnote">
139 <primary sortas="b-zipnote">zipnote</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="zipsplit">
145 <term><command>zipsplit</command></term>
146 <listitem>
147 <para>is a utility to split <filename>ZIP</filename> files into
148 smaller files.</para>
149 <indexterm zone="zip zipsplit">
150 <primary sortas="b-zipsplit">zipsplit</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.