Changeset daaaf87 for general/sysutils


Ignore:
Timestamp:
03/26/2005 11:31:35 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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
Children:
6549833
Parents:
53c2faf
Message:

Updated to UnZip-5.52

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r53c2faf rdaaaf87  
    55  %general-entities;
    66
    7 <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz">
    8 <!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz">
    9 <!ENTITY unzip-md5sum "8a25712aac642430d87d21491f7c6bd1">
     7<!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
     8<!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
     9<!ENTITY unzip-md5sum "9d23919999d6eac9217d1f41472034a9">
    1010<!ENTITY unzip-size "1.1 MB">
    11 <!ENTITY unzip-buildsize "6.5 MB">
    12 <!ENTITY unzip-time "0.11 SBU">
     11<!ENTITY unzip-buildsize "7.2 MB">
     12<!ENTITY unzip-time "0.09 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="unzip.html"?>
    2121<title>UnZip-&unzip-version;</title>
     22<indexterm zone="unzip">
     23<primary sortas="a-UnZip">UnZip</primary></indexterm>
    2224
    2325<sect2>
     
    7274cp unix/Makefile . &amp;&amp;
    7375make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux &amp;&amp;
    74 make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz &amp;&amp;
    75 make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &amp;&amp;
    76 cp -d libunzip.so* /usr/lib</command></userinput></screen>
     76make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz</command></userinput></screen>
     77
     78<para>Now, as the root user:</para>
     79
     80<screen><userinput role='root'><command>make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &amp;&amp;
     81cp -v -d libunzip.so* /usr/lib</command></userinput></screen>
    7782
    7883</sect2>
     
    100105<title>Contents</title>
    101106
    102 <para>The <application>UnZip</application> package contains
    103 <command>unzip</command>, <command>funzip</command>, <command>unzipfsx</command>,
    104 <command>zipgrep</command>, <command>zipinfo</command> and the
    105 <filename class="libraryfile">libunzip</filename> library.</para>
     107<segmentedlist>
     108<segtitle>Installed Programs</segtitle>
     109<segtitle>Installed Library</segtitle>
     110<segtitle>Installed Directories</segtitle>
    106111
    107 </sect2>
     112<seglistitem>
     113<seg>funzip, unzip, unzipfsx, zipgrep and zipinfo</seg>
     114<seg>libunzip.so</seg>
     115<seg>None</seg>
     116</seglistitem>
     117</segmentedlist>
    108118
    109 <sect2><title>Description</title>
     119<variablelist>
     120<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     121<?dbfo list-presentation="list"?>
    110122
    111 <sect3><title>unzip</title>
    112 <para><command>unzip</command> lists, tests or extracts files from a
    113 <filename>ZIP</filename> archive.</para></sect3>
     123<varlistentry id="funzip">
     124<term><command>funzip</command></term>
     125<listitem><para>allows the output of <command>unzip</command> commands to be
     126redirected.</para>
     127<indexterm zone="unzip funzip">
     128<primary sortas="b-funzip">funzip</primary>
     129</indexterm></listitem>
     130</varlistentry>
    114131
    115 <sect3><title>funzip</title>
    116 <para><command>funzip</command> allows the output of <command>unzip</command>
    117 commands to be redirected.</para></sect3>
     132<varlistentry id="unzip-prog">
     133<term><command>unzip</command></term>
     134<listitem><para>lists, tests or extracts files from a <filename>ZIP</filename>
     135archive.</para>
     136<indexterm zone="unzip unzip-prog">
     137<primary sortas="b-unzip">unzip</primary>
     138</indexterm></listitem>
     139</varlistentry>
    118140
    119 <sect3><title>unzipfsx</title>
    120 <para><command>unzipfsx</command> is the self-extracting stub that can be
    121 prepended to a <filename>ZIP</filename> archive.  Files in this format allow
    122 the recipient to decompress the archive without installing
    123 <application>UnZip</application>.</para></sect3>
     141<varlistentry id="unzipfsx">
     142<term><command>unzipfsx</command></term>
     143<listitem><para>is a self-extracting stub that can be prepended to a
     144<filename>ZIP</filename> archive.  Files in this format allow the recipient to
     145decompress the archive without installing
     146<application>UnZip</application>.</para>
     147<indexterm zone="unzip unzipfsx">
     148<primary sortas="b-unzipfsx">unzipfsx</primary>
     149</indexterm></listitem>
     150</varlistentry>
    124151
    125 <sect3><title>zipgrep</title>
    126 <para><command>zipgrep</command> is a grep for <filename>ZIP</filename>
    127 archives.</para></sect3>
     152<varlistentry id="zipgrep">
     153<term><command>zipgrep</command></term>
     154<listitem><para>searches files in a <filename>ZIP</filename> archive for
     155lines matching a pattern.</para>
     156<indexterm zone="unzip zipgrep">
     157<primary sortas="b-zipgrep">zipgrep</primary>
     158</indexterm></listitem>
     159</varlistentry>
    128160
    129 <sect3><title>zipinfo</title>
    130 <para><command>zipinfo</command> produces technical information about the files
    131 in a <filename>ZIP</filename> archive, including file access permissions,
    132 encryption status, type of compression, etc.</para></sect3>
     161<varlistentry id="zipinfo">
     162<term><command>zipinfo</command></term>
     163<listitem><para>produces technical information about the files in a
     164<filename>ZIP</filename> archive, including file access permissions,
     165encryption status, type of compression, etc.</para>
     166<indexterm zone="unzip zipinfo">
     167<primary sortas="b-zipinfo">zipinfo</primary>
     168</indexterm></listitem>
     169</varlistentry>
     170
     171<varlistentry id="libunzip">
     172<term><filename class='libraryfile'>libunzip.so</filename></term>
     173<listitem><para>contains the <acronym>API</acronym> functions required by the
     174<application>UnZip</application> programs.</para>
     175<indexterm zone="unzip libunzip">
     176<primary sortas="c-libunzip">libunzip.so</primary>
     177</indexterm></listitem>
     178</varlistentry>
     179</variablelist>
    133180
    134181</sect2>
Note: See TracChangeset for help on using the changeset viewer.