pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/qmail-server Initial import of the qmail-ser...
details: https://anonhg.NetBSD.org/pkgsrc/rev/572dba1d918a
branches: trunk
changeset: 317576:572dba1d918a
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jan 09 22:07:34 2019 +0000
description:
Initial import of the qmail-server meta-package, providing all the
ingredients for a typical qmail-based mail server.
This package does not contain anything by itself -- it is a
"meta-package" that pulls in dependencies for various mail services.
diffstat:
meta-pkgs/qmail-server/DESCR | 5 +++++
meta-pkgs/qmail-server/Makefile | 31 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 29f9450f2f52 -r 572dba1d918a meta-pkgs/qmail-server/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/qmail-server/DESCR Wed Jan 09 22:07:34 2019 +0000
@@ -0,0 +1,5 @@
+The qmail-server meta-package provides all the ingredients for a typical
+qmail-based mail server.
+
+This package does not contain anything by itself -- it is a
+"meta-package" that pulls in dependencies for various mail services.
diff -r 29f9450f2f52 -r 572dba1d918a meta-pkgs/qmail-server/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/qmail-server/Makefile Wed Jan 09 22:07:34 2019 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2019/01/09 22:07:35 schmonz Exp $
+#
+
+DISTNAME= qmail-server-1.0
+CATEGORIES= meta-pkgs mail
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= schmonz%NetBSD.org@localhost
+COMMENT= Ingredients for typical qmail-based mail server
+
+DEPENDS+= dovecot-pigeonhole-[0-9]*:../../mail/dovecot2-pigeonhole
+DEPENDS+= ezmlm-idx-[0-9]*:../../mail/ezmlm-idx
+DEPENDS+= ${PYPKGPREFIX}-acme-tiny-[0-9]*:../../security/py-acme-tiny
+DEPENDS+= pymsgauth-[0-9]*:../../mail/pymsgauth
+DEPENDS+= qmail-autoresponder-[0-9]*:../../mail/qmail-autoresponder
+DEPENDS+= qmail-run-[0-9]*:../../mail/qmail-run
+DEPENDS+= qtools-[0-9]*:../../mail/qtools
+DEPENDS+= queue-repair-[0-9]*:../../mail/queue-repair
+DEPENDS+= rspamd-[0-9]*:../../mail/rspamd
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${INIT_SYSTEM} != "smf"
+DEPENDS+= rc.d-boot-[0-9]*:../../pkgtools/rc.d-boot
+.endif
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index