mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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>
This commit is contained in:
parent
1390718872
commit
ddcaafa95a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16169
22
lang/mawk/Makefile
Normal file
22
lang/mawk/Makefile
Normal file
@ -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>
|
1
lang/mawk/distinfo
Normal file
1
lang/mawk/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mawk1.3.3.tar.gz) = ad46743641924e1234b2bfba92641085
|
1
lang/mawk/pkg-comment
Normal file
1
lang/mawk/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
an implementation of new/posix awk
|
11
lang/mawk/pkg-descr
Normal file
11
lang/mawk/pkg-descr
Normal 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
1
lang/mawk/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/mawk
|
Loading…
Reference in New Issue
Block a user