[1046] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
| 2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2013022400">
|
---|
| 3 |
|
---|
| 4 | <!-- File: msys-m4.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="msys">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="msys-m4">
|
---|
| 10 | <affiliate group="MSYS Base System" />
|
---|
| 11 | <description lang="en" title="GNU Macro Processor" >
|
---|
| 12 | <paragraph>m4 is a macro processor, in the sense that it copies
|
---|
| 13 | its input to the output, expanding macros as it goes. Macros
|
---|
| 14 | are either builtin or user-defined, and can take any number of
|
---|
| 15 | arguments. Besides just doing macro expansion, `m4' has builtin
|
---|
| 16 | functions for including named files, running shell commands,
|
---|
| 17 | doing integer arithmetic, manipulating text in various ways,
|
---|
| 18 | performing recursion, etc.... `m4' can be used either as a
|
---|
| 19 | front-end to a compiler, or as a macro processor in its own
|
---|
| 20 | right. Its primary use is by autoconf, to generate configure
|
---|
| 21 | scripts from a library of m4 macros.
|
---|
| 22 | </paragraph>
|
---|
| 23 | </description>
|
---|
| 24 |
|
---|
| 25 | <source tarname="m4-%-msys-%-src.tar.%" />
|
---|
| 26 | <licence tarname="m4-%-msys-%-lic.tar.%" />
|
---|
| 27 |
|
---|
| 28 | <component class="bin">
|
---|
| 29 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
| 30 | <release tarname="m4-1.4.16-2-msys-1.0.17-bin.tar.lzma" />
|
---|
| 31 | <release tarname="m4-1.4.14-1-msys-1.0.13-bin.tar.lzma" />
|
---|
| 32 | </component>
|
---|
| 33 |
|
---|
| 34 | <component class="doc">
|
---|
| 35 | <release tarname="m4-1.4.16-2-msys-1.0.17-doc.tar.lzma" />
|
---|
| 36 | <release tarname="m4-1.4.14-1-msys-1.0.13-doc.tar.lzma" />
|
---|
| 37 | </component>
|
---|
| 38 |
|
---|
| 39 | <component class="lic">
|
---|
| 40 | <release tarname="m4-1.4.16-2-msys-1.0.17-lic.tar.lzma" />
|
---|
| 41 | <release tarname="m4-1.4.14-1-msys-1.0.13-lic.tar.lzma" />
|
---|
| 42 | </component>
|
---|
| 43 | </package>
|
---|
| 44 |
|
---|
| 45 | </package-collection>
|
---|
| 46 | </software-distribution>
|
---|
| 47 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|