XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | 46b601a01e2ea72437d9c753c996059ae1d492ec (tree) |
---|---|
Zeit | 2010-05-22 01:35:35 |
Autor | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-grep.xml
@@ -0,0 +1,37 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 | +<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> | |
3 | + <package-collection subsystem="msys"> | |
4 | + <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
5 | + <package name="msys-grep"> | |
6 | + <affiliate group="MSYS Base System" /> | |
7 | + <description lang="en" title="grep: print lines matching a pattern" > | |
8 | + <paragraph>grep searches the input files for lines containing a | |
9 | + match to a given pattern list. When it finds a match in a line, | |
10 | + it copies the line to standard output (by default), or produces | |
11 | + whatever other sort of output you have requested with options. | |
12 | + </paragraph> | |
13 | + </description> | |
14 | + <component class="bin"> | |
15 | + <release tarname="grep-2.5.4-1-msys-1.0.11-bin.tar.lzma" /> | |
16 | + <release tarname="grep-2.5.4-2-msys-1.0.13-bin.tar.lzma" > | |
17 | + <requires eq="msys-libintl-*-msys-*-dll-8.tar" /> | |
18 | + </release> | |
19 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
20 | + </component> | |
21 | + <component class="lang"> | |
22 | + <release tarname="grep-2.5.4-2-msys-1.0.13-lang.tar.lzma" /> | |
23 | + </component> | |
24 | + <component class="doc"> | |
25 | + <release tarname="grep-2.5.4-1-msys-1.0.11-doc.tar.lzma" /> | |
26 | + <release tarname="grep-2.5.4-2-msys-1.0.13-doc.tar.lzma" /> | |
27 | + </component> | |
28 | + <component class="lic"> | |
29 | + <release tarname="grep-2.5.4-1-msys-1.0.11-lic.tar.lzma" /> | |
30 | + <release tarname="grep-2.5.4-2-msys-1.0.13-lic.tar.lzma" /> | |
31 | + </component> | |
32 | + <licence tarname="grep-%-msys-%-lic.tar" /> | |
33 | + <source tarname="grep-%-msys-%-src.tar" /> | |
34 | + </package> | |
35 | + </package-collection> | |
36 | +</software-distribution> | |
37 | + |