Changeset c1ed818 for general/sysutils


Ignore:
Timestamp:
10/07/2004 07:25:23 PM (20 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:
43a4bfad
Parents:
66af3f8
Message:

Corrected HTTP download URL's for Zip and Unzip

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

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r66af3f8 rc1ed818  
    55  %general-entities;
    66
    7 <!ENTITY unzip-download-http "http://www.mirror.ac.uk/sites/ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz">
     7<!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz">
    88<!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz">
    99<!ENTITY unzip-size "1.1 MB">
    1010<!ENTITY unzip-buildsize "6.5 MB">
    1111<!ENTITY unzip-time "0.11 SBU">
    12 
    1312]>
    1413
  • general/sysutils/zip.xml

    r66af3f8 rc1ed818  
    55  %general-entities;
    66
    7 <!ENTITY zip-download-http "http://www.mirror.ac.uk/sites/ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
     7<!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
    88<!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
    99<!ENTITY zip-size "839 KB">
    1010<!ENTITY zip-buildsize "3.6 MB">
    1111<!ENTITY zip-time "0.05 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>Zip</application></title>
    25                                                                                
    26                                                                                
     24
    2725<para>The <application>Zip</application> package contains
    2826<application>Zip</application> utilities. These
    29 are useful for compressing files into <filename>ZIP</filename> archives.</para>                                                                               
     27are useful for compressing files into <filename>ZIP</filename> archives.</para>
     28
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
     
    4039&zip-time;</para></listitem></itemizedlist>
    4140</sect3>
    42                                                                                
    43                                                                                
     41
    4442</sect2>
    4543
    4644<sect2>
    4745<title>Installation of <application>Zip</application></title>
    48                                                                                
    49 <para>Install <application>Zip</application> by running the following commands:</para>
    50                                                                                
     46
     47<para>Install <application>Zip</application> by running the following
     48commands:</para>
     49
    5150<screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc &amp;&amp;
    5251make prefix=/usr -f unix/Makefile install</command></userinput></screen>
    53                                                                                
     52
    5453</sect2>
    5554
    5655<sect2>
    5756<title>Command explanations</title>
    58                                                                                
    59 <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This command
    60 overrides the <varname>prefix</varname> variable that is set to
     57
     58<para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
     59command overrides the <varname>prefix</varname> variable that is set to
    6160<filename class='directory'>/usr/local</filename> in the
    62 <filename>unix/Makefile</filename> which we use as a makefile
    63 and builds the executables for a Linux system.  The alternatives to
    64 'generic_gcc' can be seen with a <command>make -f unix/Makefile list</command> command.</para>
    65                                                                                
     61<filename>unix/Makefile</filename> which is used as a
     62<command>Makefile</command> and builds the executables for a Linux system. The
     63alternatives to 'generic_gcc' can be seen with a
     64<command>make -f unix/Makefile list</command> command.</para>
     65
    6666</sect2>
    6767
    6868<sect2>
    6969<title>Contents</title>
    70                                                                                
    71 <para>The <application>Zip</application> package contains <command>zip
    72 </command>, <command>zipcloak</command>, <command>zipnote</command> and
    73 <command>zipsplit</command>.</para>
    74                                                                                
     70
     71<para>The <application>Zip</application> package contains
     72<command>zip</command>, <command>zipcloak</command>,
     73<command>zipnote</command> and <command>zipsplit</command>.</para>
     74
    7575</sect2>
    76                                                                                
     76
    7777<sect2><title>Description</title>
    78                                                                                
     78
    7979<sect3><title>zip</title>
    8080<para><command>zip</command> compresses files into a
    8181<filename>ZIP</filename> archive.</para></sect3>
    82                                                                                
     82
    8383<sect3><title>zipcloak</title>
    8484<para><command>zipcloak</command> is disabled in this version of
     
    8686display a message about how to support encryption by recompiling with
    8787<filename>zcrypt27.zip</filename>.</para></sect3>
    88                                                                                
     88
    8989<sect3><title>zipnote</title>
    9090<para><command>zipnote</command> reads or writes comments stored in a
    9191<filename>ZIP</filename> file.</para></sect3>
    92                                                                                
     92
    9393<sect3><title>zipsplit</title>
    9494<para><command>zipsplit</command> is a utility to split
    9595<filename>ZIP</filename> files into smaller files.</para></sect3>
    96                                                                                
    97                                                                                
     96
    9897</sect2>
    9998
Note: See TracChangeset for help on using the changeset viewer.