OSDN Git Service

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

diff --git a/msys/msys-m4.xml b/msys/msys-m4.xml
new file mode 100644 (file)
index 0000000..278c771
--- /dev/null
@@ -0,0 +1,38 @@
+<?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-m4">
+      <affiliate group="MSYS Base System" />
+      <description lang="en" title="m4: GNU Macro Processor" >
+        <paragraph>m4 is a macro processor, in the sense that it copies
+          its input to the output, expanding macros as it goes.  Macros
+          are either builtin or user-defined, and can take any number of
+          arguments.  Besides just doing macro expansion, `m4' has builtin
+          functions for including named files, running shell commands,
+          doing integer arithmetic, manipulating text in various ways,
+          performing recursion, etc....  `m4' can be used either as a
+          front-end to a compiler, or as a macro processor in its own
+          right. Its primary use is by autoconf, to generate configure
+          script from a library of m4 macros.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="m4-1.4.13-1-msys-1.0.11-bin.tar.lzma" />
+        <release tarname="m4-1.4.14-1-msys-1.0.13-bin.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="doc">
+        <release tarname="m4-1.4.13-1-msys-1.0.11-doc.tar.lzma" />
+        <release tarname="m4-1.4.14-1-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="m4-1.4.13-1-msys-1.0.11-lic.tar.lzma" />
+        <release tarname="m4-1.4.14-1-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <licence tarname="m4-%-msys-%-lic.tar" />
+      <source tarname="m4-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+