update to 2.0.0pre19; from maintainer Marc Balmer <marc at msys.ch>

ok sturm@.
This commit is contained in:
xsa 2004-02-17 20:47:45 +00:00
parent e2c4fd9423
commit 9fb998730d
3 changed files with 48 additions and 12 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.2 2004/01/29 17:13:37 sturm Exp $
# $OpenBSD: Makefile,v 1.3 2004/02/17 20:47:45 xsa Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "LDAP client API for Python"
VERSION= 2.0.0pre14
VERSION= 2.0.0pre19
DISTNAME= python-ldap-${VERSION}
PKGNAME= py-ldap-${VERSION}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
HOMEPAGE= http://python-ldap.sourceforge.net/
MAINTAINER= Marc Balmer <marc@msys.ch>
@ -20,18 +19,30 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
FLAVORS= 2.1 2.2
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
FLAVORS= 2.1 2.2 2.3
FLAVOR?= 2.1
MODULES= python
.if ${FLAVOR} == "2.1" || ${FLAVOR} == "2.2"
.if ${FLAVOR} == "2.1" || ${FLAVOR} == "2.2" || ${FLAVOR} == "2.3"
MODPY_VERSION= ${FLAVOR}
.elif ${FLAVOR:M2.1} && ${FLAVOR:M2.2}
ERRORS+= "Fatal: these flavors are mutually exclusive: ${FLAVOR}"
.else
ERRORS+= "Fatal: Conflicting flavor: ${FLAVOR}"
.endif
LIB_DEPENDS= ldap,lber::databases/openldap
NO_REGRESS= Yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-ldap
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
cd ${WRKSRC}; tar cf - Demo | tar xf - -C ${EXAMPLESDIR}
do-regress: fake
@cd ${WRKSRC}/Tests/Lib && ${MAKE_ENV} \
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
${MODPY_BIN} ./test_ldapurl.py
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (python-ldap-2.0.0pre14.tar.gz) = 9137589e39438e446a200b486d18d0b4
RMD160 (python-ldap-2.0.0pre14.tar.gz) = 9f59ef688cc920b8e40c5cbfd6ef8db7594b934e
SHA1 (python-ldap-2.0.0pre14.tar.gz) = 2a38e73876ebb4aff66341732703a23fe420d926
MD5 (python-ldap-2.0.0pre19.tar.gz) = d6a5ad79695dd0ddeac362b1428e2c29
RMD160 (python-ldap-2.0.0pre19.tar.gz) = 8421bf0eccc4ee6819d77471f66747ca479cce9c
SHA1 (python-ldap-2.0.0pre19.tar.gz) = 4ca271bb446dcb8db28aceb405e7d7b27b1d62f5

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/11/01 15:24:06 sturm Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/02/17 20:47:45 xsa Exp $
@option no-default-conflict
@pkgcfl py-ldap-*-${MODPY_VERSION}
lib/python${MODPY_VERSION}/site-packages/_ldap.so
@ -14,6 +14,9 @@ lib/python${MODPY_VERSION}/site-packages/ldap/async.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/cidict.py
lib/python${MODPY_VERSION}/site-packages/ldap/cidict.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/cidict.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/filter.py
lib/python${MODPY_VERSION}/site-packages/ldap/filter.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/filter.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/functions.py
lib/python${MODPY_VERSION}/site-packages/ldap/functions.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/functions.pyo
@ -44,5 +47,27 @@ lib/python${MODPY_VERSION}/site-packages/ldapurl.pyo
lib/python${MODPY_VERSION}/site-packages/ldif.py
lib/python${MODPY_VERSION}/site-packages/ldif.pyc
lib/python${MODPY_VERSION}/site-packages/ldif.pyo
share/examples/py-ldap/Demo/Lib/ldap/res/deltree.py
share/examples/py-ldap/Demo/Lib/ldap/res/ldifwriter.py
share/examples/py-ldap/Demo/Lib/ldap/res/sizelimit.py
share/examples/py-ldap/Demo/Lib/ldapurl/urlsearch.py
share/examples/py-ldap/Demo/Lib/ldif/ldifcopy.py
share/examples/py-ldap/Demo/initialize.py
share/examples/py-ldap/Demo/options.py
share/examples/py-ldap/Demo/pickle_ldapobject.py
share/examples/py-ldap/Demo/reconnect.py
share/examples/py-ldap/Demo/rename.py
share/examples/py-ldap/Demo/sasl_bind.py
share/examples/py-ldap/Demo/schema.py
share/examples/py-ldap/Demo/schema_tree.py
share/examples/py-ldap/Demo/simple.py
share/examples/py-ldap/Demo/simplebrowse.py
@dirrm share/examples/py-ldap/Demo/Lib/ldif
@dirrm share/examples/py-ldap/Demo/Lib/ldapurl
@dirrm share/examples/py-ldap/Demo/Lib/ldap/res
@dirrm share/examples/py-ldap/Demo/Lib/ldap
@dirrm share/examples/py-ldap/Demo/Lib
@dirrm share/examples/py-ldap/Demo
@dirrm share/examples/py-ldap
@dirrm lib/python${MODPY_VERSION}/site-packages/ldap/schema
@dirrm lib/python${MODPY_VERSION}/site-packages/ldap