source: general/sysutils/zip.xml@ dc19fbff

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since dc19fbff was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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/zip231.tar.gz">
8 <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
9 <!ENTITY zip-md5sum "6bfc076664416251d7624ab3538d1cb9">
10 <!ENTITY zip-size "781 KB">
11 <!ENTITY zip-buildsize "4.1 MB">
12 <!ENTITY zip-time "0.04 SBU">
13]>
14
15<sect1 id="zip" xreflabel="Zip-&zip-version;">
16 <?dbhtml filename="zip.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Zip-&zip-version;</title>
24
25 <indexterm zone="zip">
26 <primary sortas="a-Zip">Zip</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Zip</title>
31
32 <para>The <application>Zip</application> package contains
33 <application>Zip</application> utilities. These
34 are useful for compressing files into <filename>ZIP</filename> archives.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&zip-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&zip-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &zip-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &zip-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &zip-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &zip-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <para condition="html" role="usernotes">User Notes:
59 <ulink url="&blfs-wiki;/zip"/></para>
60
61 </sect2>
62
63 <sect2 role="installation">
64 <title>Installation of Zip</title>
65
66 <para>Install <application>Zip</application> by running the following
67 commands:</para>
68
69<screen><userinput>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
70 unix/Makefile &amp;&amp;
71make prefix=/usr -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>sed -i -e ... unix/Makefile</command>: The
85 <filename>Makefile</filename> has a bug which causes the installation to fail.
86 This command fixes the problem.</para>
87
88 <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
89 command overrides the <varname>prefix</varname> variable that is set to
90 <filename class='directory'>/usr/local</filename> in the
91 <filename>unix/Makefile</filename> which is used as a
92 <filename>Makefile</filename> and builds the executables for a Linux system. The
93 alternatives to <option>generic_gcc</option> can be seen with a
94 <command>make -f unix/Makefile list</command> command.</para>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Libraries</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>zip, zipcloak, zipnote, and zipsplit</seg>
108 <seg>None</seg>
109 <seg>None</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="zip-prog">
119 <term><command>zip</command></term>
120 <listitem>
121 <para>compresses files into a <filename>ZIP</filename> archive.</para>
122 <indexterm zone="zip zip-prog">
123 <primary sortas="b-zip">zip</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 <varlistentry id="zipcloak">
129 <term><command>zipcloak</command></term>
130 <listitem>
131 <para>is a utility to encrypt and decrypt a <filename>ZIP</filename> archive.</para>
132 <indexterm zone="zip zipcloak">
133 <primary sortas="b-zipcloak">zipcloak</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="zipnote">
139 <term><command>zipnote</command></term>
140 <listitem>
141 <para>reads or writes comments stored in a <filename>ZIP</filename>
142 file.</para>
143 <indexterm zone="zip zipnote">
144 <primary sortas="b-zipnote">zipnote</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="zipsplit">
150 <term><command>zipsplit</command></term>
151 <listitem>
152 <para>is a utility to split <filename>ZIP</filename> files into
153 smaller files.</para>
154 <indexterm zone="zip zipsplit">
155 <primary sortas="b-zipsplit">zipsplit</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.