summaryrefslogtreecommitdiff
path: root/shells/es (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | Approved by: krion@
* - Fix runtimePav Lucistnik2006-01-102-16/+13
| | | | | | PR: ports/91540 Submitted by: Sam Sirlin <swsirlin@earthlink.net> Approved by: maintainer
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Fix build on amd64, and make this port actually run on 5.x.Kris Kennaway2004-03-183-8/+33
| | | | Submitted by: maintainer
* BROKEN on amd64: Does not compileKris Kennaway2004-03-141-1/+7
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
|
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* fix obscure signal-handling bugsYing-Chieh Liao2002-10-123-1/+27
| | | | | | | add readline support PR: 43945 Submitted by: maintainer
* Well, basic reading skills certainly do help occassionally - LorenPeter Pentchev2000-12-081-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 Pentchev2000-12-081-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 Pentchev2000-12-081-0/+13
| | | | Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
* PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1Tim Vanderhoek2000-06-041-1/+1
|
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-04-231-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 portlintMichael Haro2000-04-211-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-131-1/+0
|
* Update to 0.9beta1.Martin Cracauer1998-06-084-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. Hernes1997-04-101-36/+54
| | | | closes ports/3037
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
|
* Move es from plan9 to shells. (It has already been copied to shellsSatoshi Asami1996-07-301-2/+2
| | | | by Peter.)
* Typo.Satoshi Asami1996-07-101-1/+1
| | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk>
* added myself as MAINTAINEREric L. Hernes1995-10-281-1/+3
|
* fixed COMMENTSEric L. Hernes1995-10-281-1/+1
|
* Take out $Revision$ string from patch.Satoshi Asami1995-08-151-13/+0
| | | | Pointed out by: jkh
* Various plan9 utilities. It's such a complete collection, I'm goingSatoshi Asami1995-08-146-0/+120
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>