mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
339 B
Plaintext
7 lines
339 B
Plaintext
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.
|