Commit Graph

37 Commits

Author SHA1 Message Date
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
Kris Kennaway
36769748b6 BROKEN: Checksum mismatch 2004-02-21 20:07:54 +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
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +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
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +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
Kris Kennaway
82922c51e8 Update to awk 20020628 2002-10-12 19:44:49 +00:00
David E. O'Brien
8854c53070 To ports@freebsd.org. 2002-05-08 21:18:45 +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
68af4f7b30 Use [s]random() rather than [s]rand().
Submitted by:	kris
2001-04-30 17:44:40 +00:00
David E. O'Brien
215481029e Default to -O, not -O2. 2001-04-30 17:42:49 +00:00
David E. O'Brien
9f1ffed4cc Tweak.
Obtained from:	NetBSD
2001-02-21 21:00:55 +00:00
David E. O'Brien
67e5ab04f0 Change the manpage to say 'nawk' rather than just 'awk' to match the
installed binary name.

Obtained from:	NetBSD
2001-02-21 20:59:06 +00:00
David E. O'Brien
9fc866cf6e Update to the 20001115 version. 2001-02-21 20:33:19 +00:00
David E. O'Brien
2c98c659d1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +00:00
David E. O'Brien
b108fbc310 BYACC builds this just fine, so drop the USE_BISON. 2000-11-11 06:13:03 +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
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Bill Fumerola
6fc857216a USE_BISON to build this.
PR:		ports/16690
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-01 07:13:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
76b0284dc5 Update to the Jun 20, 1999 fixes. 1999-11-29 10:14:16 +00:00
David E. O'Brien
0a2f9e05dc Adopt ports I care about. 1999-10-26 07:51:26 +00:00
Bill Fenner
fcde3f99f1 Remove josh@quick.net as MAINTAINER. Email to josh@quick.net has
been bouncing with:

<josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User
unknown

for over 2 months.
1999-10-21 19:02:29 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
Michael Haro
99e0b1f29f Yet more WWW: additions 1999-05-03 06:13:27 +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
dcfbeed9e1 Fix an FPE error.
PR:		9492
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1999-01-18 02:53:24 +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
Tim Vanderhoek
8ce50883da The first time I tried committing this set of manpage removals it got
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" ....  Hopefully that's not bad...  ;-)

Hmm..  Maybe I'll try doing this from beast, next!  kickme's a boring
machine, and bento is busy.
1998-08-18 18:33:15 +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