Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA256ify | Edwin Groothuis | 2006-01-24 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | - Fix runtime | Pav Lucistnik | 2006-01-10 | 2 | -16/+13 |
| | | | | | | PR: ports/91540 Submitted by: Sam Sirlin <swsirlin@earthlink.net> Approved by: maintainer | ||||
* | SIZEify (maintainer timeout) | Trevor Johnson | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | Fix build on amd64, and make this port actually run on 5.x. | Kris Kennaway | 2004-03-18 | 3 | -8/+33 |
| | | | | Submitted by: maintainer | ||||
* | BROKEN on amd64: Does not compile | Kris Kennaway | 2004-03-14 | 1 | -1/+7 |
| | |||||
* | Use PLIST_FILES (bento-tested, marcus-reviewed). | Trevor Johnson | 2004-02-06 | 2 | -1/+1 |
| | |||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | fix obscure signal-handling bugs | Ying-Chieh Liao | 2002-10-12 | 3 | -1/+27 |
| | | | | | | | add readline support PR: 43945 Submitted by: maintainer | ||||
* | Well, basic reading skills certainly do help occassionally - Loren | Peter Pentchev | 2000-12-08 | 1 | -1/+1 |
| | | | | | James Rittle suggested that he be added as port maintainer with another e-mail address. | ||||
* | Bump PORTREVISION because of the added efree()/erealloc() patch. | Peter Pentchev | 2000-12-08 | 1 | -1/+2 |
| | | | | | | Also, let people blame Loren James Rittle for future es problems ;) Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> | ||||
* | free() before realloc() is bad, bad, bad. | Peter Pentchev | 2000-12-08 | 1 | -0/+13 |
| | | | | Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> | ||||
* | PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1 | Tim Vanderhoek | 2000-06-04 | 1 | -1/+1 |
| | |||||
* | Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive | Kris Kennaway | 2000-04-23 | 1 | -1/+1 |
| | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich | ||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | Michael Haro | 2000-04-21 | 1 | -1/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-09 | 1 | -3/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Removed manpages from pkg/PLIST | David E. O'Brien | 1998-08-13 | 1 | -1/+0 |
| | |||||
* | Update to 0.9beta1. | Martin Cracauer | 1998-06-08 | 4 | -93/+42 |
| | | | | | | | | | | | | | | | | | | This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway. | ||||
* | fix handling of builtin limit command. | Eric L. Hernes | 1997-04-10 | 1 | -36/+54 |
| | | | | closes ports/3037 | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | Move es from plan9 to shells. (It has already been copied to shells | Satoshi Asami | 1996-07-30 | 1 | -2/+2 |
| | | | | by Peter.) | ||||
* | Typo. | Satoshi Asami | 1996-07-10 | 1 | -1/+1 |
| | | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk> | ||||
* | added myself as MAINTAINER | Eric L. Hernes | 1995-10-28 | 1 | -1/+3 |
| | |||||
* | fixed COMMENTS | Eric L. Hernes | 1995-10-28 | 1 | -1/+1 |
| | |||||
* | Take out $Revision$ string from patch. | Satoshi Asami | 1995-08-15 | 1 | -13/+0 |
| | | | | Pointed out by: jkh | ||||
* | Various plan9 utilities. It's such a complete collection, I'm going | Satoshi Asami | 1995-08-14 | 6 | -0/+120 |
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com> |