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)
9 lines
595 B
Plaintext
9 lines
595 B
Plaintext
mawk is an interpreter for the AWK Programming Language. The AWK language is
|
|
useful for manipulation of data files, text retrieval and processing, and for
|
|
prototyping and experimenting with algorithms. mawk is a new awk meaning it
|
|
implements the AWK language as defined in Aho, Kernighan and Weinberger, The
|
|
AWK Programming Language, Addison-Wesley Publishing, 1988 (hereafter referred
|
|
to as the AWK book.) mawk conforms to the Posix 1003.2 (draft 11.3) definition
|
|
of the AWK language which contains a few features not described in the AWK
|
|
book, and mawk provides a small number of extensions.
|