Port details |
- py-matrix-synapse-ldap3 LDAP3 auth provider for Matrix Synapse
- 0.3.0_1 net =2 0.3.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-04-13 14:31:14
- Last Update: 2023-11-27 05:38:03
- Commit Hash: 9f1e799
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/matrix-org/matrix-synapse-ldap3
- Description:
- matrix-synapse-ldap3 allows synapse to use LDAP as a password provider.
- ¦ ¦ ¦ ¦
- 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}matrix-synapse-ldap3>0:net/py-matrix-synapse-ldap3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-matrix-synapse-ldap3/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-matrix-synapse-ldap3
- pkg install py39-matrix-synapse-ldap3
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-matrix-synapse-ldap3 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-matrix-synapse-ldap3
- Package flavors (<flavor>: <package>)
- py39: py39-matrix-synapse-ldap3
- distinfo:
- TIMESTAMP = 1698341065
SHA256 (matrix-synapse-ldap3-0.3.0.tar.gz) = 8bb6517173164d4b9cc44f49de411d8cebdb2e705d5dd1ea1f38733c4a009e1d
SIZE (matrix-synapse-ldap3-0.3.0.tar.gz) = 20963
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=39.2.0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-ldap3>=2.8 : net/py-ldap3@py39
- py39-service-identity>=0 : security/py-service-identity@py39
- py39-twisted>=15.1.0 : devel/py-twisted@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_py-matrix-synapse-ldap3
- 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 |
0.3.0_1 27 Nov 2023 05:38:03 |
Po-Chuan Hsieh (sunpoet) |
*: Change {RUN,TEST}_DEPENDS from security/py-service_identity to
security/py-service-identity
- Bump PORTREVISION for dependency change (except security/py-trustme)
PR: 275167
Reported by: Joakim Bergman <jocke@gipset.se> |
0.3.0 01 Nov 2023 02:08:28 |
Po-Chuan Hsieh (sunpoet) |
net/py-matrix-synapse-ldap3: Update to 0.3.0
Changes: https://github.com/matrix-org/matrix-synapse-ldap3/releases |
0.2.2_2 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
0.2.2_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
0.2.2_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.2.2_1 21 Mar 2023 19:21:11 |
Po-Chuan Hsieh (sunpoet) |
net/py-matrix-synapse-ldap3: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
0.2.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.2.2 27 Aug 2022 10:24:46 |
Po-Chuan Hsieh (sunpoet) |
net/py-matrix-synapse-ldap3: Update to 0.2.2
Changes: https://github.com/matrix-org/matrix-synapse-ldap3/releases |
0.2.1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.2.1 07 Jul 2022 21:42:57 |
Po-Chuan Hsieh (sunpoet) |
net/py-matrix-synapse-ldap3: Update to 0.2.1
Changes: https://github.com/matrix-org/matrix-synapse-ldap3/releases |
0.2.0 25 Mar 2022 13:37:07 |
Po-Chuan Hsieh (sunpoet) |
net/py-matrix-synapse-ldap3: Update to 0.2.0
Changes: https://github.com/matrix-org/matrix-synapse-ldap3/releases |
0.1.5 20 Jun 2021 16:16:02 |
Po-Chuan Hsieh (sunpoet) |
net/py-matrix-synapse-ldap3: Update to 0.1.5
Changes: https://github.com/matrix-org/matrix-synapse-ldap3/releases |
0.1.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.4_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.1.4_1 20 Jan 2020 20:10:43 |
sunpoet |
Fix RUN_DEPENDS
- Update version requirement of RUN_DEPENDS
- Add NO_ARCH
- Update WWW
- Bump PORTREVISION for dependency change
- Take maintainership |
0.1.4 05 Dec 2019 00:13:23 |
vanilla |
Update to 0.1.4. |
0.1.3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.1.3 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.1.3 17 Apr 2018 18:30:54 |
feld |
Reset MAINTAINER
My enthusiasm for Matrix has been throughly exhausted. |
0.1.3 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 ) |
0.1.3 03 Aug 2017 15:40:56 |
feld |
net/py-matrix-synapse-ldap3: Update to 0.1.3
Changelog: https://github.com/matrix-org/matrix-synapse-ldap3/releases/tag/v0.1.3 |
0.1.2 13 Apr 2017 14:51:31 |
feld |
net/py-matrix-synapse-ldap3: Fix LICENSE_FILE |
0.1.2 13 Apr 2017 14:31:05 |
feld |
Allows synapse to use LDAP as a password provider.
WWW: https://pypi.python.org/pypi/matrix-synapse-ldap3 |