source: general/sysutils/zip.xml@ d7f8f6d

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d7f8f6d was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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