summaryrefslogtreecommitdiffstats
path: root/lang/nawk
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20041222 and fix unfetchable; [1]thierry2005-02-263-7/+8
| | | | | | | - set DIST_SUBDIR. PR: ports/78108 [1] Submitted by: Sam Lawrance
* - Update to version 20040207. The changes in the new versionkrion2004-02-272-6/+4
| | | | | | | include several bug fixes only. PR: ports/63460 Submitted by: hrs
* BROKEN: Checksum mismatchkris2004-02-211-0/+2
|
* updates awk to the version 20030731 that is available on the author's homepage.leeym2003-09-032-2/+2
| | | | | PR: 56351 Submitted by: Simon Barner <barner@in.tum.de>
* Update to the Mar 14, 2003 version:obrien2003-03-284-15/+5
| | | | | | | | | | | | | 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.
* De-pkg-comment.knu2003-02-202-1/+1
|
* Update to the Dec 13, 2002 version:obrien2002-12-303-20/+4
| | | | | | | | | 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)
* Update to the 29-Nov-2002 distribution.obrien2002-12-124-100/+16
| | | | | | | Since the distfile isn't versioned, this was the only way to fix the "make distclean all" problem on 5-CURRENT. Approved by: kris
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Make lang/nawk building on -current again.edwin2002-10-293-7/+15
| | | | | | | | | | | 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>
* Update to awk 20020628kris2002-10-121-1/+1
|
* To ports@freebsd.org.obrien2002-05-081-1/+1
|
* Update to the 20020210 release.obrien2002-03-152-2/+2
|
* Update to the 1-Jan-2002 One True AWK.obrien2002-02-183-14/+10
| | | | | | This includes added support for POSIX character class names like [:digit:] Contributed by our very own DES.
* Use [s]random() rather than [s]rand().obrien2001-04-301-0/+21
| | | | Submitted by: kris
* Default to -O, not -O2.obrien2001-04-301-1/+1
|
* Tweak.obrien2001-02-211-3/+3
| | | | Obtained from: NetBSD
* Change the manpage to say 'nawk' rather than just 'awk' to match theobrien2001-02-211-1/+2
| | | | | | installed binary name. Obtained from: NetBSD
* Update to the 20001115 version.obrien2001-02-212-2/+2
|
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* BYACC builds this just fine, so drop the USE_BISON.obrien2000-11-111-1/+0
|
* Update to the 30-Oct-2000 version.obrien2000-11-034-39/+35
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* USE_BISON to build this.billf2000-03-012-4/+8
| | | | | PR: ports/16690 Submitted by: Will Andrews <andrews@technologist.com>
* Style nits in the ports I maintain.obrien2000-02-131-4/+4
|
* Update to the Jun 20, 1999 fixes.obrien1999-11-295-135/+121
|
* Adopt ports I care about.obrien1999-10-261-0/+3
|
* Remove josh@quick.net as MAINTAINER. Email to josh@quick.net hasfenner1999-10-211-2/+0
| | | | | | | | | been bouncing with: <josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User unknown for over 2 months.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Yet more WWW: additionsmharo1999-05-031-1/+2
|
* Update to 990416 version.kris1999-04-303-35/+29
| | | | | | | | | | | | 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
* Fix an FPE error.steve1999-01-184-41/+18
| | | | | PR: 9492 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Update to version 98.10.20.steve1998-11-106-30/+192
| | | | | | PR: 8530 Reviewed by: maintainer Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* The first time I tried committing this set of manpage removals it gothoek1998-08-181-1/+0
| | | | | | | | 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.
* Initial import of kawk.steve1998-07-046-0/+55
kawk - Brian Kernighan's awk. PR: 6460 Submitted by: Josh Gilliam <josh@quick.net>
OpenPOWER on IntegriCloud