Commit graph

18 commits

Author SHA1 Message Date
OKAZAKI Tetsurou
2e8223f003 Update to version 20071023.
PR:		124632
Submitted by:	Pedro F. Giffuni
2008-06-17 00:14:35 +00:00
Rong-En Fan
457c542620 - 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>
2007-07-04 09:01:45 +00:00
Florent Thoumie
12f136d8fa - 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>
2005-12-01 11:21:05 +00:00
Thierry Thomas
b3e40b6eb3 - Update to 20041222 and fix unfetchable; [1]
- set DIST_SUBDIR.

PR:		ports/78108 [1]
Submitted by:	Sam Lawrance
2005-02-26 20:34:01 +00:00
Kirill Ponomarev
4744fff4f8 - Update to version 20040207. The changes in the new version
include several bug fixes only.

PR:		ports/63460
Submitted by:	hrs
2004-02-27 18:37:06 +00:00
Yen-Ming Lee
39a73fb3c6 updates awk to the version 20030731 that is available on the author's homepage.
PR:		56351
Submitted by:	Simon Barner <barner@in.tum.de>
2003-09-03 07:00:22 +00:00
David E. O'Brien
9e279726a1 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.
2003-03-28 21:44:15 +00:00
David E. O'Brien
444f4d75d8 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)
2002-12-30 08:46:35 +00:00
David E. O'Brien
c855adcfd5 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
2002-12-12 23:31:51 +00:00
Edwin Groothuis
95e90fe8b8 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>
2002-10-29 11:26:34 +00:00
David E. O'Brien
15ce33a60c Update to the 20020210 release. 2002-03-15 09:25:02 +00:00
David E. O'Brien
0caadb429c Update to the 1-Jan-2002 One True AWK.
This includes
	added support for POSIX character class names like [:digit:]
Contributed by our very own DES.
2002-02-18 09:48:11 +00:00
David E. O'Brien
9fc866cf6e Update to the 20001115 version. 2001-02-21 20:33:19 +00:00
David E. O'Brien
5bb088ab45 Update to the 30-Oct-2000 version. 2000-11-03 10:01:02 +00:00
David E. O'Brien
76b0284dc5 Update to the Jun 20, 1999 fixes. 1999-11-29 10:14:16 +00:00
Kris Kennaway
bdb0f6273c Update to 990416 version.
Some commentary from Mr. bwk:

Mar 5, 1999:
        after hearing from yet another innocent victim, changed
        isnumber to is_number to avoid the problem caused by
        freeBSD gratuitously and incorrectly including the name
        isnumber in the standard header file ctype.h.

Prompted by:	bento
1999-04-30 14:09:59 +00:00
Steve Price
ca1e19a2f5 Update to version 98.10.20.
PR:		8530
Reviewed by:	maintainer
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1998-11-10 02:05:13 +00:00
Steve Price
3a5fc9ff61 Initial import of kawk.
kawk - Brian Kernighan's awk.

PR:		6460
Submitted by:	Josh Gilliam <josh@quick.net>
1998-07-04 19:21:58 +00:00