aboutsummaryrefslogtreecommitdiff
path: root/mail/mdpop3d
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* Support stagingEmanuel Haupt2014-02-211-6/+3
| | | | Notes: svn path=/head/; revision=345335
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to optionsNGRene Ladan2013-02-201-10/+7
| | | | | | | - convert Makefile header Notes: svn path=/head/; revision=312682
* - Reassign ports from avl@ back to pool at his request.Dima Panov2013-02-201-1/+1
| | | | | | | | Submitted by: avl via IM Approved by: avl via IM Notes: svn path=/head/; revision=312628
* - Fix build with clangAlexander Logvinov2012-01-032-10/+9
| | | | | | | | - Use PLIST_FILES - Remove extra tabs and spaces Notes: svn path=/head/; revision=288452
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-281-1/+1
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* - email address of maintainer changedCheng-Lung Sung2006-07-281-1/+1
| | | | | | | | PR: ports/100946 Submitted by: maintainer (Alexander Logvinov) Notes: svn path=/head/; revision=168916
* This is a simple and small POP3 daemon implementation designed forRoman Bogorodskiy2006-07-025-0/+150
Maildir support. It have direct support for authenticating regular unix users, has UIDL command support, can access maildirs in non-default location, and have support for external (pre-)authenticators. PR: ports/99704 Submitted by: Alexander Logvinov <info@logvinov.com> Notes: svn path=/head/; revision=166743