aboutsummaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-18 04:50:26 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-18 04:50:26 +0000
commitddcaafa95a376f562e29ae91553101f78514ad0c (patch)
tree2b54bf2f472baf024e75472aa753a365cda61a57 /lang/mawk
parent139071887249f20570e0f02551fcebe1dc3cfda7 (diff)
downloadports-ddcaafa95a376f562e29ae91553101f78514ad0c.tar.gz
ports-ddcaafa95a376f562e29ae91553101f78514ad0c.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>
Notes
Notes: svn path=/head/; revision=16169
Diffstat (limited to 'lang/mawk')
-rw-r--r--lang/mawk/Makefile22
-rw-r--r--lang/mawk/distinfo1
-rw-r--r--lang/mawk/pkg-comment1
-rw-r--r--lang/mawk/pkg-descr11
-rw-r--r--lang/mawk/pkg-plist1
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