From c88ffaa981a7d38df005950c3c2d6c58473b841a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 7 May 2005 10:53:26 +0000 Subject: [PATCH] Tagged unzip.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4006 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/sysutils/unzip.xml | 317 ++++++++++++++++++++----------------- 1 file changed, 173 insertions(+), 144 deletions(-) diff --git a/general/sysutils/unzip.xml b/general/sysutils/unzip.xml index e5295cd8d6..4ed3ccd0ca 100644 --- a/general/sysutils/unzip.xml +++ b/general/sysutils/unzip.xml @@ -4,182 +4,211 @@ %general-entities; - - - - - - + + + + + + ]> - -$LastChangedBy$ -$Date$ - - -UnZip-&unzip-version; - -UnZip + - -Introduction to <application>UnZip</application> + + $LastChangedBy$ + $Date$ + -The UnZip package contains -ZIP extraction utilities. These are useful for extracting -files from ZIP archives. ZIP archives -are created with PKZIP or -Info-ZIP utilities primarily in a -DOS environment. - + UnZip-&unzip-version; -Package information - -Download (HTTP): -Download (FTP): -Download MD5 sum: &unzip-md5sum; -Download size: &unzip-size; -Estimated disk space required: -&unzip-buildsize; -Estimated build time: -&unzip-time; - + + UnZip + -Additional downloads - -Required patch: - -Required patch: - -Recommended patch: - - + + Introduction to UnZip - + The UnZip package contains + ZIP extraction utilities. These are useful for extracting + files from ZIP archives. ZIP + archives are created with PKZIP or + Info-ZIP utilities primarily in a DOS + environment. - -Installation of <application>UnZip</application> + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &unzip-md5sum; + + + Download size: &unzip-size; + + + Estimated disk space required: &unzip-buildsize; + + + Estimated build time: &unzip-time; + + -Install UnZip by running the following -commands: + Additional Downloads + + + Required patch: + + + Required patch: + + + Recommended patch: + + -patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch && + + + + Installation of UnZip + + Install UnZip by running the following + commands: + +patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch && patch -Np1 -i ../unzip-&unzip-version;-fix_libz-1.patch && patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch && -cp unix/Makefile . && +cp -v unix/Makefile . && make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux && -make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz +make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz -To test the results, issue: /sbin/ldconfig $PWD && make check. + To test the results, issue: /sbin/ldconfig $PWD && + make check. -Now, as the root user: + Now, as the root user: -make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install && -cp -v -d libunzip.so* /usr/lib +make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install && +cp -v -d libunzip.so* /usr/lib - + - -Command explanations + + Command Explanations -make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux: -This command overrides the prefix variable that is -set to /usr/local in the -Makefile, sets the LOCAL_UNZIP -environment variable to instruct UnZip to use -the shrinking algorithm based on the LZW compression -algorithm, and builds the executables for a Linux system. -The alternatives to 'linux' can be seen with a -make list command. + make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux: + This command overrides the prefix variable that is + set to /usr/local in the + Makefile, sets the LOCAL_UNZIP + environment variable to instruct UnZip to use + the shrinking algorithm based on the LZW compression + algorithm, and builds the executables for a Linux system. + The alternatives to 'linux' can be seen with a + make list command. -make ... linux_shlibz: Build shared -libunzip and link UnZip against -it and zlib. + make ... linux_shlibz: Build shared + libunzip and link UnZip against + it and zlib. - + - -Contents + + Contents - -Installed Programs -Installed Library -Installed Directories + + Installed Programs + Installed Library + Installed Directories - -funzip, unzip, unzipfsx, zipgrep and zipinfo -libunzip.so -None - - + + funzip, unzip, unzipfsx, zipgrep, and zipinfo + libunzip.so + None + + - -Short Descriptions - + + Short Descriptions + + - -funzip -allows the output of unzip commands to be -redirected. - -funzip - - + + funzip + + allows the output of unzip commands to be + redirected. + + funzip + + + - -unzip -lists, tests or extracts files from a ZIP -archive. - -unzip - - + + unzip + + lists, tests or extracts files from a ZIP + archive. + + unzip + + + - -unzipfsx -is a self-extracting stub that can be prepended to a -ZIP archive. Files in this format allow the recipient to -decompress the archive without installing -UnZip. - -unzipfsx - - + + unzipfsx + + is a self-extracting stub that can be prepended to a + ZIP archive. Files in this format allow the recipient to + decompress the archive without installing + UnZip. + + unzipfsx + + + - -zipgrep -searches files in a ZIP archive for -lines matching a pattern. - -zipgrep - - + + zipgrep + + searches files in a ZIP archive for + lines matching a pattern. + + zipgrep + + + - -zipinfo -produces technical information about the files in a -ZIP archive, including file access permissions, -encryption status, type of compression, etc. - -zipinfo - - + + zipinfo + + produces technical information about the files in a + ZIP archive, including file access permissions, + encryption status, type of compression, etc. + + zipinfo + + + - -libunzip.so -contains the API functions required by the -UnZip programs. - -libunzip.so - - - + + libunzip.so + + contains the API functions required by the + UnZip programs. + + libunzip.so + + + - + + +