source: general/sysutils/zip.xml@ c4e6b84

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since c4e6b84 was 713123b, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Update to libdrm-2.4.121.

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[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">
[e1e58be]8 <!ENTITY zip-download-ftp " ">
[8dfc5c3]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
[99c90fa]35 &lfs121_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
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of Zip</title>
75
[06632cb]76 <para>
[713123b]77 First, make the package compatible with gcc-14:
[06632cb]78 </para>
79
80<screen><userinput>sed -i '205 s/CC=gcc/CC="gcc -std=gnu89"/' unix/Makefile</userinput></screen>
81
[b1532549]82 <para>
83 Install <application>Zip</application> by running the following
84 commands:
85 </para>
[d0006cd8]86
[792cb12e]87<screen><userinput>make -f unix/Makefile generic_gcc</userinput></screen>
[d0006cd8]88
[b1532549]89 <para>
90 This package does not come with a test suite.
91 </para>
[d0006cd8]92
[b1532549]93 <para>
94 Now, as the <systemitem class="username">root</systemitem> user:
95 </para>
[d0006cd8]96
[fc6725ee]97<screen role="root"><userinput>make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install</userinput></screen>
[d0006cd8]98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
[b1532549]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>.
[875b3b57]109 Alternatives to <parameter>generic_gcc</parameter> can be seen with a
[b1532549]110 <command>make -f unix/Makefile list</command> command.
111 </para>
[d0006cd8]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>
[b1532549]138 <para>
[4c24eb0a]139 compresses files into a <filename>ZIP</filename> archive
[b1532549]140 </para>
[d0006cd8]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>
[b1532549]150 <para>
151 is a utility to encrypt and decrypt a <filename>ZIP</filename>
[4c24eb0a]152 archive
[b1532549]153 </para>
[d0006cd8]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>
[b1532549]163 <para>
164 reads or writes comments stored in a <filename>ZIP</filename>
[4c24eb0a]165 file
[b1532549]166 </para>
[d0006cd8]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>
[b1532549]176 <para>
177 is a utility to split <filename>ZIP</filename> files into
[4c24eb0a]178 smaller files
[b1532549]179 </para>
[d0006cd8]180 <indexterm zone="zip zipsplit">
181 <primary sortas="b-zipsplit">zipsplit</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
[f45b1953]189
190</sect1>
Note: See TracBrowser for help on using the repository browser.