pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/qmail-server



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jan  9 22:07:35 UTC 2019

Added Files:
        pkgsrc/meta-pkgs/qmail-server: DESCR Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/qmail-server/DESCR \
    pkgsrc/meta-pkgs/qmail-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/meta-pkgs/qmail-server/DESCR
diff -u /dev/null pkgsrc/meta-pkgs/qmail-server/DESCR:1.1
--- /dev/null   Wed Jan  9 22:07:35 2019
+++ pkgsrc/meta-pkgs/qmail-server/DESCR Wed Jan  9 22:07:34 2019
@@ -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.
Index: pkgsrc/meta-pkgs/qmail-server/Makefile
diff -u /dev/null pkgsrc/meta-pkgs/qmail-server/Makefile:1.1
--- /dev/null   Wed Jan  9 22:07:35 2019
+++ pkgsrc/meta-pkgs/qmail-server/Makefile      Wed Jan  9 22:07:35 2019
@@ -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