Port details |
- trac-ldapauthstore Trac AccountManager plugin using LDAP authentication store
- 0.3.2.15146 www
=0 0.3.2.15146Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses Python 2.7 which is EOLed upstream
This port expired on: 2020-12-31
- Maintainer: joneum@FreeBSD.org
- Port Added: 2016-01-08 12:25:50
- Last Update: 2021-01-01 11:45:05
- SVN Revision: 559825
- Also Listed In: devel python
- License: BSD3CLAUSE
- WWW:
- https://trac-hacks.org/wiki/LdapAuthStorePlugin
- Description:
- This plugin is a password store for the AccountManagerPlugin that
provides authentication and group membership from an LDAP
service. Users are authenticated by performing an LDAP bind against a
directory using their credentials. The plugin will also pull the email
address and username from the directory and populate the
session_attribute table.
WWW: https://trac-hacks.org/wiki/LdapAuthStorePlugin
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- trac-ldapauthstore>0:www/trac-ldapauthstore
- No installation instructions:
- This port has been deleted.
- PKGNAME: trac-ldapauthstore
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (ldapauthstoreplugin-0.3.2.15146.tar.gz) = 380797ff3a965373e36d274dc2b85549d5d9abd5d9eac3278f8b2160a69d52f6
SIZE (ldapauthstoreplugin-0.3.2.15146.tar.gz) = 25600
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- tracd : www/trac
- trac-accountmanager>0 : www/trac-accountmanager
- trac-ldap>0 : www/trac-ldap
- py27-ldap>0 : net/py-ldap@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- 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.2.15146 01 Jan 2021 11:45:05 |
antoine |
Re-apply part of r559792 (INDEX and bulk -a OK)
With hat: portmgr |
0.3.2.15146 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
0.3.2.15146 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
0.3.2.15146 19 Feb 2020 17:59:36 |
antoine |
Clean up USES
With hat: portmgr |
0.3.2.15146 15 Jun 2019 08:04:47 |
joneum |
Take Maintainership
Sponsored by: Netzkommune GmbH |
0.3.2.15146 15 Jun 2019 07:55:39 |
matthew |
Return some ports to the pool. I no longer use trac or MySQL. |
0.3.2.15146 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.3.2.15146 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.15146 29 May 2016 01:29:08 |
amdmi3 |
www/trac-*: minor cleanup
- Don't use trac/plugin.mk which is now empty and unneeded
- Add some NO_ARCH'es
- Add/fix some LICENSEs and LICENSE_FILES
- Pet portlint
- Regenerate some patches
Approved by: portmgr blanket |
0.3.2.15146 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.15146 08 Jan 2016 12:25:16 |
matthew |
This plugin is a password store for the AccountManagerPlugin that
provides authentication and group membership from an LDAP
service. Users are authenticated by performing an LDAP bind against a
directory using their credentials. The plugin will also pull the email
address and username from the directory and populate the
session_attribute table.
WWW: https://trac-hacks.org/wiki/LdapAuthStorePlugin
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D4796 |