XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | 3e4b656318d991b8c73f14b9b428639e8f6861d9 (tree) |
---|---|
l'heure | 2010-05-22 01:39:20 |
Auteur | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-texinfo.xml
@@ -0,0 +1,61 @@ | ||
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-texinfo"> | |
6 | + <affiliate group="MSYS Base System" /> | |
7 | + <description lang="en" title="texinfo: Documentatino system for on-line information and printed output" > | |
8 | + <paragraph>Texinfo is the official documentation format of the GNU | |
9 | + project. It was invented by Richard Stallman and Bob Chassell | |
10 | + many years ago, loosely based on Brian Reid's Scribe and other | |
11 | + formatting languages of the time. It is used by many non-GNU | |
12 | + projects as well. | |
13 | + </paragraph> | |
14 | + <paragraph>Texinfo uses a single source file to produce output in | |
15 | + a number of formats, both online and printed (dvi, html, info, | |
16 | + pdf, xml, etc.). This means that instead of writing different | |
17 | + documents for online information and another for a printed | |
18 | + manual, you need write only one document. And when the work is | |
19 | + revised, you need revise only that one document. | |
20 | + </paragraph> | |
21 | + <paragraph>msys-texinfo provides makeinfo, for generating .info | |
22 | + output files from .texi input; install-info, for installing them | |
23 | + correctly in an info/ directory and updating the info/dir | |
24 | + manifest; and info, a viewer for info documentation files. Note | |
25 | + that generating .dvi or .pdf output requires an full-fledged TeX | |
26 | + implementation, which is not available as part of the MinGW/MSYS | |
27 | + distribution -- MikTeX may be of some assistance. | |
28 | + </paragraph> | |
29 | + </description> | |
30 | + <component class="bin"> | |
31 | + <release tarname="texinfo-4.13a-1-msys-1.0.11-bin.tar.lzma" /> | |
32 | + <release tarname="texinfo-4.13a-2-msys-1.0.13-bin.tar.lzma" > | |
33 | + <requires eq="msys-libintl-*-msys-*-dll-8.tar" /> | |
34 | + <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" /> | |
35 | + </release> | |
36 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
37 | + <requires eq="msys-libregex-*-msys-*-dll-1.tar" /> | |
38 | + <!-- the following are required by the texi2dvi script --> | |
39 | + <requires eq="msys-bash-*-msys-*-bin.tar" /> | |
40 | + <requires eq="msys-coreutils-*-msys-*-bin.tar" /> | |
41 | + <requires eq="msys-grep-*-msys-*-bin.tar" /> | |
42 | + <requires eq="msys-diffutils-*-msys-*-bin.tar" /> | |
43 | + <requires eq="msys-tar-*-msys-*-bin.tar" /> | |
44 | + </component> | |
45 | + <component class="lang"> | |
46 | + <release tarname="texinfo-4.13a-2-msys-1.0.13-lang.tar.lzma" /> | |
47 | + </component> | |
48 | + <component class="doc"> | |
49 | + <release tarname="texinfo-4.13a-1-msys-1.0.11-doc.tar.lzma" /> | |
50 | + <release tarname="texinfo-4.13a-2-msys-1.0.13-doc.tar.lzma" /> | |
51 | + </component> | |
52 | + <component class="lic"> | |
53 | + <release tarname="texinfo-4.13a-1-msys-1.0.11-lic.tar.lzma" /> | |
54 | + <release tarname="texinfo-4.13a-2-msys-1.0.13-lic.tar.lzma" /> | |
55 | + </component> | |
56 | + <licence tarname="texinfo-%-msys-%-lic.tar" /> | |
57 | + <source tarname="texinfo-%-msys-%-src.tar" /> | |
58 | + </package> | |
59 | + </package-collection> | |
60 | +</software-distribution> | |
61 | + |