summaryrefslogtreecommitdiff
path: root/lang/nawk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 20040207. The changes in the new versionKirill Ponomarev2004-02-272-6/+4
| | | | | | | | | | include several bug fixes only. PR: ports/63460 Submitted by: hrs Notes: svn path=/head/; revision=102302
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101590
* updates awk to the version 20030731 that is available on the author's homepage.Yen-Ming Lee2003-09-032-2/+2
| | | | | | | | PR: 56351 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=88412
* Update to the Mar 14, 2003 version:David E. O'Brien2003-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. Notes: svn path=/head/; revision=77650
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Update to the Dec 13, 2002 version:David E. O'Brien2002-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) Notes: svn path=/head/; revision=71983
* Update to the 29-Nov-2002 distribution.David E. O'Brien2002-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 Notes: svn path=/head/; revision=71584
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Make lang/nawk building on -current again.Edwin Groothuis2002-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> Notes: svn path=/head/; revision=69097
* Update to awk 20020628Kris Kennaway2002-10-121-1/+1
| | | | Notes: svn path=/head/; revision=67893
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58740
* Update to the 20020210 release.David E. O'Brien2002-03-152-2/+2
| | | | Notes: svn path=/head/; revision=56142
* Update to the 1-Jan-2002 One True AWK.David E. O'Brien2002-02-183-14/+10
| | | | | | | | | This includes added support for POSIX character class names like [:digit:] Contributed by our very own DES. Notes: svn path=/head/; revision=54860
* Use [s]random() rather than [s]rand().David E. O'Brien2001-04-301-0/+21
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=42093
* Default to -O, not -O2.David E. O'Brien2001-04-301-1/+1
| | | | Notes: svn path=/head/; revision=42092
* Tweak.David E. O'Brien2001-02-211-3/+3
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=38570
* Change the manpage to say 'nawk' rather than just 'awk' to match theDavid E. O'Brien2001-02-211-1/+2
| | | | | | | | | installed binary name. Obtained from: NetBSD Notes: svn path=/head/; revision=38569
* Update to the 20001115 version.David E. O'Brien2001-02-212-2/+2
| | | | Notes: svn path=/head/; revision=38567
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35324
* BYACC builds this just fine, so drop the USE_BISON.David E. O'Brien2000-11-111-1/+0
| | | | Notes: svn path=/head/; revision=34981
* Update to the 30-Oct-2000 version.David E. O'Brien2000-11-034-39/+35
| | | | Notes: svn path=/head/; revision=34712
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* USE_BISON to build this.Bill Fumerola2000-03-012-4/+8
| | | | | | | | PR: ports/16690 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=26466
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* Update to the Jun 20, 1999 fixes.David E. O'Brien1999-11-295-135/+121
| | | | Notes: svn path=/head/; revision=23498
* Adopt ports I care about.David E. O'Brien1999-10-261-0/+3
| | | | Notes: svn path=/head/; revision=22651
* Remove josh@quick.net as MAINTAINER. Email to josh@quick.net hasBill Fenner1999-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. Notes: svn path=/head/; revision=22561
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Yet more WWW: additionsMichael Haro1999-05-031-1/+2
| | | | Notes: svn path=/head/; revision=18435
* Update to 990416 version.Kris Kennaway1999-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 Notes: svn path=/head/; revision=18221
* Fix an FPE error.Steve Price1999-01-184-41/+18
| | | | | | | | PR: 9492 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=16129
* Update to version 98.10.20.Steve Price1998-11-106-30/+192
| | | | | | | | | PR: 8530 Reviewed by: maintainer Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=14438
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-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. Notes: svn path=/head/; revision=12621
* Initial import of kawk.Steve Price1998-07-046-0/+55
kawk - Brian Kernighan's awk. PR: 6460 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=11712