The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : gawk

The GNU version of Awk

 This is GNU Awk. It should be upwardly compatible with the Bell
Labs research version of awk.  It is almost completely compliant with
the 1993 POSIX 1003.2 standard for awk. 

http://www.gnu.org/software/gawk/gawk.html



gawk history


v. 1.23
date: 2007/05/19 20:13:37;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.22 date: 2007/03/04 09:53:08; author: krion; state: Exp; lines: +4 -3 Update to 3.1.5
v. 1.21 date: 2007/03/04 09:20:33; author: krion; state: Exp; lines: +1 -1 Grab maintainership.
v. 1.20 date: 2007/03/04 02:12:33; author: linimon; state: Exp; lines: +1 -1 dd@ has had his port bit taken for safekeeping. Therefore, return these to the pool. Hat: portmgr
v. 1.19 date: 2004/07/11 10:30:37; author: krion; state: Exp; lines: +9 -0 Support WITHOUT_NLS Pet portlint
v. 1.18 date: 2004/02/04 04:36:05; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.17 date: 2004/01/23 18:12:00; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.16 date: 2003/03/07 06:05:30; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2002/09/11 04:09:46; author: knu; state: Exp; lines: +7 -1 On recent 5-CURRENT, stop configure from detecting wchar support, since gawk fails to build with wchar/mbstring support due to lack of wcscoll(). Approved by: dd (MAINTAINER)
v. 1.14 date: 2002/06/09 02:30:34; author: dd; state: Exp; lines: +9 -5 Update to 3.1.1. PR: 38712 Submitted by: KATO Tsuguru
v. 1.13 date: 2001/07/11 09:02:17; author: dd; state: Exp; lines: +2 -2 portlint is stupid in some ways, but shut it up as much as possible anyway.
v. 1.12 date: 2001/07/11 08:53:07; author: dd; state: Exp; lines: +5 -6 Update to 3.1.0 and take over as maintainer from ports@. The only non vendor-induced change is that this port now installs igawk and awklib (this accounts for the removal of patch-a{a,b}). As far as I can tell, there was never a reason not to do this (other than that patch-sec1 hardcoded the wrong path to mktemp, so igawk couldn't work).
v. 1.11 date: 2001/05/29 06:01:14; author: kris; state: Exp; lines: +1 -2 There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD: bento builds packages in clean chroots, and anyway the original problem no longer occurs.
v. 1.10 date: 2001/01/03 22:19:35; author: andreas; state: Exp; lines: +2 -2 Changed maintainer to ports, I want to reduce my personal workload. Maybe I take over again in the future if I have more time for this.
v. 1.9 date: 2000/08/13 02:57:10; author: kris; state: Exp; lines: +2 -2 Upgrade to gawk 3.0.6
v. 1.8 date: 2000/04/12 06:18:30; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.7 date: 1999/10/23 19:27:06; author: andreas; state: Exp; lines: +8 -8 Update to new version 3.0.4 Recommended update because of bugs in versions < 3.0.4 (as Dirk reports). Recommendation: probably it would be useful to import this version into -current, let it settle there for a month and then merge it into 3.x-STABLE. Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Reviewed by: andreas@FreeBSD.ORG
v. 1.6 date: 1999/08/31 06:46:46; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.5 date: 1999/08/25 06:34:34; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.4 date: 1999/01/27 07:41:19; author: fenner; state: Exp; lines: +2 -1 ${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.3 date: 1998/11/13 07:42:20; author: asami; state: Exp; lines: +2 -1 Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh with gawk installed on 2.2-stable. ------- ===> Configuring for zsh-3.0.5 loading cache ./config.cache configuring for zsh 3.0.5 checking host system type... i386-unknown-freebsd2.2.7 : checking for mawk... no checking for gawk... gawk : gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O -pipe builtin.c In file included from builtin.c:3634: rlimits.h:7: parse error before character 034 *** Error code 1 Stop.
v. 1.2 date: 1998/10/26 07:43:49; author: asami; state: Exp; lines: +2 -2 No need to use += for variables defined only once.
v. 1.1 date: 1998/10/21 18:52:03; author: andreas; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/10/21 18:52:03; author: andreas; state: Exp; lines: +0 -0 New port gawk ============================================================================= v. 1.23 date: 2007/05/19 20:13:37; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22 date: 2007/03/04 09:53:08; author: krion; state: Exp; lines: +4 -3 Update to 3.1.5
v. 1.21 date: 2007/03/04 09:20:33; author: krion; state: Exp; lines: +1 -1 Grab maintainership.
v. 1.20 date: 2007/03/04 02:12:33; author: linimon; state: Exp; lines: +1 -1 dd@ has had his port bit taken for safekeeping. Therefore, return these to the pool. Hat: portmgr
v. 1.19 date: 2004/07/11 10:30:37; author: krion; state: Exp; lines: +9 -0 Support WITHOUT_NLS Pet portlint
v. 1.18 date: 2004/02/04 04:36:05; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.17 date: 2004/01/23 18:12:00; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.16 date: 2003/03/07 06:05:30; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2002/09/11 04:09:46; author: knu; state: Exp; lines: +7 -1 On recent 5-CURRENT, stop configure from detecting wchar support, since gawk fails to build with wchar/mbstring support due to lack of wcscoll(). Approved by: dd (MAINTAINER)
v. 1.14 date: 2002/06/09 02:30:34; author: dd; state: Exp; lines: +9 -5 Update to 3.1.1. PR: 38712 Submitted by: KATO Tsuguru
v. 1.13 date: 2001/07/11 09:02:17; author: dd; state: Exp; lines: +2 -2 portlint is stupid in some ways, but shut it up as much as possible anyway.
v. 1.12 date: 2001/07/11 08:53:07; author: dd; state: Exp; lines: +5 -6 Update to 3.1.0 and take over as maintainer from ports@. The only non vendor-induced change is that this port now installs igawk and awklib (this accounts for the removal of patch-a{a,b}). As far as I can tell, there was never a reason not to do this (other than that patch-sec1 hardcoded the wrong path to mktemp, so igawk couldn't work).
v. 1.11 date: 2001/05/29 06:01:14; author: kris; state: Exp; lines: +1 -2 There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD: bento builds packages in clean chroots, and anyway the original problem no longer occurs.
v. 1.10 date: 2001/01/03 22:19:35; author: andreas; state: Exp; lines: +2 -2 Changed maintainer to ports, I want to reduce my personal workload. Maybe I take over again in the future if I have more time for this.
v. 1.9 date: 2000/08/13 02:57:10; author: kris; state: Exp; lines: +2 -2 Upgrade to gawk 3.0.6
v. 1.8 date: 2000/04/12 06:18:30; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.7 date: 1999/10/23 19:27:06; author: andreas; state: Exp; lines: +8 -8 Update to new version 3.0.4 Recommended update because of bugs in versions < 3.0.4 (as Dirk reports). Recommendation: probably it would be useful to import this version into -current, let it settle there for a month and then merge it into 3.x-STABLE. Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Reviewed by: andreas@FreeBSD.ORG
v. 1.6 date: 1999/08/31 06:46:46; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.5 date: 1999/08/25 06:34:34; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.4 date: 1999/01/27 07:41:19; author: fenner; state: Exp; lines: +2 -1 ${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.3 date: 1998/11/13 07:42:20; author: asami; state: Exp; lines: +2 -1 Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh with gawk installed on 2.2-stable. ------- ===> Configuring for zsh-3.0.5 loading cache ./config.cache configuring for zsh 3.0.5 checking host system type... i386-unknown-freebsd2.2.7 : checking for mawk... no checking for gawk... gawk : gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O -pipe builtin.c In file included from builtin.c:3634: rlimits.h:7: parse error before character 034 *** Error code 1 Stop.
v. 1.2 date: 1998/10/26 07:43:49; author: asami; state: Exp; lines: +2 -2 No need to use += for variables defined only once.
v. 1.1 date: 1998/10/21 18:52:03; author: andreas; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/10/21 18:52:03; author: andreas; state: Exp; lines: +0 -0 New port gawk ============================================================================= v. 1.23 date: 2007/05/19 20:13:37; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22 date: 2007/03/04 09:53:08; author: krion; state: Exp; lines: +4 -3 Update to 3.1.5
v. 1.21 date: 2007/03/04 09:20:33; author: krion; state: Exp; lines: +1 -1 Grab maintainership.
v. 1.20 date: 2007/03/04 02:12:33; author: linimon; state: Exp; lines: +1 -1 dd@ has had his port bit taken for safekeeping. Therefore, return these to the pool. Hat: portmgr
v. 1.19 date: 2004/07/11 10:30:37; author: krion; state: Exp; lines: +9 -0 Support WITHOUT_NLS Pet portlint
v. 1.18 date: 2004/02/04 04:36:05; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.17 date: 2004/01/23 18:12:00; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.16 date: 2003/03/07 06:05:30; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2002/09/11 04:09:46; author: knu; state: Exp; lines: +7 -1 On recent 5-CURRENT, stop configure from detecting wchar support, since gawk fails to build with wchar/mbstring support due to lack of wcscoll(). Approved by: dd (MAINTAINER)
v. 1.14 date: 2002/06/09 02:30:34; author: dd; state: Exp; lines: +9 -5 Update to 3.1.1. PR: 38712 Submitted by: KATO Tsuguru
v. 1.13 date: 2001/07/11 09:02:17; author: dd; state: Exp; lines: +2 -2 portlint is stupid in some ways, but shut it up as much as possible anyway.
v. 1.12 date: 2001/07/11 08:53:07; author: dd; state: Exp; lines: +5 -6 Update to 3.1.0 and take over as maintainer from ports@. The only non vendor-induced change is that this port now installs igawk and awklib (this accounts for the removal of patch-a{a,b}). As far as I can tell, there was never a reason not to do this (other than that patch-sec1 hardcoded the wrong path to mktemp, so igawk couldn't work).
v. 1.11 date: 2001/05/29 06:01:14; author: kris; state: Exp; lines: +1 -2 There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD: bento builds packages in clean chroots, and anyway the original problem no longer occurs.
v. 1.10 date: 2001/01/03 22:19:35; author: andreas; state: Exp; lines: +2 -2 Changed maintainer to ports, I want to reduce my personal workload. Maybe I take over again in the future if I have more time for this.
v. 1.9 date: 2000/08/13 02:57:10; author: kris; state: Exp; lines: +2 -2 Upgrade to gawk 3.0.6
v. 1.8 date: 2000/04/12 06:18:30; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.7 date: 1999/10/23 19:27:06; author: andreas; state: Exp; lines: +8 -8 Update to new version 3.0.4 Recommended update because of bugs in versions < 3.0.4 (as Dirk reports). Recommendation: probably it would be useful to import this version into -current, let it settle there for a month and then merge it into 3.x-STABLE. Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Reviewed by: andreas@FreeBSD.ORG
v. 1.6 date: 1999/08/31 06:46:46; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.5 date: 1999/08/25 06:34:34; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.4 date: 1999/01/27 07:41:19; author: fenner; state: Exp; lines: +2 -1 ${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.3 date: 1998/11/13 07:42:20; author: asami; state: Exp; lines: +2 -1 Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh with gawk installed on 2.2-stable. ------- ===> Configuring for zsh-3.0.5 loading cache ./config.cache configuring for zsh 3.0.5 checking host system type... i386-unknown-freebsd2.2.7 : checking for mawk... no checking for gawk... gawk : gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O -pipe builtin.c In file included from builtin.c:3634: rlimits.h:7: parse error before character 034 *** Error code 1 Stop.
v. 1.2 date: 1998/10/26 07:43:49; author: asami; state: Exp; lines: +2 -2 No need to use += for variables defined only once.
v. 1.1 date: 1998/10/21 18:52:03; author: andreas; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/10/21 18:52:03; author: andreas; state: Exp; lines: +0 -0 New port gawk =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm