mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
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
|
@ -106,6 +106,7 @@
|
||||||
SUBDIR += kxicq
|
SUBDIR += kxicq
|
||||||
SUBDIR += lambdamoo
|
SUBDIR += lambdamoo
|
||||||
SUBDIR += ldap
|
SUBDIR += ldap
|
||||||
|
SUBDIR += ldapmodule
|
||||||
SUBDIR += ldapsdk
|
SUBDIR += ldapsdk
|
||||||
SUBDIR += libetherx
|
SUBDIR += libetherx
|
||||||
SUBDIR += libicq
|
SUBDIR += libicq
|
||||||
|
|
23
net/ldapmodule/Makefile
Normal file
23
net/ldapmodule/Makefile
Normal 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
1
net/ldapmodule/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1
|
1
net/ldapmodule/pkg-comment
Normal file
1
net/ldapmodule/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
An LDAP module for phyton
|
10
net/ldapmodule/pkg-descr
Normal file
10
net/ldapmodule/pkg-descr
Normal 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
2
net/ldapmodule/pkg-plist
Normal 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
23
net/py-ldap1/Makefile
Normal 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
1
net/py-ldap1/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1
|
1
net/py-ldap1/pkg-comment
Normal file
1
net/py-ldap1/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
An LDAP module for phyton
|
10
net/py-ldap1/pkg-descr
Normal file
10
net/py-ldap1/pkg-descr
Normal 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
2
net/py-ldap1/pkg-plist
Normal 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
23
net/py-ldap2/Makefile
Normal 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
1
net/py-ldap2/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1
|
1
net/py-ldap2/pkg-comment
Normal file
1
net/py-ldap2/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
An LDAP module for phyton
|
10
net/py-ldap2/pkg-descr
Normal file
10
net/py-ldap2/pkg-descr
Normal 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
2
net/py-ldap2/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
lib/python1.5/site-packages/ldapmodule.so
|
||||||
|
@dirrm lib/python1.5/site-packages
|
Loading…
Add table
Reference in a new issue