From 3292b5f46c2a9447f1c3ef2fb5f60f32aa0055aa Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 10 Aug 2007 17:58:22 +0000 Subject: 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. --- meta-pkgs/courier/DESCR | 7 +++++++ meta-pkgs/courier/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ meta-pkgs/courier/PLIST | 2 ++ 3 files changed, 51 insertions(+) create mode 100644 meta-pkgs/courier/DESCR create mode 100644 meta-pkgs/courier/Makefile create mode 100644 meta-pkgs/courier/PLIST (limited to 'meta-pkgs') diff --git a/meta-pkgs/courier/DESCR b/meta-pkgs/courier/DESCR new file mode 100644 index 00000000000..ebfcbe89aee --- /dev/null +++ b/meta-pkgs/courier/DESCR @@ -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. diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile new file mode 100644 index 00000000000..7e786145e6a --- /dev/null +++ b/meta-pkgs/courier/Makefile @@ -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" diff --git a/meta-pkgs/courier/PLIST b/meta-pkgs/courier/PLIST new file mode 100644 index 00000000000..0b07fd35db2 --- /dev/null +++ b/meta-pkgs/courier/PLIST @@ -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 -- cgit v1.2.3