1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Emanuel Haupt
8a14dc1176 Support staging 2014-03-13 15:12:44 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Doug Barton
989772c9ac 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
2011-10-24 09:11:38 +00:00
Sunpoet Po-Chuan Hsieh
f82d2f91a1 - 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)
2011-08-31 07:31:24 +00:00
Pav Lucistnik
127997409f - 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
2011-08-26 20:55:00 +00:00
Frederic Culot
e3234ad14c - Update to 20110807
PR:		ports/159630
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
2011-08-10 08:45:43 +00:00
Frederic Culot
3dc64c4bfa - Update to 20110506
PR:		ports/156888
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
2011-05-12 07:58:52 +00:00
Sunpoet Po-Chuan Hsieh
9e6d588496 - 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)
2010-11-25 12:05:07 +00:00
Wen Heping
022b90a503 - Update to 20100209
PR:		ports/146172
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	maintainer(timeout, >2 weeks)
2010-05-19 05:44:33 +00:00
Tong LIU
3da2e54c28 - Update to 20091126
PR:	ports/142206
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
Approved by:	Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
2010-01-07 09:25:23 +00:00
Thomas Abthorpe
7b47942a28 - Pass maintainership to submitter
Submitted by:	Yoshihiro Ota via freebsd-ports@
2009-02-18 05:55:26 +00:00
Stefan Walter
76464cb48c 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>
2008-10-20 14:52:28 +00:00
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
Kris Kennaway
2e3cac39d8 BROKEN: Size mismatch 2005-11-15 04:47:42 +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
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