aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-09 18:32:28 +0800
committerbapt <bapt@FreeBSD.org>2014-01-09 18:32:28 +0800
commit18854b96e7da987b06dedef895b84447cf0cf3c4 (patch)
tree4dcac69e1e2c98eccf14ba2022401b00680882e4 /lang
parent3f3f4ab063a8974758e9b5dd8f88974c9d15e7ce (diff)
downloadfreebsd-ports-gnome-18854b96e7da987b06dedef895b84447cf0cf3c4.tar.gz
freebsd-ports-gnome-18854b96e7da987b06dedef895b84447cf0cf3c4.tar.zst
freebsd-ports-gnome-18854b96e7da987b06dedef895b84447cf0cf3c4.zip
Update license and description
Diffstat (limited to 'lang')
-rw-r--r--lang/mawk/Makefile2
-rw-r--r--lang/mawk/pkg-descr19
2 files changed, 10 insertions, 11 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile
index 18af85b0e68e..12e0ba125c63 100644
--- a/lang/mawk/Makefile
+++ b/lang/mawk/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= bapt@FreeBSD.org
-COMMENT= Implementation of new/posix awk
+COMMENT= Interpreter for the AWK Programming Language
LICENSE= GPLv2
diff --git a/lang/mawk/pkg-descr b/lang/mawk/pkg-descr
index 30240bcfc11a..f08661588634 100644
--- a/lang/mawk/pkg-descr
+++ b/lang/mawk/pkg-descr
@@ -1,11 +1,10 @@
-Version 1.3 implements a new internal design for arrays:
+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.
-Extensive redesign of array data structures to support large arrays and
-fast access to arrays created with split. Many of the ideas in the
-new design were inspired by reading "The Design and Implementation of
-Dynamic Hashing Sets and Tables in Icon" by William Griswold and
-Gregg Townsend, SPE 23,351-367.
-
-Bug reports, comments, questions, etc. to
-Mike Brennan, brennan@whidbey.com.
-ftp site: ftp.whidbey.net in ~/pub/brennan
+WWW: http://invisible-island.net/mawk