Changeset 4be62042


Ignore:
Timestamp:
03/17/2005 09:53:41 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.0, 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:
6760e56
Parents:
9f52578d
Message:

Updated to Zip-2.31

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9f52578d r4be62042  
    122122<!ENTITY which-version                "2.16">
    123123<!ENTITY unzip-version                "5.51">
    124 <!ENTITY zip-version                  "2.3">
     124<!ENTITY zip-version                  "2.31">
    125125<!ENTITY pciutils-version             "2.1.11">
    126126<!ENTITY pkgconfig-version            "0.15.0">
  • general/sysutils/zip.xml

    r9f52578d r4be62042  
    55  %general-entities;
    66
    7 <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
    8 <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
    9 <!ENTITY zip-md5sum "5206a99541f3b0ab90f1baa167392c4f">
    10 <!ENTITY zip-size "839 KB">
    11 <!ENTITY zip-buildsize "3.6 MB">
    12 <!ENTITY zip-time "0.05 SBU">
     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">
    1313]>
    1414
     
    2020<?dbhtml filename="zip.html"?>
    2121<title>Zip-&zip-version;</title>
     22<indexterm zone="zip">
     23<primary sortas="a-Zip">Zip</primary></indexterm>
    2224
    2325<sect2>
     
    5052commands:</para>
    5153
    52 <screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc &amp;&amp;
    53 make prefix=/usr -f unix/Makefile install</command></userinput></screen>
     54<screen><userinput><command>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
     55    unix/Makefile &amp;&amp;
     56make prefix=/usr -f unix/Makefile generic_gcc</command></userinput></screen>
     57
     58<para>Now, as the root user:</para>
     59
     60<screen><userinput role='root'><command>make prefix=/usr -f unix/Makefile install</command></userinput></screen>
    5461
    5562</sect2>
     
    7178<title>Contents</title>
    7279
    73 <para>The <application>Zip</application> package contains
    74 <command>zip</command>, <command>zipcloak</command>,
    75 <command>zipnote</command> and <command>zipsplit</command>.</para>
     80<segmentedlist>
     81<segtitle>Installed Programs</segtitle>
     82<segtitle>Installed Libraries</segtitle>
     83<segtitle>Installed Directories</segtitle>
    7684
    77 </sect2>
     85<seglistitem>
     86<seg>zip, zipcloak, zipnote, zipsplit</seg>
     87<seg>None</seg>
     88<seg>None</seg>
     89</seglistitem>
     90</segmentedlist>
    7891
    79 <sect2><title>Description</title>
     92<variablelist>
     93<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     94<?dbfo list-presentation="list"?>
    8095
    81 <sect3><title>zip</title>
    82 <para><command>zip</command> compresses files into a
    83 <filename>ZIP</filename> archive.</para></sect3>
     96<varlistentry id="zip-prog">
     97<term><command>zip</command></term>
     98<listitem><para>compresses files into a <filename>ZIP</filename>
     99archive.</para>
     100<indexterm zone="zip zip-prog">
     101<primary sortas="b-zip">zip</primary>
     102</indexterm></listitem>
     103</varlistentry>
    84104
    85 <sect3><title>zipcloak</title>
    86 <para><command>zipcloak</command> is disabled in this version of
    87 <application>Zip</application>.  It will
    88 display a message about how to support encryption by recompiling with
    89 <filename>zcrypt27.zip</filename>.</para></sect3>
     105<varlistentry id="zipcloak">
     106<term><command>zipcloak</command></term>
     107<listitem><para>is disabled in this version of <application>Zip</application>.
     108It will display a message about how to support encryption by recompiling with
     109<filename>zcrypt27.zip</filename>.</para>
     110<indexterm zone="zip zipcloak">
     111<primary sortas="b-zipcloak">zipcloak</primary>
     112</indexterm></listitem>
     113</varlistentry>
    90114
    91 <sect3><title>zipnote</title>
    92 <para><command>zipnote</command> reads or writes comments stored in a
    93 <filename>ZIP</filename> file.</para></sect3>
     115<varlistentry id="zipnote">
     116<term><command>zipnote</command></term>
     117<listitem><para>reads or writes comments stored in a <filename>ZIP</filename>
     118file.</para>
     119<indexterm zone="zip zipnote">
     120<primary sortas="b-zipnote">zipnote</primary>
     121</indexterm></listitem>
     122</varlistentry>
    94123
    95 <sect3><title>zipsplit</title>
    96 <para><command>zipsplit</command> is a utility to split
    97 <filename>ZIP</filename> files into smaller files.</para></sect3>
     124<varlistentry id="zipsplit">
     125<term><command>zipsplit</command></term>
     126<listitem><para>is a utility to split <filename>ZIP</filename> files into
     127smaller files.</para>
     128<indexterm zone="zip zipsplit">
     129<primary sortas="b-zipsplit">zipsplit</primary>
     130</indexterm></listitem>
     131</varlistentry>
     132
     133</variablelist>
    98134
    99135</sect2>
  • introduction/welcome/changelog.xml

    r9f52578d r4be62042  
    2424
    2525<listitem><para>March 17th, 2005 [randy]: Changed cracklib from a required
    26 dependency to recommended in the Linux-Pam instructions.</para></listitem>
     26dependency to recommended in the Linux-Pam instructions; updated to
     27Zip-2.31.</para></listitem>
    2728
    2829<listitem><para>March 16th, 2005 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.