---
name: awka
version: 0.7.5
origin: lang/awka
comment: Converts the AWK script to C, then compiles it
arch: freebsd:9:x86:64
www: http://awka.sourceforge.net/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 815794
desc: |
  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/
categories: [lang]
files:
  /usr/local/bin/awka: 080379bda9aadbc846b482545ba95636cce5e530f474401fc3a0269939721196
  /usr/local/include/libawka.h: 0954c1f1a9a5683a87b95423c73e2fb9c557c6fc5fb991c2bc74155ddf35567e
  /usr/local/lib/libawka.a: 90c241b29bcfee5b003124ef93e9ed5f91a5d6eb957ecb0e3e8fd28ed0c4b821
  /usr/local/lib/libawka.so: fad0ad817c72f7b4b06d171766155fadc6dce987a4acaa6bebef6eb9bca3fb6c
  /usr/local/man/man1/awka.1.gz: e53f7d80e787556ab1e7c900553ba600288d6fe4859d4ab8eb05ca668abb6b71
  /usr/local/man/man5/awka-elm.5.gz: 77930b009f280fa580ae7afe6607844747d900dfd0912591f8f31d469713648f
  /usr/local/man/man5/awka-elmref.5.gz: bcdd1b9e3c59d98fd70e26b448ddc42896245745d19fd2a0431852b160fe88fe
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
