Port details |
- py-pyldap Fork of python-ldap with Python 3 support
- 2.4.45 net
=0 2.4.45Version of this port present on the latest quarterly branch. DEPRECATED: This code has merged back to python-ldap. Please use net/py-ldap instead
This port expired on: 2018-06-02
- Maintainer: rm@FreeBSD.org
 - Port Added: 2016-01-25 12:54:58
- Last Update: 2018-06-06 15:47:10
- SVN Revision: 471855
- Also Listed In: python
- License: PSFL
- WWW:
- https://github.com/pyldap/pyldap/
- Description:
- Python modules for implementing LDAP clients
pyldap is a fork of python-ldap, and provides an object-oriented API to access
LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x
libs for that purpose. Additionally the package contains modules for other
LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3
extended operations and controls, etc.).
WWW: https://github.com/pyldap/pyldap/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyldap>0:net/py-pyldap@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-pyldap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1516651370
SHA256 (pyldap-2.4.45.tar.gz) = 064ec1ec7db9ff3b941d83f94bacbe896be944951db548d774ad9cafdafd7887
SIZE (pyldap-2.4.45.tar.gz) = 304477
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-pyasn1-modules>=0 : devel/py-pyasn1-modules@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libldap-2.4.so.2 : net/openldap24-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-pyldap-2.4.45:
SASL=off: SASL authentication support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.45 06 Jun 2018 15:47:10
  |
rene  |
Remove expired port:
2018-06-02 net/py-pyldap: This code has merged back to python-ldap. Please use
net/py-ldap instead |
2.4.45 02 May 2018 13:42:16
  |
rm  |
net/py-pyldap: mark deprecated
This fork code base has been merged back to python-ldap, so this port is no more
needed. Users (if any) should switch to net/py-ldap instead. Mark DEPRECATED and
set to expire in one month. |
2.4.45 22 Jan 2018 20:08:31
  |
rm  |
net/py-pyldap: update to 2.4.45 |
2.4.37 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.4.37 03 Jul 2017 17:45:25
  |
rm  |
net/py-pyldap: update to 2.4.37 |
2.4.36 25 Jun 2017 08:32:32
  |
rm  |
net/py-pyldap: update to 2.4.36 |
2.4.35.1 06 Jun 2017 20:53:49
  |
rm  |
net/py-pyldap: update to 2.4.35.1 |
2.4.28 24 Jan 2017 20:00:30
  |
rm  |
net/py-pyldap: update to 2.4.28 |
2.4.25.1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.4.25.1 13 Mar 2016 18:41:28
  |
rm  |
net/py-pyldap: update to 2.4.25.1 |
2.4.25 27 Jan 2016 09:55:21
  |
rm  |
net/py-pyldap: update to 2.4.25 |
2.4.21 25 Jan 2016 14:36:15
  |
rm  |
net/py-pyldap: simplify reinplaces |
2.4.21 25 Jan 2016 14:30:05
  |
rm  |
net/py-pyldap: convert to option helpers; non-functional change
Suggested by: koobs |
2.4.21 25 Jan 2016 12:54:50
  |
rm  |
Python modules for implementing LDAP clients
pyldap is a fork of python-ldap, capable of both python 2.x and 3.x, taht
provides an object-oriented API to access LDAP directory servers from Python
programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally
the package contains modules for other LDAP-related stuff (e.g. processing LDIF,
LDAPURLs, LDAPv3 schema, LDAPv3 extended operations and controls, etc.).
WWW: https://github.com/pyldap/pyldap/ |