XML catalogue of packages which are available for installation, using the mingw-get installer.
修訂 | 9a1598a313c42518ab6121967d5c051597a95142 (tree) |
---|---|
時間 | 2010-05-22 01:40:29 |
作者 | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-less.xml
@@ -0,0 +1,44 @@ | ||
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-less"> | |
6 | + <affiliate group="MSYS Base System" /> | |
7 | + <description lang="en" title="less: command-line text file viewer" > | |
8 | + <paragraph>Less is a free, open-source file pager. A pager is a | |
9 | + program that displays text files. Other pagers commonly in use | |
10 | + are more and pg. Pagers are often used in command-line | |
11 | + environments like the Unix shell and the MS-DOS command prompt | |
12 | + to display files. Windowed environments like the Windows and | |
13 | + Macintosh desktops don't need pagers as much, since they have | |
14 | + other methods for viewing files. | |
15 | + </paragraph> | |
16 | + <paragraph>Less is not an editor. You can't change the contents of | |
17 | + the file you're viewing. Less is not a windowing system. It | |
18 | + doesn't have fancy scroll bars or other GUI (graphical user | |
19 | + interface) elements. It was designed to work on simple text-only | |
20 | + terminals. | |
21 | + </paragraph> | |
22 | + </description> | |
23 | + <component class="bin"> | |
24 | + <release tarname="less-436-1-msys-1.0.11-bin.tar.lzma" /> | |
25 | + <release tarname="less-436-2-msys-1.0.13-bin.tar.lzma" > | |
26 | + <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" /> | |
27 | + </release> | |
28 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
29 | + <requires eq="msys-libregex-*-msys-*-dll-1.tar" /> | |
30 | + </component> | |
31 | + <component class="doc"> | |
32 | + <release tarname="less-436-1-msys-1.0.11-doc.tar.lzma" /> | |
33 | + <release tarname="less-436-2-msys-1.0.13-doc.tar.lzma" /> | |
34 | + </component> | |
35 | + <component class="lic"> | |
36 | + <release tarname="less-436-1-msys-1.0.11-lic.tar.lzma" /> | |
37 | + <release tarname="less-436-2-msys-1.0.13-lic.tar.lzma" /> | |
38 | + </component> | |
39 | + <licence tarname="less-%-msys-%-lic.tar" /> | |
40 | + <source tarname="less-%-msys-%-src.tar" /> | |
41 | + </package> | |
42 | + </package-collection> | |
43 | +</software-distribution> | |
44 | + |