openbsd-ports/databases/py-ldap/pkg/PLIST
mbalmer 4f5ab2fe67 Update to version 2.0.10, released 2005-09-23
Changes since 2.0.9:

Lib/
* Switched back to old implementation of
  ldap.schema.tokenizer.split_tokens() since the new one
  had a bug which deletes the spaces from DESC
* ldap.INSUFFICIENT_ACCESS is now ignored in
  ldap.ldapobject.LDAPObject.search_subschemasubentry_s()
2005-09-23 11:59:02 +00:00

85 lines
4.3 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.7 2005/09/23 11:59:02 mbalmer Exp $
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/_ldap.so
lib/python${MODPY_VERSION}/site-packages/dsml.py
lib/python${MODPY_VERSION}/site-packages/dsml.pyc
lib/python${MODPY_VERSION}/site-packages/dsml.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/
lib/python${MODPY_VERSION}/site-packages/ldap/__init__.py
lib/python${MODPY_VERSION}/site-packages/ldap/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/__init__.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/async.py
lib/python${MODPY_VERSION}/site-packages/ldap/async.pyc
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/controls.py
lib/python${MODPY_VERSION}/site-packages/ldap/controls.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/controls.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/dn.py
lib/python${MODPY_VERSION}/site-packages/ldap/dn.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/dn.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
lib/python${MODPY_VERSION}/site-packages/ldap/ldapobject.py
lib/python${MODPY_VERSION}/site-packages/ldap/ldapobject.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/ldapobject.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/modlist.py
lib/python${MODPY_VERSION}/site-packages/ldap/modlist.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/modlist.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/sasl.py
lib/python${MODPY_VERSION}/site-packages/ldap/sasl.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/sasl.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/schema/
lib/python${MODPY_VERSION}/site-packages/ldap/schema/__init__.py
lib/python${MODPY_VERSION}/site-packages/ldap/schema/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/schema/__init__.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/schema/models.py
lib/python${MODPY_VERSION}/site-packages/ldap/schema/models.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/schema/models.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/schema/subentry.py
lib/python${MODPY_VERSION}/site-packages/ldap/schema/subentry.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/schema/subentry.pyo
lib/python${MODPY_VERSION}/site-packages/ldap/schema/tokenizer.py
lib/python${MODPY_VERSION}/site-packages/ldap/schema/tokenizer.pyc
lib/python${MODPY_VERSION}/site-packages/ldap/schema/tokenizer.pyo
lib/python${MODPY_VERSION}/site-packages/ldapurl.py
lib/python${MODPY_VERSION}/site-packages/ldapurl.pyc
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/
share/examples/py-ldap/Demo/
share/examples/py-ldap/Demo/Lib/
share/examples/py-ldap/Demo/Lib/ldap/
share/examples/py-ldap/Demo/Lib/ldap/res/
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/
share/examples/py-ldap/Demo/Lib/ldapurl/urlsearch.py
share/examples/py-ldap/Demo/Lib/ldif/
share/examples/py-ldap/Demo/Lib/ldif/filterldif.py
share/examples/py-ldap/Demo/Lib/ldif/ldifcopy.py
share/examples/py-ldap/Demo/dn_search.py
share/examples/py-ldap/Demo/initialize.py
share/examples/py-ldap/Demo/ldapcontrols.py
share/examples/py-ldap/Demo/options.py
share/examples/py-ldap/Demo/page_control.py
share/examples/py-ldap/Demo/passwd_ext_op.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