• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Revisioncda0d201ca6099660b99d272964d5e1e6ea3f831 (tree)
Time2010-05-24 02:59:42
AuthorCharles Wilson <cwilso11@user...>
CommiterCharles Wilson

Log Message

Added msys-wget.xml

Change Summary

Incremental Difference

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