Port details |
- awka Converts the AWK script to C, then compiles it
- 0.7.5_2 lang =6 0.7.5_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-05-31 13:33:19
- Last Update: 2024-01-11 08:23:51
- Commit Hash: 6cd7e3c
- People watching this port, also watch:: wget, libxml2, gdbm, unzip, pcre
- License: GPLv2+
- WWW:
- https://awka.sourceforge.net/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/awka/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/awka
- pkg install awka
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: awka
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (awka-0.7.5.tar.gz) = b650495a9831469060b9df90ef4e540d6465fc3aeedf1e4f2772837170742fff
SIZE (awka-0.7.5.tar.gz) = 395499
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_awka
- USES:
- desthack
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.5_2 11 Jan 2024 08:23:51 |
Baptiste Daroussin (bapt) |
desthack: stop using MANPREFIX
While here prefer share/man over man for manpages |
0.7.5_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7.5_1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.5_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.7.5_1 09 Mar 2015 00:58:44 |
amdmi3 |
- Add LICENSE
- Strip library |
0.7.5 21 Feb 2014 14:01:21 |
miwi |
- Stage support |
0.7.5 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.7.5 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
0.7.5 15 Aug 2006 00:29:13 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.7.5 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
0.7.5 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.7.5 20 Feb 2003 18:38:02 |
knu |
De-pkg-comment. |
0.7.5 06 May 2002 09:57:23 |
ijliao |
upgrade to 0.7.5
drop maintainership |
14 Jun 2001 06:21:57 |
ijliao |
upgrade to 0.7.4 |
31 May 2001 17:33:19 |
ijliao |
add awka Converts the AWK script to C, then compiles it |