[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-inetutils.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="msys">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="msys-inetutils">
|
---|
| 10 | <affiliate group="MinGW Developer Toolkit" />
|
---|
| 11 | <description lang="en" title="Common Networking Clients" >
|
---|
| 12 | <paragraph>inetutils provides common networking clients, including
|
---|
| 13 | telnet, ftp, rsh, rlogin, tftp, and rcp, adapated and compiled for
|
---|
| 14 | the MSYS platform on Microsoft Windows. This MSYS package provides
|
---|
| 15 | no servers.
|
---|
| 16 | </paragraph>
|
---|
| 17 | <paragraph>Most of these utilities are security nightmares, dating
|
---|
| 18 | from a time when the internet was a more innocent place. It is NOT
|
---|
| 19 | recommended that you use ANY of these utilities -- unless you have
|
---|
| 20 | a VERY good reason. Use ssh, sftp, or scp from msys-openssh instead.
|
---|
| 21 | </paragraph>
|
---|
| 22 | </description>
|
---|
| 23 |
|
---|
| 24 | <licence tarname="inetutils-%-msys-%-lic.tar.%" />
|
---|
| 25 | <source tarname="inetutils-%-msys-%-src.tar.%" />
|
---|
| 26 |
|
---|
| 27 | <component class="bin">
|
---|
| 28 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
| 29 | <release tarname="inetutils-1.7-1-msys-1.0.13-bin.tar.lzma" />
|
---|
| 30 | </component>
|
---|
| 31 |
|
---|
| 32 | <component class="doc">
|
---|
| 33 | <release tarname="inetutils-1.7-1-msys-1.0.13-doc.tar.lzma" />
|
---|
| 34 | </component>
|
---|
| 35 |
|
---|
| 36 | <component class="lic">
|
---|
| 37 | <release tarname="inetutils-1.7-1-msys-1.0.13-lic.tar.lzma" />
|
---|
| 38 | </component>
|
---|
| 39 |
|
---|
| 40 | <component class="dev">
|
---|
| 41 | <release tarname="inetutils-1.7-1-msys-1.0.13-dev.tar.lzma" />
|
---|
| 42 | </component>
|
---|
| 43 | </package>
|
---|
| 44 |
|
---|
| 45 | </package-collection>
|
---|
| 46 | </software-distribution>
|
---|
| 47 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|