pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/courier Initial import of a meta package for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a87ad7a2ea79
branches: trunk
changeset: 532052:a87ad7a2ea79
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Aug 10 17:58:22 2007 +0000
description:
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:
meta-pkgs/courier/DESCR | 7 +++++++
meta-pkgs/courier/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++
meta-pkgs/courier/PLIST | 2 ++
3 files changed, 51 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r 5a3cf7132729 -r a87ad7a2ea79 meta-pkgs/courier/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/courier/DESCR Fri Aug 10 17:58:22 2007 +0000
@@ -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 -r 5a3cf7132729 -r a87ad7a2ea79 meta-pkgs/courier/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/courier/Makefile Fri Aug 10 17:58:22 2007 +0000
@@ -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@localhost
+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 -r 5a3cf7132729 -r a87ad7a2ea79 meta-pkgs/courier/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/courier/PLIST Fri Aug 10 17:58:22 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index