OSDN Git Service

Added msys-texinfo.xml
authorCharles Wilson <cwilso11@users.sourceforge.net>
Fri, 21 May 2010 16:39:20 +0000 (16:39 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Fri, 21 May 2010 16:39:20 +0000 (16:39 +0000)
msys/msys-texinfo.xml [new file with mode: 0644]

diff --git a/msys/msys-texinfo.xml b/msys/msys-texinfo.xml
new file mode 100644 (file)
index 0000000..f6ef0e7
--- /dev/null
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+  <package-collection subsystem="msys">
+    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
+    <package name="msys-texinfo">
+      <affiliate group="MSYS Base System" />
+      <description lang="en" title="texinfo: Documentatino system for on-line information and printed output" >
+        <paragraph>Texinfo is the official documentation format of the GNU
+          project. It was invented by Richard Stallman and Bob Chassell
+          many years ago, loosely based on Brian Reid's Scribe and other
+          formatting languages of the time. It is used by many non-GNU
+          projects as well.
+        </paragraph>
+        <paragraph>Texinfo uses a single source file to produce output in
+          a number of formats, both online and printed (dvi, html, info,
+          pdf, xml, etc.). This means that instead of writing different
+          documents for online information and another for a printed
+          manual, you need write only one document. And when the work is
+          revised, you need revise only that one document.
+        </paragraph>
+        <paragraph>msys-texinfo provides makeinfo, for generating .info
+          output files from .texi input; install-info, for installing them
+          correctly in an info/ directory and updating the info/dir
+          manifest; and info, a viewer for info documentation files. Note
+          that generating .dvi or .pdf output requires an full-fledged TeX
+          implementation, which is not available as part of the MinGW/MSYS
+          distribution -- MikTeX may be of some assistance.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="texinfo-4.13a-1-msys-1.0.11-bin.tar.lzma" />
+        <release tarname="texinfo-4.13a-2-msys-1.0.13-bin.tar.lzma" >
+          <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
+          <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
+        </release>
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+        <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
+        <!-- the following are required by the texi2dvi script -->
+        <requires eq="msys-bash-*-msys-*-bin.tar" />
+        <requires eq="msys-coreutils-*-msys-*-bin.tar" />
+        <requires eq="msys-grep-*-msys-*-bin.tar" />
+        <requires eq="msys-diffutils-*-msys-*-bin.tar" />
+        <requires eq="msys-tar-*-msys-*-bin.tar" />
+      </component>
+      <component class="lang">
+        <release tarname="texinfo-4.13a-2-msys-1.0.13-lang.tar.lzma" />
+      </component>
+      <component class="doc">
+        <release tarname="texinfo-4.13a-1-msys-1.0.11-doc.tar.lzma" />
+        <release tarname="texinfo-4.13a-2-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="texinfo-4.13a-1-msys-1.0.11-lic.tar.lzma" />
+        <release tarname="texinfo-4.13a-2-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <licence tarname="texinfo-%-msys-%-lic.tar" />
+      <source tarname="texinfo-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+