[1046] | 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-diffutils.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="msys">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="msys-diffutils">
|
---|
| 10 | <affiliate group="MSYS Base System" />
|
---|
| 11 | <description lang="en" title="GNU collection of diff utilities" >
|
---|
| 12 | <paragraph>Diffutils provides a group of utilities that displays
|
---|
| 13 | difference between and among text files. 'diff' outputs the
|
---|
| 14 | difference between two files in any of several formats. If the
|
---|
| 15 | files are identical, it normally produces no ouput; if they are
|
---|
| 16 | binary (non-text) it normally reports only that they are
|
---|
| 17 | different. 'cmp' shows the offsets and files numbers where two
|
---|
| 18 | files differ; it can also show, side by side, all the characters
|
---|
| 19 | that differ between the two files. 'sdiff' merges two files
|
---|
| 20 | interactively. 'diff3' shows differences among three files. If
|
---|
| 21 | two people have made independent changes to a common original,
|
---|
| 22 | diff3 reports that difference between the original and the two
|
---|
| 23 | changed versions, and can produce a merged file that contains
|
---|
| 24 | both persons' changes along with warnings about conflicts.
|
---|
| 25 | </paragraph>
|
---|
| 26 | </description>
|
---|
| 27 |
|
---|
| 28 | <source tarname="diffutils-%-msys-%-src.tar.%" />
|
---|
| 29 | <licence tarname="diffutils-%-msys-%-lic.tar.%" />
|
---|
| 30 |
|
---|
| 31 | <component class="bin">
|
---|
| 32 | <release tarname="diffutils-2.8.7.20071206cvs-3-msys-1.0.13-bin.tar.lzma" >
|
---|
| 33 | <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
|
---|
| 34 | </release>
|
---|
| 35 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
| 36 | </component>
|
---|
| 37 |
|
---|
| 38 | <component class="lang">
|
---|
| 39 | <release tarname="diffutils-2.8.7.20071206cvs-3-msys-1.0.13-lang.tar.lzma" />
|
---|
| 40 | </component>
|
---|
| 41 |
|
---|
| 42 | <component class="doc">
|
---|
| 43 | <release tarname="diffutils-2.8.7.20071206cvs-3-msys-1.0.13-doc.tar.lzma" />
|
---|
| 44 | </component>
|
---|
| 45 |
|
---|
| 46 | <component class="lic">
|
---|
| 47 | <release tarname="diffutils-2.8.7.20071206cvs-3-msys-1.0.13-lic.tar.lzma" />
|
---|
| 48 | </component>
|
---|
| 49 | </package>
|
---|
| 50 |
|
---|
| 51 | </package-collection>
|
---|
| 52 | </software-distribution>
|
---|
| 53 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|