Commit graph

22 commits

Author SHA1 Message Date
Adam Weinberger
8e7fd48a29 Rename mail/ patch-xy patches to reflect the files they modify. 2014-07-28 23:20:38 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
fa0ea24160 - force -D flag
Submitted by:	dougb
2010-01-22 09:59:09 +00:00
Dirk Meyer
75e10df8c3 - fix flags in rcng script
Submitted by:	marck
2010-01-17 19:05:38 +00:00
Dirk Meyer
e15a13a912 - make pkg-message prefix aware
- use rcng style start script
PR:		142799
Submitted by:	Sevan Janiyan
2010-01-16 12:39:56 +00:00
Dirk Meyer
55d3d5197a - fix rc script for option WITH_STANDALONE in FreeBSD 4.x
Reported by: subdue on irc
2006-08-03 22:46:52 +00:00
Dirk Meyer
f9bae6183e - update OPTION WITH_SETPROCTITLE to be cleaner
Submitted by:	osa
2006-07-31 15:47:28 +00:00
Dirk Meyer
270e57af77 - new option WITH_SETPROCTITLE
Submitted by:	marck (Dmitry Morozovsky)
2006-07-26 18:45:08 +00:00
Dirk Meyer
2589e2491c - conversion to rc_subr and OPTIONS style
PR:		100773
Submitted by:	marck (Dmitry Morozovsky)

- keep compatibility checks
- make optiosn overriadeabel flor slave ports
- force UNIQUENAME to avoid conflichts between ports
2006-07-25 11:27:44 +00:00
Dirk Meyer
a3f25bd67d - allow build without optimisation flags.
PR:		66527
Submitted by:	Yar Tikhiy
2004-05-12 05:07:00 +00:00
Dirk Meyer
bb8719d37f - use DOCSDIR
- new option STANDALONE_POP3
Submitted by:   osa

- USE_REINPLACE for all options
- cleanup targets
Submitted by:   dinoex
2003-12-04 03:28:54 +00:00
Dirk Meyer
0f3e3621dd - update to 0.6.4 2003-11-17 03:56:00 +00:00
Dirk Meyer
b986b17d42 - Update to 0.6.2
- extend popauth.m4 with optional timecheck
2003-03-23 04:57:37 +00:00
Dirk Meyer
7675a7c3b4 - Update to 0.6 2003-02-21 06:11:42 +00:00
Dirk Meyer
867beb1a9c - Update to 0.5.9
- Fix bug found by nunotex@pt-quorum.com
- discussion at http://marc.theaimsgroup.com/?l=popa3d-users&m=104354856516116&w=2
- Extend Documentation
2003-01-28 22:04:19 +00:00
Dirk Meyer
8adde7d147 - add some notes about testing 2003-01-15 18:45:18 +00:00
Dirk Meyer
12423e6cf0 - Update popa3d-0.5
- Cleanup POP_AFTERR_SMTP patches
- honor CFLAGS

- claim maintainership
 no response from previous maintainer since August 2001
2002-01-12 13:04:42 +00:00
Michael Haro
3acc3fb9e4 various port fixes
PR:		17180
Submitted by:	maintainer
2000-04-01 03:39:48 +00:00
Chris D. Faulhaber
f8dcccd9a1 Make port respect CFLAGS 2000-02-19 13:44:07 +00:00
Chris D. Faulhaber
dc2053998b popa3d is a POP3 server with the following goals:
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>
2000-02-19 13:21:54 +00:00