pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/opensmtpd-tables
Module Name: pkgsrc
Committed By: vins
Date: Thu Dec 5 00:58:05 UTC 2024
Added Files:
pkgsrc/meta-pkgs/opensmtpd-tables: DESCR Makefile
Log Message:
+ opensmtpd-tables
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/opensmtpd-tables/DESCR \
pkgsrc/meta-pkgs/opensmtpd-tables/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/opensmtpd-tables/DESCR
diff -u /dev/null pkgsrc/meta-pkgs/opensmtpd-tables/DESCR:1.1
--- /dev/null Thu Dec 5 00:58:05 2024
+++ pkgsrc/meta-pkgs/opensmtpd-tables/DESCR Thu Dec 5 00:58:04 2024
@@ -0,0 +1,16 @@
+This meta-package provides all the available table add-ons for the
+OpenSMTPD mail transfer agent. Included tables are:
+
+* opensmtpd-table-ldap
+* opensmtpd-table-mysql
+* opensmtpd-table-passwd
+* opensmtpd-table-postgres
+* opensmtpd-table-redis
+* opensmtpd-table-socketmap
+* opensmtpd-table-sqlite
+
+This package does not contain anything by itself -- it is a
+"meta-package" that depends on other packages. Its sole purpose is
+to require dependencies so users can install this package only and
+have all the other packages pulled in by the package dependency
+mechanism.
Index: pkgsrc/meta-pkgs/opensmtpd-tables/Makefile
diff -u /dev/null pkgsrc/meta-pkgs/opensmtpd-tables/Makefile:1.1
--- /dev/null Thu Dec 5 00:58:05 2024
+++ pkgsrc/meta-pkgs/opensmtpd-tables/Makefile Thu Dec 5 00:58:05 2024
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2024/12/05 00:58:05 vins Exp $
+#
+
+DISTNAME= opensmtpd-tables-1.0
+CATEGORIES= meta-pkgs mail
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= vins%NetBSD.org@localhost
+COMMENT= OpenSMTPD extra tables collection
+
+DEPENDS+= opensmtpd-table-ldap-[0-9]*:../../mail/opensmtpd-table-ldap
+DEPENDS+= opensmtpd-table-mysql-[0-9]*:../../mail/opensmtpd-table-mysql
+DEPENDS+= opensmtpd-table-passwd-[0-9]*:../../mail/opensmtpd-table-passwd
+DEPENDS+= opensmtpd-table-postgres-[0-9]*:../../mail/opensmtpd-table-postgres
+DEPENDS+= opensmtpd-table-redis-[0-9]*:../../mail/opensmtpd-table-redis
+DEPENDS+= opensmtpd-table-socketmap-[0-9]*:../../mail/opensmtpd-table-socketmap
+DEPENDS+= opensmtpd-table-sqlite-[0-9]*:../../mail/opensmtpd-table-sqlite
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index