summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-08-10 17:58:22 +0000
committerjlam <jlam@pkgsrc.org>2007-08-10 17:58:22 +0000
commit3292b5f46c2a9447f1c3ef2fb5f60f32aa0055aa (patch)
tree78f84d5d1df5c45bf8534b3006b387841d3930b8 /meta-pkgs
parent2a32611320e6e38dcc2ae123497114da1b4b5c46 (diff)
downloadpkgsrc-3292b5f46c2a9447f1c3ef2fb5f60f32aa0055aa.tar.gz
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.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/courier/DESCR7
-rw-r--r--meta-pkgs/courier/Makefile42
-rw-r--r--meta-pkgs/courier/PLIST2
3 files changed, 51 insertions, 0 deletions
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