notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-ldap0 Module package for implementing LDAP clients
1.4.7 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4.7Version of this port present on the latest quarterly branch.
Maintainer: girgen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-05-03 13:26:38
Last Update: 2023-07-12 18:56:04
Commit Hash: 7d1faa7
Also Listed In: python
License: PSFL
WWW:
https://gitlab.com/ae-dir/python-ldap0
Description:
ldap0 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 Python modules: - parsing and producing LDIF - handle LDAPURLs - parse and handle LDAPv3 subschema - LDAPv3 extended operations and controls - automatic tests with OpenLDAP server This package is a non-compatible for of python-ldap and therefore uses the separate module name-space 'ldap0'.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}ldap0>0:net/py-ldap0@${PY_FLAVOR}
To install the port:
cd /usr/ports/net/py-ldap0/ && make install clean
To add the package, run one of these commands:
  • pkg install net/py-ldap0
  • pkg install py39-ldap0
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-ldap0 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-ldap0
Package flavors (<flavor>: <package>)
  • py39: py39-ldap0
distinfo:
TIMESTAMP = 1643577788 SHA256 (ae-dir-python-ldap0-70b3aad8593d34c82f6bca1eca53f1c8938d345d_GL0.tar.gz) = c294d599967709eb930e272bb09763e267bbe57ae20ec1cc081d3501ba5c2fc2 SIZE (ae-dir-python-ldap0-70b3aad8593d34c82f6bca1eca53f1c8938d345d_GL0.tar.gz) = 253897

Packages (timestamps in pop-ups are UTC):
py37-ldap0
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.1.3---1.1.3-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-ldap0
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.71.4.7-1.4.71.4.7---
FreeBSD:13:quarterly1.4.71.4.71.4.71.4.71.4.71.4.71.4.71.4.7
FreeBSD:14:latest1.4.71.4.71.4.71.4.71.4.71.4.7-1.4.7
FreeBSD:14:quarterly1.4.71.4.7-1.4.71.4.71.4.71.4.71.4.7
FreeBSD:15:latest1.4.71.4.7n/a1.4.7n/a1.4.71.4.71.4.7
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. slapd : net/openldap26-server
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-pyasn1>=0.4.5 : devel/py-pyasn1@py39
  2. py39-pyasn1-modules>=0.2.5 : devel/py-pyasn1-modules@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
Library dependencies:
  1. libldap.so.2 : net/openldap26-client
This port is required by:
for Run
  1. www/web2ldap

Configuration Options:
No options to configure
Options name:
net_py-ldap0
USES:
ldap:24 localbase python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.com/ae-dir/python-ldap0/-/archive/70b3aad8593d34c82f6bca1eca53f1c8938d345d.tar.gz?dummy=/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.7
12 Jul 2023 18:56:04
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
1.4.7
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
1.4.7
08 Feb 2023 10:53:56
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628da files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.4.7
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4.7
31 Jan 2022 09:36:32
commit hash: 9264f365232b8cc6d71474afc70a301d3ac2cab3commit hash: 9264f365232b8cc6d71474afc70a301d3ac2cab3commit hash: 9264f365232b8cc6d71474afc70a301d3ac2cab3commit hash: 9264f365232b8cc6d71474afc70a301d3ac2cab3 files touched by this commit
Palle Girgensohn (girgen) search for other commits by this committer
net/py-ldap0: update to 1.4.7
1.4.0
24 Oct 2021 16:27:25
commit hash: cd38103b664700a22a0290c16cd017a4bfd750accommit hash: cd38103b664700a22a0290c16cd017a4bfd750accommit hash: cd38103b664700a22a0290c16cd017a4bfd750accommit hash: cd38103b664700a22a0290c16cd017a4bfd750ac files touched by this commit
Palle Girgensohn (girgen) search for other commits by this committer
net/py-ldap0: update to 1.4.0

PR:		259050
Submitted by:	Xin LI
1.3.1
11 Oct 2021 14:42:38
commit hash: c5420e877724ce867a6f8bcd98c613bb9af9e6e4commit hash: c5420e877724ce867a6f8bcd98c613bb9af9e6e4commit hash: c5420e877724ce867a6f8bcd98c613bb9af9e6e4commit hash: c5420e877724ce867a6f8bcd98c613bb9af9e6e4 files touched by this commit
Palle Girgensohn (girgen) search for other commits by this committer
net/py-ldap0: update to 1.3.1

PR:	259050
1.2.8_1
01 Aug 2021 08:32:35
commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70commit hash: 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 files touched by this commit
Xin LI (delphij) search for other commits by this committer
net/openldap24-server: Make SASL permanent for OpenLDAP port.

PR:		ports/257374
Reviewed by:	obrien
Approved by:	portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
1.2.8
07 Jun 2021 12:55:41
commit hash: 7437f16f67af6a3c8c759bc826f20cfc6cd22038commit hash: 7437f16f67af6a3c8c759bc826f20cfc6cd22038commit hash: 7437f16f67af6a3c8c759bc826f20cfc6cd22038commit hash: 7437f16f67af6a3c8c759bc826f20cfc6cd22038 files touched by this commit
Palle Girgensohn (girgen) search for other commits by this committer
net/py-ldap0: update to version 1.2.8

Fetch from gitlab, since the pypi links don't work for some reason.
1.1.3
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.1.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.3
24 Dec 2020 13:46:02
Revision:559094Original commit files touched by this commit
kai search for other commits by this committer
Relax hardcoded paths to fix build with Python 3.8.7

Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
1.1.3
13 Nov 2020 20:32:48
Revision:555046Original commit files touched by this commit
girgen search for other commits by this committer
Update to 1.1.3
0.6.8
13 Jan 2020 06:28:27
Revision:522858Original commit files touched by this commit
antoine search for other commits by this committer
Fix DEPENDS
0.6.8
13 Jan 2020 02:49:03
Revision:522845Original commit files touched by this commit
koobs search for other commits by this committer
net/ldap0: Update to 0.6.8 [1]

Note: ldap0 is Python 3.x only since 0.3.0

While I'm here, level up ports compliance and fix ports issues:

  - Match COMMENT to setup.py:description
  - Match *_DEPENDS (and versions) to setup.py:*_requires
  - Add TEST_* variables and test (QA) target [1][2]
  - Replace setup.py INCLUDES patch with setuptools build_ext commands
    which honour environment variables
  - Strip extension/library
  - Patch setup.cfg to remove unconditional debug builds
  - Update pkg-descr formatting and WWW url (to match setup.py:homepage)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.60_1
10 Feb 2019 00:08:37
Revision:492575Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 40.8.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		235474
Exp-run by:	antoine
0.0.60_1
06 May 2018 21:39:24
Revision:469253Original commit files touched by this commit
girgen search for other commits by this committer
The port only supports python 2.7

Fix pkg-descr while I'm here.
0.0.60
04 May 2018 13:05:52
Revision:469026Original commit files touched by this commit
girgen search for other commits by this committer
Fix build problems

This port requires OpenLDAP with SASL
0.0.60
03 May 2018 13:26:25
Revision:468926Original commit files touched by this commit
girgen search for other commits by this committer
Update web2ldap to verstion 1.3.16

Also welcome py-ldap0 to the ports tree as a dependency.

This version adds a rc script to start the standalone mode.
Taking maintainership as bsam@ offered to step down.

Releasenotes:	https://web2ldap.de/changes-1.3.html#r1.3.16
PR:		227459

Number of commits found: 20