| 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-wget.xml --> | 
 
 
 
 
 | 5 |  | 
 
 
 
 
 | 6 | <package-collection subsystem="msys"> | 
 
 
 
 
 | 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | 
 
 
 
 
 | 8 |  | 
 
 
 
 
 | 9 | <package name="msys-wget"> | 
 
 
 
 
 | 10 | <description lang="en" title="non-interactive network downloader" > | 
 
 
 
 
 | 11 | <paragraph>Wget is a network utility to retrieve files from the Web | 
 
 
 
 
 | 12 | using http(s) and ftp, the two most widely used Internet | 
 
 
 
 
 | 13 | protocols.  The program supports recursive retrieval of | 
 
 
 
 
 | 14 | web-authoring pages as well as ftp sites -- you can use wget to | 
 
 
 
 
 | 15 | make mirrors of archives and home pages or to travel the Web like | 
 
 
 
 
 | 16 | a WWW robot. | 
 
 
 
 
 | 17 | </paragraph> | 
 
 
 
 
 | 18 | <paragraph>Wget works particularly well with slow or unstable | 
 
 
 
 
 | 19 | connections by continuing to retrieve a document until the | 
 
 
 
 
 | 20 | document is fully downloaded.  Re-getting files from where it left | 
 
 
 
 
 | 21 | off works on servers (both http and ftp) that support it.  Both | 
 
 
 
 
 | 22 | http and ftp retrievals can be time stamped, so wget can see if | 
 
 
 
 
 | 23 | the remote file has changed since the last retrieval and | 
 
 
 
 
 | 24 | automatically retrieve the new version if it has. | 
 
 
 
 
 | 25 | </paragraph> | 
 
 
 
 
 | 26 | <paragraph>The MinGW/MSYS project provides two versions of wget: | 
 
 
 
 
 | 27 | this MSYS one supports https and understands MSYS pathnames, but | 
 
 
 
 
 | 28 | requires the MSYS dll (and various others) to be installed.  There | 
 
 
 
 
 | 29 | is also a 'mingwPORT' wget, which is a MinGW (that is, native | 
 
 
 
 
 | 30 | Win32) version.  That version has no external dependencies but | 
 
 
 
 
 | 31 | is based on an older version of wget and does not support https. | 
 
 
 
 
 | 32 | </paragraph> | 
 
 
 
 
 | 33 | </description> | 
 
 
 
 
 | 34 |  | 
 
 
 
 
 | 35 | <licence tarname="wget-%-msys-%-lic.tar.%" /> | 
 
 
 
 
 | 36 | <source tarname="wget-%-msys-%-src.tar.%" /> | 
 
 
 
 
 | 37 |  | 
 
 
 
 
 | 38 | <component class="bin"> | 
 
 
 
 
 | 39 | <requires eq="msys-core-*-msys-*-bin.tar" /> | 
 
 
 
 
 | 40 | <release tarname="wget-1.12-1-msys-1.0.13-bin.tar.lzma" > | 
 
 
 
 
 | 41 | <requires eq="msys-libopenssl-*-msys-*-dll-100.tar" /> | 
 
 
 
 
 | 42 | <requires eq="msys-libintl-*-msys-*-dll-8.tar" /> | 
 
 
 
 
 | 43 | </release> | 
 
 
 
 
 | 44 | </component> | 
 
 
 
 
 | 45 |  | 
 
 
 
 
 | 46 | <component class="lang"> | 
 
 
 
 
 | 47 | <release tarname="wget-1.12-1-msys-1.0.13-lang.tar.lzma" /> | 
 
 
 
 
 | 48 | </component> | 
 
 
 
 
 | 49 |  | 
 
 
 
 
 | 50 | <component class="doc"> | 
 
 
 
 
 | 51 | <release tarname="wget-1.12-1-msys-1.0.13-doc.tar.lzma" /> | 
 
 
 
 
 | 52 | </component> | 
 
 
 
 
 | 53 |  | 
 
 
 
 
 | 54 | <component class="lic"> | 
 
 
 
 
 | 55 | <release tarname="wget-1.12-1-msys-1.0.13-lic.tar.lzma" /> | 
 
 
 
 
 | 56 | </component> | 
 
 
 
 
 | 57 | </package> | 
 
 
 
 
 | 58 |  | 
 
 
 
 
 | 59 | </package-collection> | 
 
 
 
 
 | 60 | </software-distribution> | 
 
 
 
 
 | 61 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |