Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The vast majority of pkg-descr files had the following format when they | Doug Barton | 2011-10-24 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239 | ||||
* | various port fixes | Michael Haro | 2000-04-01 | 1 | -3/+11 |
| | | | | | | | | PR: 17180 Submitted by: maintainer Notes: svn path=/head/; revision=27220 | ||||
* | popa3d is a POP3 server with the following goals: | Chris D. Faulhaber | 2000-02-19 | 1 | -0/+14 |
1. Security (to the extent that is possible with POP3 at all, of course). 2. Reliability (again, as limited by the mailbox format and the protocol). 3. RFC compliance (slightly relaxed to work with real-world POP3 clients). 4. Performance (limited by the more important goals, above). PR: 16652 Submitted by: Sergey Samoyloff <techline@hotmail.ru> Notes: svn path=/head/; revision=26003 |