aboutsummaryrefslogtreecommitdiff
path: root/net/lualdap
Commit message (Collapse)AuthorAgeFilesLines
* net/lualdap: update to 1.3.0, it's compatible with lua54 now.Vanilla I. Shu2021-08-243-12/+13
|
* net/openldap24-client: bump all dependent portXin LI2021-08-021-0/+1
| | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Regular USE_GITHUB cleanup.Mathieu Arnold2020-09-152-4/+4
| | | | Notes: svn path=/head/; revision=548722
* - Reset MAINTAINER due to fatal bouncesRyan Steinmetz2020-08-171-1/+1
| | | | | | | Reported by: portscout! Notes: svn path=/head/; revision=545161
* Put the quotes around ${CC} backLi-Wen Hsu2020-07-011-1/+1
| | | | | | | | | Dropping these could break thigs if $CC has more than one word Reported by: danfe Notes: svn path=/head/; revision=540974
* Update to 1.2.5Li-Wen Hsu2020-07-014-360/+13
| | | | | | | | | PR: 245197 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Approved by: maintainer timeout Notes: svn path=/head/; revision=540967
* USES=lua gained flavors.Mathieu Arnold2020-04-141-2/+4
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=531700
* - Add the Lua-5.1 slave of the `net/lualdap' port, to be used withAlexey Dokuchaev2020-01-201-1/+3
| | | | | | | | | | the `net-im/prosody' port - Install docs in a dedicated `do-install-DOCS-on' target while here Requested by: Zeus Panchenko Notes: svn path=/head/; revision=523638
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362023
* Switch to lua 5.2Baptiste Daroussin2014-01-111-13/+9
| | | | Notes: svn path=/head/; revision=339453
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* LuaLDAP is a simple interface from Lua to an LDAP client.Matthias Andree2013-01-175-0/+398
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 Notes: svn path=/head/; revision=310576