add mawk port

This commit is contained in:
brad 1999-03-12 16:50:33 +00:00
parent 41772c5add
commit dadbace6ca
5 changed files with 33 additions and 0 deletions

17
lang/mawk/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/12 16:50:33 brad Exp $
# $FreeBSD: Makefile,v 1.1.1.1 1999/01/18 04:50:26 steve Exp $
DISTNAME= mawk1.3.3
PKGNAME= mawk-1.3.3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/
MAINTAINER= brad@openbsd.org
WRKSRC= $(WRKDIR)/$(PKGNAME)
GNU_CONFIGURE= yes
ALL_TARGET=
MAN1= mawk.1
.include <bsd.port.mk>

3
lang/mawk/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (mawk1.3.3.tar.gz) = ad46743641924e1234b2bfba92641085
RMD160 (mawk1.3.3.tar.gz) = f1c939aa032ec7f5e8157a9440d3520f2ecc8501
SHA1 (mawk1.3.3.tar.gz) = 314bcdb6543733f47ef4d9d9356b23f53d6a7f89

1
lang/mawk/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
an implementation of new/posix awk

11
lang/mawk/pkg/DESCR Normal file
View File

@ -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

1
lang/mawk/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
bin/mawk