1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Initial import of ldapmodule.

ldapmodule is an LDAP module for python

PR: 19781
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
This commit is contained in:
Kevin Lo 2000-07-13 16:17:29 +00:00
parent b09689878c
commit b51f27f333
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30582
16 changed files with 112 additions and 0 deletions

View File

@ -106,6 +106,7 @@
SUBDIR += kxicq
SUBDIR += lambdamoo
SUBDIR += ldap
SUBDIR += ldapmodule
SUBDIR += ldapsdk
SUBDIR += libetherx
SUBDIR += libicq

23
net/ldapmodule/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: ldapmodule
# Date created: 05.Jul 2000
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
PORTNAME= ldapmodule
PORTVERSION= 1.9
CATEGORIES= net
MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/
DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>

1
net/ldapmodule/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1

View File

@ -0,0 +1 @@
An LDAP module for phyton

10
net/ldapmodule/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
LDAP Wrapper for Python
This module provides an LDAP API to Python in the spirit of RFC1823.
Some cool things people have done with ldapmodule
* LANL phone book (source)
* Michael Stroeder's web2ldap (previously ldap-client-cgi.py).
* LDAP support for Zope (see also Zope)

2
net/ldapmodule/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
lib/python1.5/site-packages/ldapmodule.so
@dirrm lib/python1.5/site-packages

23
net/py-ldap1/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: ldapmodule
# Date created: 05.Jul 2000
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
PORTNAME= ldapmodule
PORTVERSION= 1.9
CATEGORIES= net
MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/
DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>

1
net/py-ldap1/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1

1
net/py-ldap1/pkg-comment Normal file
View File

@ -0,0 +1 @@
An LDAP module for phyton

10
net/py-ldap1/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
LDAP Wrapper for Python
This module provides an LDAP API to Python in the spirit of RFC1823.
Some cool things people have done with ldapmodule
* LANL phone book (source)
* Michael Stroeder's web2ldap (previously ldap-client-cgi.py).
* LDAP support for Zope (see also Zope)

2
net/py-ldap1/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
lib/python1.5/site-packages/ldapmodule.so
@dirrm lib/python1.5/site-packages

23
net/py-ldap2/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: ldapmodule
# Date created: 05.Jul 2000
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
PORTNAME= ldapmodule
PORTVERSION= 1.9
CATEGORIES= net
MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/
DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>

1
net/py-ldap2/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1

1
net/py-ldap2/pkg-comment Normal file
View File

@ -0,0 +1 @@
An LDAP module for phyton

10
net/py-ldap2/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
LDAP Wrapper for Python
This module provides an LDAP API to Python in the spirit of RFC1823.
Some cool things people have done with ldapmodule
* LANL phone book (source)
* Michael Stroeder's web2ldap (previously ldap-client-cgi.py).
* LDAP support for Zope (see also Zope)

2
net/py-ldap2/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
lib/python1.5/site-packages/ldapmodule.so
@dirrm lib/python1.5/site-packages