Port details |
- py-django-ldapdb LDAP database backend for Django
- 1.5.1.7 www
=0 Version of this port present on the latest quarterly branch. - Maintainer: avk@vl.ru
 - Port Added: 2014-05-22 06:32:32
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- Also Listed In: python
- License: BSD2CLAUSE
- 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.
WWW: https://github.com/django-ldapdb/django-ldapdb
- SVNWeb : git : Homepage
- 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}
- To install the port:
- cd /usr/ports/www/py-django-ldapdb/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-ldapdb
- pkg install py39-django-ldapdb
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-django-ldapdb listed in the above command, you can pick from the names under the Packages section.- 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
- Runtime dependencies:
-
- py39-django32>=2.2 : www/py-django32@py39
- py39-ldap>=3.0 : net/py-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:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_py-django-ldapdb
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 1.5.1.7 |
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 ) |
07 May 2022 07:14:54 1.5.1.7 |
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) |
06 Apr 2021 14:31:07 1.4.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Apr 2020 07:13:02
1.4.0 |
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) |
26 May 2018 18:37:05
1.0.0 |
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. |
30 Nov 2017 15:50:34
0.3.2_2  |
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 ) |
01 Apr 2016 14:33:58
0.3.2_2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
16 Jan 2016 11:19:09
0.3.2_2 |
miwi  |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
16 Jan 2016 09:52:37
0.3.2_2  |
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
18 Jun 2015 19:56:52
0.3.2_1 |
rm  |
net/py-ldap2: rename to py-ldap
To better match upstream name |
03 Jan 2015 08:41:21
0.3.2 |
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
16 Jun 2014 14:31:22
0.3.2 |
wg  |
www/py-django-ldapdb: update to 0.3.2
PR: 190267
Submitted by: maintainer |
22 May 2014 06:32:26
0.1.0 |
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> |