XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | bdad73681c6403e2afd499b427eff2fcaec03298 (tree) |
---|---|
l'heure | 2010-05-19 12:17:49 |
Auteur | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
msys-minires.xml
@@ -0,0 +1,87 @@ | ||
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-minires"> | |
6 | + <description lang="en" title="minires: Simple win32 DNS client" > | |
7 | + <paragraph>minires provides a simple implementation of resolver | |
8 | + functions commonly used in clients, adapted to the MSYS | |
9 | + environment. | |
10 | + </paragraph> | |
11 | + <paragraph>On Windows 2000 and above, the query functions | |
12 | + (like res_query) are implemented by calling the Win32 API | |
13 | + function DnsQuery and translating the result to wire format -- | |
14 | + if the file /etc/resolv.conf (c:\msys\1.0\etc\resolv.conf) is | |
15 | + not readable or contains an options line with the token "osquery". | |
16 | + </paragraph> | |
17 | + <paragraph>Otherwise, minires works as a simple synchronous non- | |
18 | + caching stub resolver. Instead of querying a local bind daemon, | |
19 | + this implementation attempts to reach predefined name servers. | |
20 | + Their addresses are obtained directly from Windows (except on | |
21 | + Win95 with DHCP), from /etc/resolv.conf, or from the | |
22 | + LOCALDOMAIN environment variable. | |
23 | + </paragraph> | |
24 | + <paragraph>The msys-minires package provides the documentation | |
25 | + for the minires library and test/debug applications, while the | |
26 | + associated msys-libminires package provides the runtime library | |
27 | + and related development files. | |
28 | + </paragraph> | |
29 | + </description> | |
30 | + <component class="bin"> | |
31 | + <release tarname="minires-1.02_1-1-msys-1.0.11-bin.tar.lzma" /> | |
32 | + <release tarname="minires-1.02_1-2-msys-1.0.13-bin.tar.lzma" /> | |
33 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
34 | + <requires eq="msys-libminires-%-msys-%-dll.tar" /> | |
35 | + </component> | |
36 | + <component class="doc"> | |
37 | + <release tarname="minires-1.02_1-1-msys-1.0.11-doc.tar.lzma" /> | |
38 | + <release tarname="minires-1.02_1-2-msys-1.0.13-doc.tar.lzma" /> | |
39 | + </component> | |
40 | + <component class="lic"> | |
41 | + <release tarname="minires-1.02_1-1-msys-1.0.11-lic.tar.lzma" /> | |
42 | + <release tarname="minires-1.02_1-2-msys-1.0.13-lic.tar.lzma" /> | |
43 | + </component> | |
44 | + <licence tarname="minires-%-msys-%-lic.tar" /> | |
45 | + <source tarname="minires-%-msys-%-src.tar" /> | |
46 | + </package> | |
47 | + <package name="msys-libminires"> | |
48 | + <description lang="en" title="libminires: Simple win32 DNS client" > | |
49 | + <paragraph>minires provides a simple implementation of resolver | |
50 | + functions commonly used in clients, adapted to the MSYS | |
51 | + environment. | |
52 | + </paragraph> | |
53 | + <paragraph>On Windows 2000 and above, the query functions | |
54 | + (like res_query) are implemented by calling the Win32 API | |
55 | + function DnsQuery and translating the result to wire format -- | |
56 | + if the file /etc/resolv.conf (c:\msys\1.0\etc\resolv.conf) is | |
57 | + not readable or contains an options line with the token "osquery". | |
58 | + </paragraph> | |
59 | + <paragraph>Otherwise, minires works as a simple synchronous non- | |
60 | + caching stub resolver. Instead of querying a local bind daemon, | |
61 | + this implementation attempts to reach predefined name servers. | |
62 | + Their addresses are obtained directly from Windows (except on | |
63 | + Win95 with DHCP), from /etc/resolv.conf, or from the | |
64 | + LOCALDOMAIN environment variable. | |
65 | + </paragraph> | |
66 | + <paragraph>The msys-libminires package provides the runtime library | |
67 | + and related development files, while the associated msys-minires | |
68 | + minires package provides the documentation and test/debug | |
69 | + applications. | |
70 | + </paragraph> | |
71 | + </description> | |
72 | + <component class="dll"> | |
73 | + <release tarname="libminires-1.02_1-1-msys-1.0.11-dll.tar.lzma" /> | |
74 | + <release tarname="libminires-1.02_1-2-msys-1.0.13-dll.tar.lzma" /> | |
75 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
76 | + </component> | |
77 | + <component class="dev"> | |
78 | + <release tarname="libminires-1.02_1-1-msys-1.0.11-dev.tar.lzma" /> | |
79 | + <release tarname="libminires-1.02_1-2-msys-1.0.13-dev.tar.lzma" /> | |
80 | + <requires eq="msys-libminires-%-msys-%-dll.tar" /> | |
81 | + </component> | |
82 | + <licence tarname="minires-%-msys-%-lic.tar" /> | |
83 | + <source tarname="minires-%-msys-%-src.tar" /> | |
84 | + </package> | |
85 | + </package-collection> | |
86 | +</software-distribution> | |
87 | + |