Initial import of a meta package for installing all of the Courier

mail server suite.

The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP.  Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework.  Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
This commit is contained in:
jlam 2007-08-10 17:58:22 +00:00
parent 2a32611320
commit 3292b5f46c
3 changed files with 51 additions and 0 deletions

7
meta-pkgs/courier/DESCR Normal file
View file

@ -0,0 +1,7 @@
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.

View file

@ -0,0 +1,42 @@
# $NetBSD: Makefile,v 1.1.1.1 2007/08/10 17:58:22 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
CATEGORIES= meta-pkgs mail
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= jlam@pkgsrc.org
HOMEPAGE= http://www.courier-mta.org/
COMMENT= Meta-package for the Courier mail server suite
# COURIER_VERSION should match the variable of the same name found in
# pkgsrc/mail/courier-mta/Makefile.common.
#
COURIER_VERSION= 0.56.0
# The following packages are built from the same Courier sources and
# should match in version number:
#
# net/couriertcpd, mail/courier-maildir, mail/courier-mta
#
DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
DEPENDS+= courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
# The following packages must be from the same lineage as the version
# of Courier:
#
# mail/maildrop, mail/courier-imap, mail/sqwebmail
#
DEPENDS+= maildrop>=2.0.4:../../mail/maildrop
DEPENDS+= courier-imap>=4.1.3:../../mail/courier-imap
DEPENDS+= sqwebmail>=5.1.6:../../mail/sqwebmail
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"

2
meta-pkgs/courier/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/10 17:58:22 jlam Exp $
@comment this plist intentionally left empty