pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/openldap-extra-schemas openldap-extra-schema...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/142d60a3ece7
branches:  trunk
changeset: 377084:142d60a3ece7
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sat Apr 16 02:48:41 2022 +0000

description:
openldap-extra-schemas: import version 4.3

This package contains some extra schemas for use with the OpenLDAP server.

diffstat:

 databases/openldap-extra-schemas/DESCR    |   1 +
 databases/openldap-extra-schemas/Makefile |  36 +++++++++++++++++++++++++
 databases/openldap-extra-schemas/PLIST    |  43 +++++++++++++++++++++++++++++++
 databases/openldap-extra-schemas/distinfo |   5 +++
 4 files changed, 85 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r a78613469b37 -r 142d60a3ece7 databases/openldap-extra-schemas/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-extra-schemas/DESCR    Sat Apr 16 02:48:41 2022 +0000
@@ -0,0 +1,1 @@
+This package contains some extra schemas for use with the OpenLDAP server.
diff -r a78613469b37 -r 142d60a3ece7 databases/openldap-extra-schemas/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-extra-schemas/Makefile Sat Apr 16 02:48:41 2022 +0000
@@ -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@localhost
+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 -r a78613469b37 -r 142d60a3ece7 databases/openldap-extra-schemas/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-extra-schemas/PLIST    Sat Apr 16 02:48:41 2022 +0000
@@ -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 -r a78613469b37 -r 142d60a3ece7 databases/openldap-extra-schemas/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-extra-schemas/distinfo Sat Apr 16 02:48:41 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index