Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
This slapd overlay removes null-operations, such as replacing an attribute
value set by the exact same set.

View File

@@ -0,0 +1,12 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2009/02/01 08:05:06 manu Exp $
Please note that this module require slapd to be built with dynamic
module support. THis can be obtained by adding the following to mk.conf:
PKG_OPTIONS.openldap-server= dso
In order to enable the use of this module, add this directive to slapd.conf:
moduleload nops.la
===========================================================================

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.16 2013/03/16 12:49:55 adam Exp $
PKGNAME= ${DISTNAME:S/-/-nops-/}
COMMENT= Remove null-ops for OpenLDAP
CONFLICTS+= openldap<2.3.23nb1
DEPENDS+= openldap-server>=2.4.13nb1:../../databases/openldap-server
USE_LIBTOOL= yes
BUILD_DIRS= include contrib/slapd-modules/nops
INSTALLATION_DIRS= lib/openldap ${PKGMANDIR}/man5
do-install:
${INSTALL_MAN} ${WRKSRC}/contrib/slapd-modules/nops/slapo-nops.5\
${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
${LIBTOOL} --mode=install ${INSTALL_DATA} \
${WRKSRC}/contrib/slapd-modules/nops/nops.la \
${DESTDIR}${PREFIX}/lib/openldap
.include "../../databases/openldap/Makefile.common"
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../databases/openldap-server/options.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.4 2010/12/17 10:19:16 adam Exp $
lib/openldap/nops.la
man/man5/slapo-nops.5