Split maildrop into a new courier-utils subpackage which contains common

support files for userdb, softquota and maildir support.

tested by grange@ before ports lock
This commit is contained in:
avsm 2003-03-31 13:43:17 +00:00
parent 8c16379eb4
commit 50012fd821
5 changed files with 61 additions and 11 deletions

View File

@ -1,14 +1,22 @@
# $OpenBSD: Makefile,v 1.11 2002/12/29 15:12:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.12 2003/03/31 13:43:17 avsm Exp $
COMMENT= "local mail delivery agent with filtering abilities"
COMMENT-utils= "userdb and quota tools for the Courier mail suite"
DISTNAME= maildrop-1.4.0
V= 1.5.2
DISTNAME= maildrop-${V}
CATEGORIES= mail
HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
MULTI_PACKAGES= -utils
SUBPACKAGE?=
FULLPKGNAME-utils= courier-utils-${V}
# GPL
PERMIT_PACKAGE_CDROM= Yes
@ -16,13 +24,17 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
LIB_DEPENDS= gdbm.3::databases/gdbm
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= INCLUDES="-I${LOCALBASE}/include"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc \
--enable-sendmail=/usr/sbin/sendmail \
--enable-maildrop-gid=bin \
--disable-tempdir --enable-restricted-trusted=1 \
--enable-syslog=1
--enable-syslog=1 --with-etcdir=${SYSCONFDIR} \
-with-db=gdbm --enable-userdb --enable-maildirquota
DOCFILES= README INSTALL UPGRADE README.postfix

View File

@ -1,3 +1,3 @@
MD5 (maildrop-1.4.0.tar.gz) = 7a2ad503be8d0bb6bbeb4a0422f4eb45
RMD160 (maildrop-1.4.0.tar.gz) = bddb0d4eed5befc6666f95467e2ac360feef15a5
SHA1 (maildrop-1.4.0.tar.gz) = ba1c1ce7d8b34e68a70312e62bf4e72b90c309b3
MD5 (maildrop-1.5.2.tar.bz2) = 45ce438482780861ec43ce3af55b99cd
RMD160 (maildrop-1.5.2.tar.bz2) = 7de15850292a05131fa21e287bf88ec0a2063007
SHA1 (maildrop-1.5.2.tar.bz2) = 7958d4d9ed557869d9aacb7a45b25ca58adda17f

View File

@ -0,0 +1,4 @@
The Courier mail suite (courier-imap, maildrop) use the userdb
format as one method of authenticating users and storing information
about them. This package also includes support for the maildir
soft quota system.

View File

@ -1,18 +1,22 @@
@comment $OpenBSD: PLIST,v 1.5 2002/07/08 21:50:44 avsm Exp $
@comment $OpenBSD: PLIST,v 1.6 2003/03/31 13:43:17 avsm Exp $
@mode 0555
bin/dotlock
bin/lockmail
bin/mailbot
bin/maildrop
bin/makedat
bin/makedatprog
bin/makemime
bin/reformail
bin/reformime
@mode
man/man1/dotlock.1
man/man1/lockmail.1
man/man1/mailbot.1
man/man1/maildrop.1
man/man1/makedat.1
man/man1/makemime.1
man/man1/reformail.1
man/man1/reformime.1
man/man5/maildir.5
man/man5/maildropex.5
man/man5/maildropfilter.5
man/man5/maildropgdbm.5
@ -21,17 +25,32 @@ share/doc/maildrop/INSTALL
share/doc/maildrop/README
share/doc/maildrop/README.postfix
share/doc/maildrop/UPGRADE
share/doc/maildrop/html/dotlock.html
share/doc/maildrop/html/deliverquota.html
share/doc/maildrop/html/lockmail.html
share/doc/maildrop/html/mailbot.html
share/doc/maildrop/html/maildir.html
share/doc/maildrop/html/maildirmake.html
share/doc/maildrop/html/maildirquota.html
share/doc/maildrop/html/maildrop.html
share/doc/maildrop/html/maildropex.html
share/doc/maildrop/html/maildropfilter.html
share/doc/maildrop/html/maildropgdbm.html
share/doc/maildrop/html/makedat.html
share/doc/maildrop/html/makemime.html
share/doc/maildrop/html/makeuserdb.html
share/doc/maildrop/html/manpage.css
share/doc/maildrop/html/reformail.html
share/doc/maildrop/html/reformime.html
share/doc/maildrop/html/rfc2045.html
share/doc/maildrop/html/rfc822.html
share/doc/maildrop/html/userdb.html
share/doc/maildrop/html/userdbpw.html
share/doc/maildrop/scripts/makedat
share/doc/maildrop/scripts/makeuserdb
share/doc/maildrop/scripts/pw2userdb
share/doc/maildrop/scripts/userdb
share/doc/maildrop/scripts/userdbpw
share/doc/maildrop/scripts/vchkpw2userdb
@dirrm share/doc/maildrop/scripts
@dirrm share/doc/maildrop/html
@dirrm share/doc/maildrop

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST-utils,v 1.1 2003/03/31 13:43:17 avsm Exp $
bin/deliverquota
bin/maildirmake
bin/makeuserdb
bin/pw2userdb
bin/userdb
bin/userdbpw
bin/vchkpw2userdb
man/man1/maildirmake.1
man/man8/deliverquota.8
man/man8/makeuserdb.8
man/man8/pw2userdb.8
man/man8/userdb.8
man/man8/userdbpw.8
man/man8/vchkpw2userdb.8