source: general/sysutils/zip.xml@ 3166e3c

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3166e3c was 3166e3c, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Tags

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