[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-minires.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="msys">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="msys-minires">
|
---|
| 10 | <description lang="en" title="Simple win32 DNS client" >
|
---|
| 11 | <paragraph>minires provides a simple implementation of resolver
|
---|
| 12 | functions commonly used in clients, adapted to the MSYS
|
---|
| 13 | environment.
|
---|
| 14 | </paragraph>
|
---|
| 15 | <paragraph>On Windows 2000 and above, the query functions
|
---|
| 16 | (like res_query) are implemented by calling the Win32 API
|
---|
| 17 | function DnsQuery and translating the result to wire format --
|
---|
| 18 | if the file /etc/resolv.conf (c:\msys\1.0\etc\resolv.conf) is
|
---|
| 19 | not readable or contains an options line with the token "osquery".
|
---|
| 20 | </paragraph>
|
---|
| 21 | <paragraph>Otherwise, minires works as a simple synchronous non-
|
---|
| 22 | caching stub resolver. Instead of querying a local bind daemon,
|
---|
| 23 | this implementation attempts to reach predefined name servers.
|
---|
| 24 | Their addresses are obtained directly from Windows (except on
|
---|
| 25 | Win95 with DHCP), from /etc/resolv.conf, or from the
|
---|
| 26 | LOCALDOMAIN environment variable.
|
---|
| 27 | </paragraph>
|
---|
| 28 | <paragraph>The msys-minires package provides the documentation
|
---|
| 29 | for the minires library and test/debug applications, while the
|
---|
| 30 | associated msys-libminires package provides the runtime library
|
---|
| 31 | and related development files.
|
---|
| 32 | </paragraph>
|
---|
| 33 | </description>
|
---|
| 34 |
|
---|
| 35 | <licence tarname="minires-%-msys-%-lic.tar.%" />
|
---|
| 36 | <source tarname="minires-%-msys-%-src.tar.%" />
|
---|
| 37 |
|
---|
| 38 | <component class="bin">
|
---|
| 39 | <!-- Every MSYS package requires msys-core-bin. This dependency
|
---|
| 40 | is not explicitly stated here; rather, it is implicitly satisfied
|
---|
| 41 | as a prerequisite of the matching DLL for this package itself,
|
---|
| 42 | which is specified for each of the following releases.
|
---|
| 43 | -->
|
---|
| 44 | <release tarname="minires-1.02_1-2-msys-1.0.13-bin.tar.lzma" >
|
---|
| 45 | <requires eq="msys-libminires-%-msys-%-dll.tar" />
|
---|
| 46 | </release>
|
---|
| 47 | </component>
|
---|
| 48 |
|
---|
| 49 | <component class="doc">
|
---|
| 50 | <release tarname="minires-1.02_1-2-msys-1.0.13-doc.tar.lzma" />
|
---|
| 51 | </component>
|
---|
| 52 |
|
---|
| 53 | <component class="lic">
|
---|
| 54 | <release tarname="minires-1.02_1-2-msys-1.0.13-lic.tar.lzma" />
|
---|
| 55 | </component>
|
---|
| 56 | </package>
|
---|
| 57 |
|
---|
| 58 | <package name="msys-libminires">
|
---|
| 59 | <description lang="en" title="Simple win32 DNS client" >
|
---|
| 60 | <paragraph>minires provides a simple implementation of resolver
|
---|
| 61 | functions commonly used in clients, adapted to the MSYS
|
---|
| 62 | environment.
|
---|
| 63 | </paragraph>
|
---|
| 64 | <paragraph>On Windows 2000 and above, the query functions
|
---|
| 65 | (like res_query) are implemented by calling the Win32 API
|
---|
| 66 | function DnsQuery and translating the result to wire format --
|
---|
| 67 | if the file /etc/resolv.conf (c:\msys\1.0\etc\resolv.conf) is
|
---|
| 68 | not readable or contains an options line with the token "osquery".
|
---|
| 69 | </paragraph>
|
---|
| 70 | <paragraph>Otherwise, minires works as a simple synchronous non-
|
---|
| 71 | caching stub resolver. Instead of querying a local bind daemon,
|
---|
| 72 | this implementation attempts to reach predefined name servers.
|
---|
| 73 | Their addresses are obtained directly from Windows (except on
|
---|
| 74 | Win95 with DHCP), from /etc/resolv.conf, or from the
|
---|
| 75 | LOCALDOMAIN environment variable.
|
---|
| 76 | </paragraph>
|
---|
| 77 | <paragraph>The msys-libminires package provides the runtime library
|
---|
| 78 | and related development files, while the associated msys-minires
|
---|
| 79 | minires package provides the documentation and test/debug
|
---|
| 80 | applications.
|
---|
| 81 | </paragraph>
|
---|
| 82 | </description>
|
---|
| 83 |
|
---|
| 84 | <licence tarname="minires-%-msys-%-lic.tar.%" />
|
---|
| 85 | <source tarname="minires-%-msys-%-src.tar.%" />
|
---|
| 86 |
|
---|
| 87 | <component class="dll">
|
---|
| 88 | <!-- Every MSYS DLL package requires msys-core-bin -->
|
---|
| 89 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
| 90 | <release tarname="libminires-1.02_1-2-msys-1.0.13-dll.tar.lzma" />
|
---|
| 91 | </component>
|
---|
| 92 |
|
---|
| 93 | <component class="dev">
|
---|
| 94 | <release tarname="libminires-1.02_1-2-msys-1.0.13-dev.tar.lzma" >
|
---|
| 95 | <requires eq="msys-libminires-%-msys-%-dll.tar" />
|
---|
| 96 | </release>
|
---|
| 97 | </component>
|
---|
| 98 | </package>
|
---|
| 99 |
|
---|
| 100 | </package-collection>
|
---|
| 101 | </software-distribution>
|
---|
| 102 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|
| 103 |
|
---|