Port details |
- lualdap LDAP support for the Lua language
- 1.3.1 net =3 1.3.1Version of this port present on the latest quarterly branch.
- Maintainer: p.mousavizadeh@protonmail.com
- Port Added: 2013-01-17 23:44:23
- Last Update: 2023-03-21 12:53:47
- Commit Hash: 5c22276
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/lualdap/lualdap
- Description:
- LuaLDAP is a simple interface from Lua to an LDAP client.
In fact it is a bind to OpenLDAP or to ADSI. It enables a Lua program to:
- connect to an LDAP server;
- execute any operation (search, add, compare, delete, modify and rename);
- retrieve entries and references of the search result.
- ¦ ¦ ¦ ¦
- 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:
-
- lua54-lualdap>0:net/lualdap
- To install the port:
- cd /usr/ports/net/lualdap/ && make install clean
- To add the package, run one of these commands:
- pkg install net/lualdap
- pkg install lua54-lualdap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-lualdap
- Package flavors (<flavor>: <package>)
- lua54: lua54-lualdap
- lua53: lua53-lualdap
- lua52: lua52-lualdap
- lua51: lua51-lualdap
- distinfo:
- TIMESTAMP = 1678997847
SHA256 (lualdap-lualdap-v1.3.1_GH0.tar.gz) = c69873cfd7fb50ce22dfcfe50e2023a640a36b3f7b135f2318cb2720d122cac2
SIZE (lualdap-lualdap-v1.3.1_GH0.tar.gz) = 82290
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:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libldap.so.2 : net/openldap26-client
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lua54-lualdap-1.3.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_lualdap
- USES:
- gmake ldap lua:module
- 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.3.1 21 Mar 2023 12:53:47 |
Robert Clausecker (fuz) Author: Seyed Pouria Mousavizadeh Tehrani |
net/lualdap: update to 1.3.1
Submitter becomes maintainer. Already maintainer of another port.
Changelog: https://github.com/lualdap/lualdap/blob/master/docs/news.md
PR: 270272 |
1.3.0 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
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 |
1.3.0 10 Dec 2022 08:54:42 |
Tobias C. Berner (tcberner) |
net/lualdap: fix build for lua54 flavor
PR: 220281 |
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.3.0 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.3.0 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 ) |
1.3.0 24 Aug 2021 05:15:19 |
Vanilla I. Shu (vanilla) |
net/lualdap: update to 1.3.0, it's compatible with lua54 now. |
1.2.5_1 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
1.2.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.5 15 Sep 2020 09:22:18 |
mat |
Regular USE_GITHUB cleanup. |
1.2.5 17 Aug 2020 12:18:22 |
zi |
- Reset MAINTAINER due to fatal bounces
Reported by: portscout! |
1.2.5 01 Jul 2020 16:10:42 |
lwhsu |
Put the quotes around ${CC} back
Dropping these could break thigs if $CC has more than one word
Reported by: danfe |
1.2.5 01 Jul 2020 14:06:12 |
lwhsu |
Update to 1.2.5
PR: 245197
Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
Approved by: maintainer timeout |
1.1.0_3 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
1.1.0_2 20 Jan 2020 18:26:32 |
danfe |
- Add the Lua-5.1 slave of the `net/lualdap' port, to be used with
the `net-im/prosody' port
- Install docs in a dedicated `do-install-DOCS-on' target while here
Requested by: Zeus Panchenko |
1.1.0_2 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.1.0_2 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
1.1.0_1 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
1.1.0_1 11 Jan 2014 20:37:30 |
bapt |
Switch to lua 5.2 |
1.1.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.1.0 17 Jan 2013 23:44:12 |
mandree |
LuaLDAP is a simple interface from Lua to an LDAP client.
In fact it is a bind to OpenLDAP or to ADSI. It enables a Lua program to:
- connect to an LDAP server;
- execute any operation (search, add, compare, delete, modify and rename);
- retrieve entries and references of the search result.
WWW: http://www.keplerproject.org/lualdap/
PR: 172415
Submitted by: Piotr Florczyk |