Port details |
- py-django-ldapdb LDAP database backend for Django
- 1.5.1.7_1 www
=0 1.5.1.7_1Version of this port present on the latest quarterly branch.
- DEPRECATED: not compatible with Django >= 4.x, upstream no longer maintained
This port expired on: 2024-06-30
- Maintainer: avk@vl.ru
- Port Added: 2014-05-22 06:32:32
- Last Update: 2024-06-30 10:57:51
- Commit Hash: e2145b1
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/django-ldapdb/django-ldapdb
- Description:
- django-ldapdb is an LDAP database backend for Django. It allows one to
manipulate LDAP entries using Django's models.
Declaring models using the LDAP backend is very staightforward, one simply
inherit from ldapdb.models.Model and declare the fields in the same way as for
regular models. One can even edit the LDAP entries using Django's admin
interface.
- ¦ ¦ ¦ ¦
- 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}django-ldapdb>0:www/py-django-ldapdb@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-django-ldapdb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1651643154
SHA256 (django-ldapdb-django-ldapdb-1.5.1-7-gd3a0b20_GH0.tar.gz) = b189fea99adf9e2990042f292af966eb803d5972456416635603cd474afd39a6
SIZE (django-ldapdb-django-ldapdb-1.5.1-7-gd3a0b20_GH0.tar.gz) = 31929
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>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-django32>=2.2 : www/py-django32@py39
- py39-python-ldap>=3.0 : net/py-python-ldap@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-django-ldapdb-1.5.1.7_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_py-django-ldapdb
- 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 |
1.5.1.7_1 30 Jun 2024 10:57:51 |
Rene Ladan (rene) |
www/py-django-ldapdb: Remove expired port
2024-06-30 www/py-django-ldapdb: not compatible with Django >= 4.x, upstream no
longer maintained |
1.5.1.7_1 24 Apr 2024 04:03:01 |
Kai Knoblich (kai) |
www/py-django-ldapdb: Deprecate/Set to expire
* The code is not compatible with Django 4.2 or newer and upstream no
longer seems to be maintained. Thus deprecate the port and set an
expiration date.
PR: 277928
Approved by: maintainer timeout (3+ weeks) |
1.5.1.7_1 17 Nov 2023 01:57:21 |
Ruslan Makhmatkhanov (rm) |
Bump portrevision for dependant ports
after net/py-ldap renamed to net/py-python-ldap |
1.5.1.7 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> |
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) |
1.5.1.7 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 ) |
1.5.1.7 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.5.1.7 07 May 2022 07:14:54 |
Kai Knoblich (kai) |
www/py-django-ldapdb: Update to 1.5.1
* Switch to Django 3.2 as Django 2.2 is End-of-Life since April 2022.
* Use GitHub for a while to access the latest commits which contain some
compatibility changes regarding Django 3.2.
PR: 263770
Approved by: Alexander Kriventsov (maintainer) |
1.4.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0 07 Apr 2020 07:13:02 |
kai |
www/py-django-ldapdb: Update to 1.4.0
* Assign to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life.
* Make USES block separate from non-relevant variables.
Changelog:
https://github.com/django-ldapdb/django-ldapdb/blob/1.4.0/ChangeLog
PR: 245310
Approved by: Alexander Kriventsov <avk@vl.ru> (maintainer) |
1.0.0 26 May 2018 18:37:05 |
miwi |
- Update to 1.5.0
- Switch to django111
- Added NO_ARCH
- Doc OPTIONS
- Update WWW
PR: 228262
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
0.3.2_2 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.3.2_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.3.2_2 16 Jan 2016 11:19:09 |
miwi |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
0.3.2_2 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.3.2_1 18 Jun 2015 19:56:52 |
rm |
net/py-ldap2: rename to py-ldap
To better match upstream name |
0.3.2 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
0.3.2 16 Jun 2014 14:31:22 |
wg |
www/py-django-ldapdb: update to 0.3.2
PR: 190267
Submitted by: maintainer |
0.1.0 22 May 2014 06:32:26 |
miwi |
django-ldapdb is an LDAP database backend for Django.
It allows you to manipulate LDAP entries using Django's models.
Declaring models using the LDAP backend is very staightforward,
you simply inherit from ldapdb.models.Model and declare the fields
in the same way as for regular models.
You can even edit the LDAP entries using Django's admin interface.
WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/
PR: ports/186162
Submitted by: Alexander Kriventsov <avk@vl.ru> |