Changeset c1ed818
- Timestamp:
- 10/07/2004 07:25:23 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 43a4bfad
- Parents:
- 66af3f8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/unzip.xml
r66af3f8 rc1ed818 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz"> 9 9 <!ENTITY unzip-size "1.1 MB"> 10 10 <!ENTITY unzip-buildsize "6.5 MB"> 11 11 <!ENTITY unzip-time "0.11 SBU"> 12 13 12 ]> 14 13 -
general/sysutils/zip.xml
r66af3f8 rc1ed818 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz"> 9 9 <!ENTITY zip-size "839 KB"> 10 10 <!ENTITY zip-buildsize "3.6 MB"> 11 11 <!ENTITY zip-time "0.05 SBU"> 12 13 12 ]> 14 13 … … 23 22 <sect2> 24 23 <title>Introduction to <application>Zip</application></title> 25 26 24 27 25 <para>The <application>Zip</application> package contains 28 26 <application>Zip</application> utilities. These 29 are useful for compressing files into <filename>ZIP</filename> archives.</para> 27 are useful for compressing files into <filename>ZIP</filename> archives.</para> 28 30 29 <sect3><title>Package information</title> 31 30 <itemizedlist spacing='compact'> … … 40 39 &zip-time;</para></listitem></itemizedlist> 41 40 </sect3> 42 43 41 44 42 </sect2> 45 43 46 44 <sect2> 47 45 <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 48 commands:</para> 49 51 50 <screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc && 52 51 make prefix=/usr -f unix/Makefile install</command></userinput></screen> 53 52 54 53 </sect2> 55 54 56 55 <sect2> 57 56 <title>Command explanations</title> 58 59 <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This command60 overrides the <varname>prefix</varname> variable that is set to57 58 <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This 59 command overrides the <varname>prefix</varname> variable that is set to 61 60 <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 63 alternatives to 'generic_gcc' can be seen with a 64 <command>make -f unix/Makefile list</command> command.</para> 65 66 66 </sect2> 67 67 68 68 <sect2> 69 69 <title>Contents</title> 70 71 <para>The <application>Zip</application> package contains <command>zip72 < /command>, <command>zipcloak</command>, <command>zipnote</command> and73 <command>zip split</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 75 75 </sect2> 76 76 77 77 <sect2><title>Description</title> 78 78 79 79 <sect3><title>zip</title> 80 80 <para><command>zip</command> compresses files into a 81 81 <filename>ZIP</filename> archive.</para></sect3> 82 82 83 83 <sect3><title>zipcloak</title> 84 84 <para><command>zipcloak</command> is disabled in this version of … … 86 86 display a message about how to support encryption by recompiling with 87 87 <filename>zcrypt27.zip</filename>.</para></sect3> 88 88 89 89 <sect3><title>zipnote</title> 90 90 <para><command>zipnote</command> reads or writes comments stored in a 91 91 <filename>ZIP</filename> file.</para></sect3> 92 92 93 93 <sect3><title>zipsplit</title> 94 94 <para><command>zipsplit</command> is a utility to split 95 95 <filename>ZIP</filename> files into smaller files.</para></sect3> 96 97 96 98 97 </sect2> 99 98 -
introduction/welcome/changelog.xml
r66af3f8 rc1ed818 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 7th, 2004 [randy]: Updated Zip and Unzip HTTP 26 download URL's as suggested by Stefan Morrell.</para></listitem> 24 27 25 28 <listitem><para>October 7th, 2004 [igor]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.