diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 12:50:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 12:50:26 +0800 |
commit | f11e78faec87995af99f6cd6e11e10aebb8ee782 (patch) | |
tree | 788541e4b6c88a07ceb5374cd6b8d7c3401cffa8 | |
parent | 89da2520784fbb0d2c7be62f168eb5e66da60c88 (diff) | |
download | freebsd-ports-gnome-f11e78faec87995af99f6cd6e11e10aebb8ee782.tar.gz freebsd-ports-gnome-f11e78faec87995af99f6cd6e11e10aebb8ee782.tar.zst freebsd-ports-gnome-f11e78faec87995af99f6cd6e11e10aebb8ee782.zip |
Initial import of mawk version 1.3.3.
An implementation of the new/posix awk.
PR: 9476
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
-rw-r--r-- | lang/mawk/Makefile | 22 | ||||
-rw-r--r-- | lang/mawk/distinfo | 1 | ||||
-rw-r--r-- | lang/mawk/pkg-comment | 1 | ||||
-rw-r--r-- | lang/mawk/pkg-descr | 11 | ||||
-rw-r--r-- | lang/mawk/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile new file mode 100644 index 000000000000..0cdb17e10d33 --- /dev/null +++ b/lang/mawk/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mawk +# Version required: 1.3.3 +# Date created: 24 Dec 1998 +# Whom: Pedro F. Giffuni <giffunip@asme.org> +# +# $Id$ +# + +DISTNAME= mawk1.3.3 +PKGNAME= mawk-1.3.3 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/ + +MAINTAINER= ports@FreeBSD.ORG + +WRKSRC= $(WRKDIR)/$(PKGNAME) +GNU_CONFIGURE= yes +ALL_TARGET= + +MAN1= mawk.1 + +.include <bsd.port.mk> diff --git a/lang/mawk/distinfo b/lang/mawk/distinfo new file mode 100644 index 000000000000..ecb130de7bac --- /dev/null +++ b/lang/mawk/distinfo @@ -0,0 +1 @@ +MD5 (mawk1.3.3.tar.gz) = ad46743641924e1234b2bfba92641085 diff --git a/lang/mawk/pkg-comment b/lang/mawk/pkg-comment new file mode 100644 index 000000000000..ee20a633e056 --- /dev/null +++ b/lang/mawk/pkg-comment @@ -0,0 +1 @@ +an implementation of new/posix awk diff --git a/lang/mawk/pkg-descr b/lang/mawk/pkg-descr new file mode 100644 index 000000000000..30240bcfc11a --- /dev/null +++ b/lang/mawk/pkg-descr @@ -0,0 +1,11 @@ +Version 1.3 implements a new internal design for arrays: + +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 diff --git a/lang/mawk/pkg-plist b/lang/mawk/pkg-plist new file mode 100644 index 000000000000..63b87211882d --- /dev/null +++ b/lang/mawk/pkg-plist @@ -0,0 +1 @@ +bin/mawk |