| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 2 |
<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100"> |
| 3 |
|
| 4 |
<!-- File: msys-gzip.xml --> |
| 5 |
|
| 6 |
<package-collection subsystem="msys"> |
| 7 |
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> |
| 8 |
|
| 9 |
<package name="msys-gzip"> |
| 10 |
<affiliate group="MSYS Base System" /> |
| 11 |
<description lang="en" title="compress or expand files" > |
| 12 |
<paragraph>Gzip reduces the size of the named files using |
| 13 |
Lempel-Ziv coding (LZ77). Whenever possible, each file is |
| 14 |
replaced by one with the extension .gz, while keeping the same |
| 15 |
ownership modes, access and modification times. The LZ77 algorithm |
| 16 |
is the same one used by zip and PKZIP "deflate". The amount of |
| 17 |
compression obtained depends on the size of the input and the |
| 18 |
distribution of common substrings. Typically, text such as |
| 19 |
source code or English is reduced by 60-70%. Compression is |
| 20 |
generally much better than that achieved by LZW (as used in |
| 21 |
compress), Huffman coding (as used in pack), or adaptive Huffman |
| 22 |
coding (compact). gzip is the de facto standard compression |
| 23 |
program on unix, and is universally available. |
| 24 |
</paragraph> |
| 25 |
</description> |
| 26 |
|
| 27 |
<source tarname="gzip-%-msys-%-src.tar.%" /> |
| 28 |
<licence tarname="gzip-%-msys-%-lic.tar.%" /> |
| 29 |
|
| 30 |
<component class="bin"> |
| 31 |
<release tarname="gzip-1.3.12-2-msys-1.0.13-bin.tar.lzma" /> |
| 32 |
|
| 33 |
<!-- Every MSYS package requires msys-core-bin --> |
| 34 |
<requires eq="msys-core-*-msys-*-bin.tar" /> |
| 35 |
|
| 36 |
<!-- Other requirements support the auxiliary scripts, |
| 37 |
which are provided by the gzip-bin package. |
| 38 |
--> |
| 39 |
<requires eq="msys-bash-*-msys-*-bin.tar" /> |
| 40 |
<requires eq="msys-coreutils-*-msys-*-bin.tar" /> |
| 41 |
<requires eq="msys-diffutils-*-msys-*-bin.tar" /> |
| 42 |
<requires eq="msys-grep-*-msys-*-bin.tar" /> |
| 43 |
<requires eq="msys-less-*-msys-*-bin.tar" /> |
| 44 |
</component> |
| 45 |
|
| 46 |
<component class="doc"> |
| 47 |
<release tarname="gzip-1.3.12-2-msys-1.0.13-doc.tar.lzma" /> |
| 48 |
</component> |
| 49 |
|
| 50 |
<component class="lic"> |
| 51 |
<release tarname="gzip-1.3.12-2-msys-1.0.13-lic.tar.lzma" /> |
| 52 |
</component> |
| 53 |
</package> |
| 54 |
|
| 55 |
</package-collection> |
| 56 |
</software-distribution> |
| 57 |
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |