summaryrefslogtreecommitdiff
path: root/mail/courier-authldap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-02-21 22:10:34 +0000
committerjlam <jlam@pkgsrc.org>2005-02-21 22:10:34 +0000
commit5d99ebc67728a4cfdf4ca2c7538b6d1173cdc00c (patch)
tree7730e4b60a35f1603b0504716a0f85c5fed4c380 /mail/courier-authldap
parent5a2133d2cdd734a6f18004624ea0d97a28f69fc3 (diff)
downloadpkgsrc-5d99ebc67728a4cfdf4ca2c7538b6d1173cdc00c.tar.gz
Remove the following packages from the "mail" category which were
obsoleted by the security/courier-authlib package: courier-auth, courier-authldap, courier-authmysql, courier-authpgsql
Diffstat (limited to 'mail/courier-authldap')
-rw-r--r--mail/courier-authldap/DESCR3
-rw-r--r--mail/courier-authldap/MESSAGE12
-rw-r--r--mail/courier-authldap/Makefile40
-rw-r--r--mail/courier-authldap/PLIST6
4 files changed, 0 insertions, 61 deletions
diff --git a/mail/courier-authldap/DESCR b/mail/courier-authldap/DESCR
deleted file mode 100644
index 198a571e56d..00000000000
--- a/mail/courier-authldap/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-This package contains the Courier authenticiation module that can
-authenticate against a list of mail accounts stored in an external LDAP
-directory.
diff --git a/mail/courier-authldap/MESSAGE b/mail/courier-authldap/MESSAGE
deleted file mode 100644
index 7cb620c73f8..00000000000
--- a/mail/courier-authldap/MESSAGE
+++ /dev/null
@@ -1,12 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2002/01/27 22:09:50 jlam Exp $
-
-To use ${PKGNAME}, you will need to make the following
-changes to ${PKG_SYSCONFDIR}/authdaemonrc:
-
- 1) Add "authldap" to the lists of available authentication modules
- in "authmodulelist" and "authmodulelistorig", and
-
- 2) Set version="authdaemond.ldap" to start the correct authentication
- daemon.
-===========================================================================
diff --git a/mail/courier-authldap/Makefile b/mail/courier-authldap/Makefile
deleted file mode 100644
index ea78dd521ec..00000000000
--- a/mail/courier-authldap/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2005/02/13 20:44:27 zuntum Exp $
-
-PKGNAME= courier-authldap-${BASE_VERS}
-PKGREVISION= 1
-COMMENT= Courier LDAP authentication module
-
-CONFLICTS= courier-imap-ldap-[0-9]*
-
-DEPENDS+= courier-auth-${BASE_VERS}{,nb*}:../../mail/courier-auth
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.courier-authldap
-
-.include "../courier-auth/Makefile.authdaemond"
-
-USE_PKGINSTALL= yes
-INSTALL_EXTRA_TMPL= ${.CURDIR}/../../mail/courier-auth/INSTALL
-
-CONFIGURE_ARGS+= --with-authldap
-
-GEN_FILES= authldaprc
-FILES_SUBST+= GEN_FILES=${GEN_FILES:Q}
-
-CONF_FILES_PERMS= # empty
-.for FILE in ${GEN_FILES}
-CONF_FILES_PERMS+= ${EGDIR}/${FILE}.dist ${PKG_SYSCONFDIR}/${FILE} \
- ${ROOT_USER} ${ROOT_GROUP} 0600
-.endfor
-
-.include "../../databases/openldap/buildlink3.mk"
-
-do-install:
- ${INSTALL_PROGRAM_DIR} ${AUTHLIBDIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/authlib/authdaemond.ldap ${AUTHLIBDIR}
- ${INSTALL_MAN_DIR} ${DOCDIR}
- ${INSTALL_MAN} ${WRKSRC}/authlib/README.ldap ${DOCDIR}
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/authlib/authldap.schema ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/authlib/authldaprc ${EGDIR}/authldaprc.dist
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mail/courier-authldap/PLIST b/mail/courier-authldap/PLIST
deleted file mode 100644
index 2533eccf7dd..00000000000
--- a/mail/courier-authldap/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/03/11 16:45:26 jlam Exp $
-libexec/courier/authlib/authdaemond.ldap
-share/doc/courier/README.ldap
-share/examples/courier/authldap.schema
-share/examples/courier/authldaprc.dist
-@unexec ${RMDIR} -p %D/share/doc/courier 2>/dev/null || ${TRUE}