OSDN Git Service

Added msys-bison.xml
authorCharles Wilson <cwilso11@users.sourceforge.net>
Wed, 19 May 2010 03:18:26 +0000 (03:18 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Wed, 19 May 2010 03:18:26 +0000 (03:18 +0000)
msys/msys-bison.xml [new file with mode: 0644]

diff --git a/msys/msys-bison.xml b/msys/msys-bison.xml
new file mode 100644 (file)
index 0000000..e180b51
--- /dev/null
@@ -0,0 +1,47 @@
+<?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-bison">
+      <description lang="en" title="bison: GNU Parser Generator" >
+        <paragraph>bison is a general-purpose parser generator that
+          converts an annotated context-free grammar into an LALR(1)
+          or GLR parser for that grammer.  Bison is upward compatible
+          with Yacc -- all properly-written Yacc grammars ought to work
+          with Bison with no change.
+        </paragraph>
+        <paragraph>The msys-bison-bin (sub)package provides the bison
+          executable and associated development files. The msys-bison-lang
+          (sub)package provides i18n support for the bison executable,
+          while the msys-bison-rtm (sub)package provides i18n support for
+          applications created with bison.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="bison-2.4.1-1-msys-1.0.11-bin.tar.lzma" />
+        <release tarname="bison-2.4.2-1-msys-1.0.13-bin.tar.lzma" >
+          <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
+        </release>
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="rtm">
+        <release tarname="bison-2.4.1-1-msys-1.0.11-rtm.tar.lzma" />
+        <release tarname="bison-2.4.2-1-msys-1.0.13-rtm.tar.lzma" />
+      </component>
+      <component class="lang">
+        <release tarname="bison-2.4.2-1-msys-1.0.13-lang.tar.lzma" />
+      </component>
+      <component class="doc">
+        <release tarname="bison-2.4.1-1-msys-1.0.11-doc.tar.lzma" />
+        <release tarname="bison-2.4.2-1-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="bison-2.4.1-1-msys-1.0.11-lic.tar.lzma" />
+        <release tarname="bison-2.4.2-1-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <licence tarname="bison-%-msys-%-lic.tar" />
+      <source tarname="bison-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+