pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/openldap-extra-schemas



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sat Apr 16 02:48:41 UTC 2022

Added Files:
        pkgsrc/databases/openldap-extra-schemas: DESCR Makefile PLIST distinfo

Log Message:
openldap-extra-schemas: import version 4.3

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/openldap-extra-schemas/DESCR \
    pkgsrc/databases/openldap-extra-schemas/Makefile \
    pkgsrc/databases/openldap-extra-schemas/PLIST \
    pkgsrc/databases/openldap-extra-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-extra-schemas/DESCR
diff -u /dev/null pkgsrc/databases/openldap-extra-schemas/DESCR:1.1
--- /dev/null   Sat Apr 16 02:48:41 2022
+++ pkgsrc/databases/openldap-extra-schemas/DESCR       Sat Apr 16 02:48:41 2022
@@ -0,0 +1 @@
+This package contains some extra schemas for use with the OpenLDAP server.
Index: pkgsrc/databases/openldap-extra-schemas/Makefile
diff -u /dev/null pkgsrc/databases/openldap-extra-schemas/Makefile:1.1
--- /dev/null   Sat Apr 16 02:48:41 2022
+++ pkgsrc/databases/openldap-extra-schemas/Makefile    Sat Apr 16 02:48:41 2022
@@ -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"
Index: pkgsrc/databases/openldap-extra-schemas/PLIST
diff -u /dev/null pkgsrc/databases/openldap-extra-schemas/PLIST:1.1
--- /dev/null   Sat Apr 16 02:48:41 2022
+++ pkgsrc/databases/openldap-extra-schemas/PLIST       Sat Apr 16 02:48:41 2022
@@ -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
Index: pkgsrc/databases/openldap-extra-schemas/distinfo
diff -u /dev/null pkgsrc/databases/openldap-extra-schemas/distinfo:1.1
--- /dev/null   Sat Apr 16 02:48:41 2022
+++ pkgsrc/databases/openldap-extra-schemas/distinfo    Sat Apr 16 02:48:41 2022
@@ -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