pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/openldap-mail-schemas
Module Name: pkgsrc
Committed By: khorben
Date: Sun May 17 21:17:32 UTC 2026
Added Files:
pkgsrc/databases/openldap-mail-schemas: DESCR Makefile PLIST distinfo
Log Message:
databases: import openldap-mail-schemas version 20280701
This package contains a collection of LDAP mail schemas for use with the
OpenLDAP server.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/openldap-mail-schemas/DESCR \
pkgsrc/databases/openldap-mail-schemas/Makefile \
pkgsrc/databases/openldap-mail-schemas/PLIST \
pkgsrc/databases/openldap-mail-schemas/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/databases/openldap-mail-schemas/DESCR
diff -u /dev/null pkgsrc/databases/openldap-mail-schemas/DESCR:1.1
--- /dev/null Sun May 17 21:17:32 2026
+++ pkgsrc/databases/openldap-mail-schemas/DESCR Sun May 17 21:17:32 2026
@@ -0,0 +1,2 @@
+This package contains a collection of LDAP mail schemas for use with the
+OpenLDAP server.
Index: pkgsrc/databases/openldap-mail-schemas/Makefile
diff -u /dev/null pkgsrc/databases/openldap-mail-schemas/Makefile:1.1
--- /dev/null Sun May 17 21:17:32 2026
+++ pkgsrc/databases/openldap-mail-schemas/Makefile Sun May 17 21:17:32 2026
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2026/05/17 21:17:32 khorben Exp $
+
+DISTNAME= openldap-mail-schemas-20180701
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_GITHUB:=variablenix/}
+GITHUB_PROJECT= ldap-mail-schema
+GITHUB_TAG= 1fe6c77604b772b07eb6dca0d26bcb862ae11176
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/variablenix/ldap-mail-schema
+COMMENT= Mail schemas for OpenLDAP
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= pax
+
+DEPENDS+= openldap-server-[0-9]*:../../databases/openldap-server
+
+NO_BUILD= YES
+
+EGDIR= share/examples/openldap
+
+INSTALLATION_DIRS+= \
+ ${EGDIR}/schema
+
+.include "../../mk/bsd.prefs.mk"
+
+OPENLDAP_ETCDIR?= ${PKG_SYSCONFDIR}/openldap
+
+CNFS= ${CNFS_SCHEMAS_cmd:sh}
+CNFS_SCHEMAS_cmd= ${SED} -ne "/\.ldif$$/p;/\.schema$$/p" ${PKGDIR}/PLIST | ${SED} -e "s|share/examples/openldap/||"
+.for file in ${CNFS}
+CONF_FILES+= ${EGDIR}/${file} ${OPENLDAP_ETCDIR}/${file}
+.endfor
+
+do-install:
+ cd ${WRKSRC} && pax -rw *.schema \
+ ${DESTDIR}${PREFIX}/${EGDIR}/schema
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/databases/openldap-mail-schemas/PLIST
diff -u /dev/null pkgsrc/databases/openldap-mail-schemas/PLIST:1.1
--- /dev/null Sun May 17 21:17:32 2026
+++ pkgsrc/databases/openldap-mail-schemas/PLIST Sun May 17 21:17:32 2026
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2026/05/17 21:17:32 khorben Exp $
+share/examples/openldap/schema/RoundCube.schema
+share/examples/openldap/schema/courier.schema
+share/examples/openldap/schema/dovecot.schema
+share/examples/openldap/schema/postfix-book.schema
+share/examples/openldap/schema/postfix.schema
+share/examples/openldap/schema/postfix2.schema
+share/examples/openldap/schema/quota.schema
Index: pkgsrc/databases/openldap-mail-schemas/distinfo
diff -u /dev/null pkgsrc/databases/openldap-mail-schemas/distinfo:1.1
--- /dev/null Sun May 17 21:17:32 2026
+++ pkgsrc/databases/openldap-mail-schemas/distinfo Sun May 17 21:17:32 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/05/17 21:17:32 khorben Exp $
+
+BLAKE2s (openldap-mail-schemas-20180701-1fe6c77604b772b07eb6dca0d26bcb862ae11176.tar.gz) = 42de71dc53b862f7e85d8420a0e0408e168cf9636dcba74a04daca08d537d091
+SHA512 (openldap-mail-schemas-20180701-1fe6c77604b772b07eb6dca0d26bcb862ae11176.tar.gz) =
a351ec6b2d87a79244ac0dc9dd9589d6dada72f6a5f060c1490b8cf45ebb1933ba0353df90aab910d3baa07b5e420540787cc0f6184a3c7068f1d5b7c484961b
+Size (openldap-mail-schemas-20180701-1fe6c77604b772b07eb6dca0d26bcb862ae11176.tar.gz) = 5078 bytes
Home |
Main Index |
Thread Index |
Old Index