OSDN Git Service

Redirect MPC package download requests to OSDN.net
[mingw/mingw-dist.git] / msys / msys-gawk.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: msys-gawk.xml -->
5
6   <package-collection subsystem="msys">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="msys-gawk" alias="msys-awk">
10       <affiliate group="MSYS Base System" />
11       <description lang="en" title="pattern scanning and processing language" >
12         <paragraph>Gawk is the GNU implementation of the AWK programming
13           language. Many computer users need to manipulate text files:
14           extract and then operate on data from parts of certain lines
15           while discarding the rest, make changes in various text files
16           wherever certain patterns appear, and so on. To write a program
17           to do these things in a language such as C or Pascal is a
18           time-consuming inconvenience that may take many lines of code.
19           The job is easy with gawk, which interprets a special-purpose
20           programming language that makes it possible to handle many
21           data-reformatting jobs with just a few lines of code.
22         </paragraph>
23       </description>
24
25       <source tarname="gawk-%-msys-%-src.tar.%" />
26       <licence tarname="gawk-%-msys-%-lic.tar.%" />
27
28       <component class="bin">
29         <release tarname="gawk-3.1.7-2-msys-1.0.13-bin.tar.lzma" >
30           <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
31         </release>
32         <requires eq="msys-core-*-msys-*-bin.tar" />
33         <requires eq="msys-coreutils-*-msys-*-bin.tar" />
34         <requires eq="msys-bash-*-msys-*-bin.tar" />
35       </component>
36
37       <component class="lang">
38         <release tarname="gawk-3.1.7-2-msys-1.0.13-lang.tar.lzma" />
39       </component>
40
41       <component class="doc">
42         <release tarname="gawk-3.1.7-2-msys-1.0.13-doc.tar.lzma" />
43       </component>
44
45       <component class="lic">
46         <release tarname="gawk-3.1.7-2-msys-1.0.13-lic.tar.lzma" />
47       </component>
48     </package>
49
50   </package-collection>
51 </software-distribution>
52 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->