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/ |