diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-16 17:57:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-16 17:57:40 (EDT) |
commit | 9015063c68c3ea91a3fc4645cceaeebe8d7d8b8f (patch) | |
tree | 0c1c625fea53a28579f703523af4023940268fdd /m4.pkg/control |
Initial commit.
Diffstat (limited to 'm4.pkg/control')
-rw-r--r-- | m4.pkg/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/m4.pkg/control b/m4.pkg/control new file mode 100644 index 0000000..67f5c6f --- /dev/null +++ b/m4.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Description: macro processor + GNU M4 is an implementation of the traditional Unix macro processor. It is + mostly SVR4 compatible although it has some extensions (for example, handling + more than 9 positional parameters to macros). GNU M4 also has built-in + functions for including files, running shell commands, doing arithmetic, etc. |