OSDN Git Service

Publish MinGW.org GCC-9.2 and WSL-5.3 package sets.
[mingw/mingw-dist.git] / msys / msys-bison.xml
index e180b51..ef642a1 100644 (file)
@@ -1,9 +1,14 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+
+  <!-- File: msys-bison.xml -->
+
   <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" >
+      <affiliate group="MinGW Developer Toolkit" />
+      <description lang="en" title="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 Bison with no change.
         </paragraph>
         <paragraph>The msys-bison-bin (sub)package provides the bison
-          executable and associated development files. The msys-bison-lang
+          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>
+
+      <licence tarname="bison-%-msys-%-lic.tar.%" />
+      <source tarname="bison-%-msys-%-src.tar.%" />
+
       <component class="bin">
-        <release tarname="bison-2.4.1-1-msys-1.0.11-bin.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+        <requires eq="msys-m4-*-msys-*-bin.tar" />
         <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>
-
+<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->