Commit graph

7 commits

Author SHA1 Message Date
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +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
Martin Wilke
729d9d232f - Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
2011-02-25 03:19:29 +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
OKAZAKI Tetsurou
6a8a5fcf47 - Update to 1.0
Thanks to Nejc  koberne and Tony den Haan.

PR:		124875
Submitted by:	Denis Shaposhnikov (maintainer)
2008-06-22 21:40:27 +00:00
Martin Wilke
0a4edf9d1e This is a GPL managesieve server. It uses a plug-in architecture to
support different authentication, homedir lookup, and storage
back-ends. The server ships with the following plug-ins:

Authentication:

    * Dovecot
    * PAM
    * SASL
    * MySQL

Homedir lookup & session initiation:

    * Dovecot
    * /etc/passwd
    * MySQL
    * simple virtual hosting (eg. /var/lib/virtual/username)

Storage:

    * Dovecot

WWW: http://woozle.org/~neale/src/pysieved/

PR:		ports/119578
Submitted by:	Denis Shaposhnikov <dsh at wizard.volgograd.ru>
2008-01-21 11:06:15 +00:00