aboutsummaryrefslogtreecommitdiff
path: root/shells/es
Commit message (Collapse)AuthorAgeFilesLines
* 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. Notes: svn path=/head/; revision=35767
* 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> Notes: svn path=/head/; revision=35766
* free() before realloc() is bad, bad, bad.Peter Pentchev2000-12-081-0/+13
| | | | | | | Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=35765
* PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1Tim Vanderhoek2000-06-041-1/+1
| | | | Notes: svn path=/head/; revision=29169
* 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 Notes: svn path=/head/; revision=27941
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-131-1/+0
| | | | Notes: svn path=/head/; revision=12505
* 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. Notes: svn path=/head/; revision=11355
* fix handling of builtin limit command.Eric L. Hernes1997-04-101-36/+54
| | | | | | | closes ports/3037 Notes: svn path=/head/; revision=6176
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Move es from plan9 to shells. (It has already been copied to shellsSatoshi Asami1996-07-301-2/+2
| | | | | | | by Peter.) Notes: svn path=/head/; revision=3456
* Typo.Satoshi Asami1996-07-101-1/+1
| | | | | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk> Notes: svn path=/head/; revision=3351
* added myself as MAINTAINEREric L. Hernes1995-10-281-1/+3
| | | | Notes: svn path=/head/; revision=2372
* fixed COMMENTSEric L. Hernes1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=2371
* Take out $Revision$ string from patch.Satoshi Asami1995-08-151-13/+0
| | | | | | | Pointed out by: jkh Notes: svn path=/head/; revision=2063
* 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> Notes: svn path=/head/; revision=2055