diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-31 16:33:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-31 16:33:18 +0000 |
commit | db2a13ade0d1ee8ed0be01fc5554edfb21c41aa3 (patch) | |
tree | f7af72401a05cda80820a773aa8779ebc13a0f9a /lang/awka/pkg-descr | |
parent | ff73c080d0b7866aeab876d22d5bfe427f319d16 (diff) |
Notes
Diffstat (limited to 'lang/awka/pkg-descr')
-rw-r--r-- | lang/awka/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/awka/pkg-descr b/lang/awka/pkg-descr new file mode 100644 index 000000000000..a01d8bafd27e --- /dev/null +++ b/lang/awka/pkg-descr @@ -0,0 +1,8 @@ +Awka is an open-source implementation of the AWK programming language. + +Awka is not an interpreter like Gawk, Mawk or Nawk, but instead it converts +the program to ANSI-C, then compiles this using gcc or a native C compiled +to create a binary executable. This means you must have an ANSI C compiler +present on your system for Awka to work. + +WWW: http://awka.sourceforge.net/ |