| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
|
| |
PR: ports/152499
Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
| |
PR: ports/91540
Submitted by: Sam Sirlin <swsirlin@earthlink.net>
Approved by: maintainer
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
add readline support
PR: 43945
Submitted by: maintainer
|
|
|
|
|
| |
James Rittle suggested that he be added as port maintainer with another
e-mail address.
|
|
|
|
|
|
| |
Also, let people blame Loren James Rittle for future es problems ;)
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
|
|
|
| |
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
| |
|
|
|
|
|
|
|
|
| |
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
closes ports/3037
|
| |
|
|
|
|
| |
by Peter.)
|
|
|
|
| |
Submitted by: James Raynard <fports@jraynard.demon.co.uk>
|
| |
|
| |
|
|
|
|
| |
Pointed out by: jkh
|
|
to import it all at once!
Submitted by: Eric L. Hernes <erich@lodgenet.com>
|