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-texinfo.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-texinfo">
|
---|
10 | <affiliate group="MSYS Base System" />
|
---|
11 | <description lang="en" title="Documentation system for on-screen and printed manuals" >
|
---|
12 | <paragraph>Texinfo is the official documentation format of the GNU
|
---|
13 | project. It was invented by Richard Stallman and Bob Chassell
|
---|
14 | many years ago, loosely based on Brian Reid's Scribe and other
|
---|
15 | formatting languages of the time. It is used by many non-GNU
|
---|
16 | projects as well.
|
---|
17 | </paragraph>
|
---|
18 | <paragraph>Texinfo uses a single source file to produce output in
|
---|
19 | a number of formats, both online and printed (dvi, html, info,
|
---|
20 | pdf, xml, etc.). This means that instead of writing different
|
---|
21 | documents for online information and another for a printed
|
---|
22 | manual, you need write only one document. And when the work is
|
---|
23 | revised, you need revise only that one document.
|
---|
24 | </paragraph>
|
---|
25 | <paragraph>msys-texinfo provides makeinfo, for generating .info
|
---|
26 | output files from .texi input; install-info, for installing them
|
---|
27 | correctly in an info/ directory and updating the info/dir
|
---|
28 | manifest; and info, a viewer for info documentation files. Note
|
---|
29 | that generating .dvi or .pdf output requires a fully-fledged TeX
|
---|
30 | implementation, which is not available as part of the MinGW/MSYS
|
---|
31 | distribution -- MikTeX may be of some assistance.
|
---|
32 | </paragraph>
|
---|
33 | </description>
|
---|
34 |
|
---|
35 | <source tarname="texinfo-%-msys-%-src.tar.%" />
|
---|
36 | <licence tarname="texinfo-%-msys-%-lic.tar.%" />
|
---|
37 |
|
---|
38 | <component class="bin">
|
---|
39 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
40 |
|
---|
41 | <release tarname="texinfo-4.13a-2-msys-1.0.13-bin.tar.lzma">
|
---|
42 | <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
|
---|
43 | <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
|
---|
44 | <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
|
---|
45 | </release>
|
---|
46 |
|
---|
47 | <!-- the following are required by the texi2dvi script -->
|
---|
48 | <requires eq="msys-bash-*-msys-*-bin.tar" />
|
---|
49 | <requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
---|
50 | <requires eq="msys-diffutils-*-msys-*-bin.tar" />
|
---|
51 | <requires eq="msys-grep-*-msys-*-bin.tar" />
|
---|
52 | <requires eq="msys-tar-*-msys-*-bin.tar" />
|
---|
53 | </component>
|
---|
54 |
|
---|
55 | <component class="lang">
|
---|
56 | <release tarname="texinfo-4.13a-2-msys-1.0.13-lang.tar.lzma" />
|
---|
57 | </component>
|
---|
58 |
|
---|
59 | <component class="doc">
|
---|
60 | <release tarname="texinfo-4.13a-2-msys-1.0.13-doc.tar.lzma" />
|
---|
61 | </component>
|
---|
62 |
|
---|
63 | <component class="lic">
|
---|
64 | <release tarname="texinfo-4.13a-2-msys-1.0.13-lic.tar.lzma" />
|
---|
65 | </component>
|
---|
66 | </package>
|
---|
67 |
|
---|
68 | </package-collection>
|
---|
69 | </software-distribution>
|
---|
70 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|