Converts the AWK script to C, then compiles it
This commit is contained in:
Ying-Chieh Liao 2001-05-31 16:33:18 +00:00
parent ff73c080d0
commit db2a13ade0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43359
6 changed files with 43 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += TenDRA
SUBDIR += aleph
SUBDIR += atlast
SUBDIR += awka
SUBDIR += bc-gcc
SUBDIR += bwbasic
SUBDIR += caml-light

26
lang/awka/Makefile Normal file
View File

@ -0,0 +1,26 @@
# ex:ts=8
# New ports collection makefile for: awka
# Date created: May 31, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= awka
PORTVERSION= 0.7.3
CATEGORIES= lang
MASTER_SITES= http://awka.sourceforge.net/
MAINTAINER= ijliao@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MANCOMPRESSED= no
MAN1= awka.1
MAN5= awka-elm.5 awka-elmref.5
post-install:
@strip ${PREFIX}/bin/awka
.include <bsd.port.mk>

1
lang/awka/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (awka-0.7.3.tar.gz) = a1c17a23162f22cb7e3f92bd7bddc294

1
lang/awka/pkg-comment Normal file
View File

@ -0,0 +1 @@
Converts the AWK script to C, then compiles it

8
lang/awka/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Awka is an open-source implementation of the AWK programming language.
Awka is not an interpreter like Gawk, Mawk or Nawk, but instead it converts
the program to ANSI-C, then compiles this using gcc or a native C compiled
to create a binary executable. This means you must have an ANSI C compiler
present on your system for Awka to work.
WWW: http://awka.sourceforge.net/

6
lang/awka/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/awka
lib/libawka.a
lib/libdfa.a
lib/libawka.so
include/libawka.h
include/dfa.h