summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2022-04-16 02:48:41 +0000
committerkhorben <khorben@pkgsrc.org>2022-04-16 02:48:41 +0000
commit6e45fa171ec84f928b4d0d8e9f7d22961430a58a (patch)
tree41e5299c34418e0a88caa8b9c2dfc2504797f666 /databases
parent0537950769f1091788724437920504d34da6ff22 (diff)
downloadpkgsrc-6e45fa171ec84f928b4d0d8e9f7d22961430a58a.tar.gz
openldap-extra-schemas: import version 4.3
This package contains some extra schemas for use with the OpenLDAP server.
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap-extra-schemas/DESCR1
-rw-r--r--databases/openldap-extra-schemas/Makefile36
-rw-r--r--databases/openldap-extra-schemas/PLIST43
-rw-r--r--databases/openldap-extra-schemas/distinfo5
4 files changed, 85 insertions, 0 deletions
diff --git a/databases/openldap-extra-schemas/DESCR b/databases/openldap-extra-schemas/DESCR
new file mode 100644
index 00000000000..8a7ffe8206d
--- /dev/null
+++ b/databases/openldap-extra-schemas/DESCR
@@ -0,0 +1 @@
+This package contains some extra schemas for use with the OpenLDAP server.
diff --git a/databases/openldap-extra-schemas/Makefile b/databases/openldap-extra-schemas/Makefile
new file mode 100644
index 00000000000..bcaa46bf988
--- /dev/null
+++ b/databases/openldap-extra-schemas/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 02:48:41 khorben Exp $
+
+DISTNAME= openldap-extra-schemas-4.3
+MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenMandrivaAssociation/}
+GITHUB_TAG= release-4.3
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/OpenMandrivaAssociation/openldap-extra-schemas
+COMMENT= Extra schemas for OpenLDAP
+
+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 *.ldif *.schema \
+ ${DESTDIR}${PREFIX}/${EGDIR}/schema
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/openldap-extra-schemas/PLIST b/databases/openldap-extra-schemas/PLIST
new file mode 100644
index 00000000000..7fee526384b
--- /dev/null
+++ b/databases/openldap-extra-schemas/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 02:48:41 khorben Exp $
+share/examples/openldap/schema/MIT-kerberos.ldif
+share/examples/openldap/schema/MIT-kerberos.schema
+share/examples/openldap/schema/apple.schema
+share/examples/openldap/schema/authldap.ldif
+share/examples/openldap/schema/authldap.schema
+share/examples/openldap/schema/autofs.ldif
+share/examples/openldap/schema/autofs.schema
+share/examples/openldap/schema/calendar.ldif
+share/examples/openldap/schema/calendar.schema
+share/examples/openldap/schema/cron.ldif
+share/examples/openldap/schema/cron.schema
+share/examples/openldap/schema/dhcp.ldif
+share/examples/openldap/schema/dhcp.schema
+share/examples/openldap/schema/dnszone.ldif
+share/examples/openldap/schema/dnszone.schema
+share/examples/openldap/schema/evolutionperson.ldif
+share/examples/openldap/schema/evolutionperson.schema
+share/examples/openldap/schema/kerberosobject.ldif
+share/examples/openldap/schema/kerberosobject.schema
+share/examples/openldap/schema/kolab.ldif
+share/examples/openldap/schema/kolab.schema
+share/examples/openldap/schema/krb5-kdc.ldif
+share/examples/openldap/schema/krb5-kdc.schema
+share/examples/openldap/schema/ldapns.ldif
+share/examples/openldap/schema/ldapns.schema
+share/examples/openldap/schema/netscape-profile.ldif
+share/examples/openldap/schema/netscape-profile.schema
+share/examples/openldap/schema/openssh-lpk_openldap.ldif
+share/examples/openldap/schema/openssh-lpk_openldap.schema
+share/examples/openldap/schema/qmail.ldif
+share/examples/openldap/schema/qmail.schema
+share/examples/openldap/schema/qmailControl.ldif
+share/examples/openldap/schema/qmailControl.schema
+share/examples/openldap/schema/rfc2307bis.ldif
+share/examples/openldap/schema/rfc2307bis.schema
+share/examples/openldap/schema/rfc822-MailMember.ldif
+share/examples/openldap/schema/rfc822-MailMember.schema
+share/examples/openldap/schema/samba.ldif
+share/examples/openldap/schema/samba.schema
+share/examples/openldap/schema/sudo.ldif
+share/examples/openldap/schema/sudo.schema
+share/examples/openldap/schema/trust.schema
diff --git a/databases/openldap-extra-schemas/distinfo b/databases/openldap-extra-schemas/distinfo
new file mode 100644
index 00000000000..80e74ae4f92
--- /dev/null
+++ b/databases/openldap-extra-schemas/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 02:48:41 khorben Exp $
+
+BLAKE2s (openldap-extra-schemas-4.3.tar.gz) = 34a1cd28f8637d5d979d4a41e7695541897ea466646a973f36d8c66f19860ba8
+SHA512 (openldap-extra-schemas-4.3.tar.gz) = c7d37abbcacee37fbbe0a59f710c79c3257ce315b0478b85bf6fd8342c8c3222414e1e0532f0e10270b81fc4547840d71285027854f9917893281ff119ccc8ae
+Size (openldap-extra-schemas-4.3.tar.gz) = 43585 bytes