diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 09:51:07 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 09:51:07 +0000 |
commit | 41a82483852783fc996ab7bebf85222330903699 (patch) | |
tree | e01501ea81effacbf672ca406dcc680be44604fb /net/py-ldap2 | |
parent | ca46ee65b375d542d151e9a03fc0aadd4bbf3643 (diff) | |
download | ports-41a82483852783fc996ab7bebf85222330903699.tar.gz ports-41a82483852783fc996ab7bebf85222330903699.zip |
Notes
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 8 | ||||
-rw-r--r-- | net/py-ldap2/distinfo | 2 | ||||
-rw-r--r-- | net/py-ldap2/pkg-descr | 3 | ||||
-rw-r--r-- | net/py-ldap2/pkg-plist | 13 |
4 files changed, 20 insertions, 6 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index a019d4ab7b19..dad08969b6c3 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= ldapmodule -PORTVERSION= 1.9 +PORTVERSION= 1.10alpha3 CATEGORIES= net -MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha +MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/ +DISTNAME= python-ldap-${PORTVERSION}-src MAINTAINER= dirk.meyer@dinoex.sub.org @@ -18,6 +18,6 @@ RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} .include <bsd.port.mk> diff --git a/net/py-ldap2/distinfo b/net/py-ldap2/distinfo index 92ff002e485f..07ac0213610a 100644 --- a/net/py-ldap2/distinfo +++ b/net/py-ldap2/distinfo @@ -1 +1 @@ -MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1 +MD5 (python-ldap-1.10alpha3-src.tar.gz) = a4e95cf9edec1b7952a5decbc8080372 diff --git a/net/py-ldap2/pkg-descr b/net/py-ldap2/pkg-descr index 8dd6dae6fb16..3b07d96df9fa 100644 --- a/net/py-ldap2/pkg-descr +++ b/net/py-ldap2/pkg-descr @@ -8,3 +8,6 @@ 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) + +WWW: http://python-ldap.sourceforge.net/ +FTP: ftp://python-ldap.sourceforge.net/pub/python-ldap/ diff --git a/net/py-ldap2/pkg-plist b/net/py-ldap2/pkg-plist index 7baaa1362546..6a9574e9592b 100644 --- a/net/py-ldap2/pkg-plist +++ b/net/py-ldap2/pkg-plist @@ -1,2 +1,13 @@ -lib/python1.5/site-packages/ldapmodule.so +lib/python1.5/site-packages/python-ldap/ldap.py +lib/python1.5/site-packages/python-ldap/ldap.pyc +lib/python1.5/site-packages/python-ldap/ldap.pyo +lib/python1.5/site-packages/python-ldap/ldif.py +lib/python1.5/site-packages/python-ldap/ldif.pyc +lib/python1.5/site-packages/python-ldap/ldif.pyo +lib/python1.5/site-packages/python-ldap/perldap.py +lib/python1.5/site-packages/python-ldap/perldap.pyc +lib/python1.5/site-packages/python-ldap/perldap.pyo +lib/python1.5/site-packages/_ldapmodule.so +lib/python1.5/site-packages/ldap.pth +@dirrm lib/python1.5/site-packages/python-ldap @dirrm lib/python1.5/site-packages |