Port details |
- nawk Brian Kernighan's pattern scanning and processing language
- 20121220_3 lang =6 20121220_3Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: unknown
- Last Update: 2024-01-21 19:25:24
- Commit Hash: a724dcd
- People watching this port, also watch:: libxml2, gdbm, libwmf, wine, unzip
- License: not specified in port
- WWW:
- http://cm.bell-labs.com/cm/cs/awkbook/index.html
- Description:
- Awk scans input files for specified patterns and can perform an associated
action when a line of the file matches the pattern.
This is the One True version of awk described in "The AWK Programming Language"
by Al Aho, Brian Kernighan, and Peter Weinberger
(Addison-Wesley, 1988, ISBN 0-201-07981-X).
- ¦ ¦ ¦ ¦
- 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/nawk/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/nawk
- pkg install nawk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nawk
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nawk-20121220/awk.tar.gz) = 8dc092165c5a4e1449f964286483d06d0dbfba4b0bd003cb5dab30de8f6d9b83
SIZE (nawk-20121220/awk.tar.gz) = 88970
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_nawk
- 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 |
20121220_3 21 Jan 2024 19:25:24 |
Muhammad Moinur Rahman (bofh) |
lang/nawk: Sanitize MANPREFIX
Looks like a mistake from my previous commit.
Approved by: portmgr (blanket) |
20121220_3 21 Jan 2024 17:53:30 |
Muhammad Moinur Rahman (bofh) |
lang/nawk: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
20121220_2 13 Jan 2024 23:30:23 |
Daniel Engberg (diizzy) |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
20121220_2 04 Jan 2024 17:37:09 |
Daniel Engberg (diizzy) |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
20121220_2 03 Oct 2023 10:43:44 |
Fernando Apesteguía (fernape) |
lang/nawk: Fix manual page installation
PR: 273651
Reported by: wosch@
MFH: 2023Q4 |
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) |
20121220_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 ) |
20121220_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 ) |
20121220_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20121220_1 16 Oct 2019 21:46:01 |
swills |
lang/nawk: fix MASTER_SITES
While here, assign maintainer
PR: 241275
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
20121220 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
20121220 04 Aug 2019 15:34:55 |
antoine |
Mark BROKEN: unfetchable |
20121220 10 Nov 2014 19:18:50 |
marino |
lang/nawk: Upgrade version 20110810 => 20121220
While here, set the DIST_SUBDIR to something unique since the distfile
has the same name between versions. Also reset maintainship as
Hiro doesn't use nawk on FreeBSD and updates are infrequent.
PR: 187543
Submitted by: Pedro Giffuni
Tweaks by: marino@ |
20110810 13 Mar 2014 15:12:45 |
ehaupt |
Support staging |
20110810 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
20110810 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
20110810 31 Aug 2011 07:31:24 |
sunpoet |
- Update to 20110810
Changes:
- Another fix to avoid core dump with delete(ARGV); again, many thanks to
Ruslan Ermilov.
PR: ports/160226
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (maintainer) |
20110807 26 Aug 2011 20:55:00 |
pav |
- Mark BROKEN: does not fetch
fetch: http://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz: size mismatch:
expected 107961, actual 108035
Reported by: pointyhat |
20110807 10 Aug 2011 08:45:43 |
culot |
- Update to 20110807
PR: ports/159630
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (maintainer) |
20110506 12 May 2011 07:58:53 |
culot |
- Update to 20110506
PR: ports/156888
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (maintainer) |
20100523 25 Nov 2010 12:05:07 |
sunpoet |
- Update to 20100523
Changes:
- fixed long-standing overflow bug in run.c; many thanks to
nelson beebe for spotting it and providing the fix.
- fixed bug that didn't parse -vd=1 properly; thanks to santiago
vila for spotting it.
PR: ports/152025
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: maintainer (timeout, 18 days) |
20100209 19 May 2010 05:44:33 |
wen |
- Update to 20100209
PR: ports/146172
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer(timeout, >2 weeks) |
20091126 07 Jan 2010 09:25:23 |
nemoliu |
- Update to 20091126
PR: ports/142206
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (maintainer) |
20071023_1 18 Feb 2009 05:55:26 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: Yoshihiro Ota via freebsd-ports@ |
20071023_1 20 Oct 2008 14:52:28 |
stefan |
Add patches:
- replace sprintf with snprintf
- use calloc() to avoid malloc(n * m) overflows
- NetBSD PR 36831: In setfval(), ensure that arithmetic never yields a negative
zero result.
- Restore the traditional (FreeBSD <= 2.x) behavior of trapping FPEs. With this
patch we pass mawk's fpe_test.
PR: 125348
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> |
20071023 17 Jun 2008 00:14:35 |
okazaki |
Update to version 20071023.
PR: 124632
Submitted by: Pedro F. Giffuni |
20070501 04 Jul 2007 09:01:45 |
rafan |
- Update to 20070501
- Add one fix from src/usr.bin/awk/lib.c.diff rev 1.2
- Normalize DIST_SUBDIR as other ports
PR: ports/114227
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> |
20050424 01 Dec 2005 11:21:05 |
flz |
- Update to snapshot 20050424.
- Rename patch-aa.
- Add SHA256 checksum.
- Remove one-line pkg-plist.
PR: ports/89791
Submitted by: Johan van Selst <johans@stack.nl> |
20041222 15 Nov 2005 04:46:11 |
kris |
BROKEN: Size mismatch |
20041222 26 Feb 2005 20:34:01 |
thierry |
- Update to 20041222 and fix unfetchable; [1]
- set DIST_SUBDIR.
PR: ports/78108 [1]
Submitted by: Sam Lawrance |
20040207 27 Feb 2004 18:37:06 |
krion |
- Update to version 20040207. The changes in the new version
include several bug fixes only.
PR: ports/63460
Submitted by: hrs |
20030731 21 Feb 2004 19:56:07 |
kris |
BROKEN: Checksum mismatch |
20030731 03 Sep 2003 07:00:23 |
leeym |
updates awk to the version 20030731 that is available on the author's homepage.
PR: 56351
Submitted by: Simon Barner <barner@in.tum.de> |
20030314 28 Mar 2003 21:44:15 |
obrien |
Update to the Mar 14, 2003 version:
the internationalization changes, somewhat modified, are now
reinstated. in theory awk will now do character comparisons
and case conversions in national language, but "." will always
be the decimal point separator on input and output regardless
of national language. isblank(){} has an #ifndef.
fixed subtle behavior in field and record splitting: if FS is
a single character and RS is not empty, \n is NOT a separator.
this tortuous reading is found in the awk book; behavior now
matches gawk and mawk. |
20021213 20 Feb 2003 18:38:02 |
knu |
De-pkg-comment. |
20021213 30 Dec 2002 08:46:35 |
obrien |
Update to the Dec 13, 2002 version:
for the moment, the internationalization changes of nov 29 are
rolled back -- programs like x = 1.2 don't work in some locales,
because the parser is expecting x = 1,2. until i understand this
better, this will have to wait.
Approved by: knu(portmgr) |
20021129 12 Dec 2002 23:31:51 |
obrien |
Update to the 29-Nov-2002 distribution.
Since the distfile isn't versioned, this was the only way to fix the
"make distclean all" problem on 5-CURRENT.
Approved by: kris |
20020628 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
20020628 29 Oct 2002 11:26:34 |
edwin |
Make lang/nawk building on -current again.
I didn't really take the patches from the PR, since 95% of them
where tab to space conversions. Also tweaked the makefile to use
${CC} instead of cc. The distinfo change is because of the rollout
of a new version, of which the Makefile was already changed but the
distinfo not.
PR: ports/44281
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> |
20020628 12 Oct 2002 19:44:49 |
kris |
Update to awk 20020628 |
20020210 08 May 2002 21:17:05 |
obrien |
To ports@freebsd.org. |
20020210 15 Mar 2002 09:25:03 |
obrien |
Update to the 20020210 release. |
18 Feb 2002 09:48:12 |
obrien |
Update to the 1-Jan-2002 One True AWK. |
30 Apr 2001 18:44:41 |
obrien |
Use [s]random() rather than [s]rand(). |
30 Apr 2001 18:42:49 |
obrien |
Default to -O, not -O2. |
21 Feb 2001 21:00:55 |
obrien |
Tweak. |
21 Feb 2001 20:59:06 |
obrien |
Change the manpage to say 'nawk' rather than just 'awk' to match the installed
binary name. |
21 Feb 2001 20:33:20 |
obrien |
Update to the 20001115 version. |
22 Nov 2000 00:23:40 |
obrien |
Add $FreeBSD$, which help me in problem reports. |
11 Nov 2000 06:13:04 |
obrien |
BYACC builds this just fine, so drop the USE_BISON. |
03 Nov 2000 10:01:02 |
obrien |
Update to the 30-Oct-2000 version. |
08 Oct 2000 04:17:26 |
asami |
Convert category lang to new layout. |