XML catalogue of packages which are available for installation, using the mingw-get installer.
修訂 | 2ffc3a3160784272bf55dc23e1e4995d1844a945 (tree) |
---|---|
時間 | 2010-05-24 03:00:12 |
作者 | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-groff.xml
@@ -0,0 +1,63 @@ | ||
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-groff"> | |
6 | + <description lang="en" title="groff: GNU troff typesetting package" > | |
7 | + <paragraph>The groff (GNU troff) software is a typesetting package | |
8 | + which reads plain text mixed with formatting commands and | |
9 | + produces formatted output. The package is essential for viewing | |
10 | + online manual pages. Output can be produced in a number of | |
11 | + formats including plain ASCII and PostScript. All the standard | |
12 | + macro packages are supported. | |
13 | + </paragraph> | |
14 | + <paragraph>The msys-groff package does not support the HTML nor | |
15 | + pdf output devices, becuase MSYS currently provides neither the | |
16 | + required postscript interpreter nor the pbmtools. The gxditview | |
17 | + viewer is not included. The msys-groff-bin subpackage provides | |
18 | + all of the components necessary for a working 'man' installation, | |
19 | + while the msys-groff-ext subpackage provides the remaining files | |
20 | + needed for supported output devices other than the console, such | |
21 | + as postscript and hpgl, as well as additional utilties. | |
22 | + </paragraph> | |
23 | + </description> | |
24 | + <component class="bin"> | |
25 | + <release tarname="groff-1.20.1-1-msys-1.0.11-bin.tar.lzma" /> | |
26 | + <release tarname="groff-1.20.1-2-msys-1.0.13-bin.tar.lzma" > | |
27 | + <requires eq="msys-libiconv-*-msys-*-dll-2.tar" /> | |
28 | + </release> | |
29 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
30 | + <requires eq="msys-bash-*-msys-*-bin.tar" /> | |
31 | + <requires eq="msys-coreutils-*-msys-*-bin.tar" /> | |
32 | + <!-- perl is required for the 'grog' script --> | |
33 | + <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
34 | + </component> | |
35 | + <component class="ext"> | |
36 | + <release tarname="groff-1.20.1-1-msys-1.0.11-ext.tar.lzma" /> | |
37 | + <release tarname="groff-1.20.1-2-msys-1.0.13-ext.tar.lzma" /> | |
38 | + <requires eq="msys-groff-%-msys-%-bin.tar" /> | |
39 | + <requires eq="msys-bash-*-msys-*-bin.tar" /> | |
40 | + <requires eq="msys-coreutils-*-msys-*-bin.tar" /> | |
41 | + <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
42 | + <requires eq="msys-sed-*-msys-*-bin.tar" /> | |
43 | + <requires eq="msys-diffutils-*-msys-*-bin.tar" /> | |
44 | + <requires eq="msys-grep-*-msys-*-bin.tar" /> | |
45 | + </component> | |
46 | + <component class="smp"> | |
47 | + <release tarname="groff-1.20.1-1-msys-1.0.11-smp.tar.lzma" /> | |
48 | + <release tarname="groff-1.20.1-2-msys-1.0.13-smp.tar.lzma" /> | |
49 | + </component> | |
50 | + <component class="doc"> | |
51 | + <release tarname="groff-1.20.1-1-msys-1.0.11-doc.tar.lzma" /> | |
52 | + <release tarname="groff-1.20.1-2-msys-1.0.13-doc.tar.lzma" /> | |
53 | + </component> | |
54 | + <component class="lic"> | |
55 | + <release tarname="groff-1.20.1-1-msys-1.0.11-lic.tar.lzma" /> | |
56 | + <release tarname="groff-1.20.1-2-msys-1.0.13-lic.tar.lzma" /> | |
57 | + </component> | |
58 | + <licence tarname="groff-%-msys-%-lic.tar" /> | |
59 | + <source tarname="groff-%-msys-%-src.tar" /> | |
60 | + </package> | |
61 | + </package-collection> | |
62 | +</software-distribution> | |
63 | + |