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-less.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-less">
|
---|
10 | <affiliate group="MSYS Base System" />
|
---|
11 | <description lang="en" title="command-line text file viewer" >
|
---|
12 | <paragraph>Less is a free, open-source file pager. A pager is a
|
---|
13 | program that displays text files. Other pagers commonly in use
|
---|
14 | are more and pg. Pagers are often used in command-line
|
---|
15 | environments like the Unix shell and the MS-DOS command prompt
|
---|
16 | to display files. Windowed environments like the Windows and
|
---|
17 | Macintosh desktops don't need pagers as much, since they have
|
---|
18 | other methods for viewing files.
|
---|
19 | </paragraph>
|
---|
20 | <paragraph>Less is not an editor. You can't change the contents of
|
---|
21 | the file you're viewing. Less is not a windowing system. It
|
---|
22 | doesn't have fancy scroll bars or other GUI (graphical user
|
---|
23 | interface) elements. It was designed to work on simple text-only
|
---|
24 | terminals.
|
---|
25 | </paragraph>
|
---|
26 | </description>
|
---|
27 |
|
---|
28 | <source tarname="less-%-msys-%-src.tar.%" />
|
---|
29 | <licence tarname="less-%-msys-%-lic.tar.%" />
|
---|
30 |
|
---|
31 | <component class="bin">
|
---|
32 | <release tarname="less-436-2-msys-1.0.13-bin.tar.lzma" >
|
---|
33 | <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
|
---|
34 | <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
|
---|
35 | </release>
|
---|
36 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
37 | </component>
|
---|
38 |
|
---|
39 | <component class="doc">
|
---|
40 | <release tarname="less-436-2-msys-1.0.13-doc.tar.lzma" />
|
---|
41 | </component>
|
---|
42 |
|
---|
43 | <component class="lic">
|
---|
44 | <release tarname="less-436-2-msys-1.0.13-lic.tar.lzma" />
|
---|
45 | </component>
|
---|
46 | </package>
|
---|
47 |
|
---|
48 | </package-collection>
|
---|
49 | </software-distribution>
|
---|
50 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|