pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/lua-ldap lua-ldap: import version 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8720dd50b43
branches:  trunk
changeset: 378892:a8720dd50b43
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sun May 08 22:47:16 2022 +0000

description:
lua-ldap: import version 1.3.0

LuaLDAP is a simple interface from Lua to an LDAP client, in fact
it is a bind to OpenLDAP (https://www.openldap.org) client or ADSI
(https://docs.microsoft.com/en-us/windows/win32/adsi/about-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.

diffstat:

 databases/lua-ldap/DESCR    |  10 ++++++++++
 databases/lua-ldap/Makefile |  25 +++++++++++++++++++++++++
 databases/lua-ldap/PLIST    |   2 ++
 databases/lua-ldap/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r a17514332c54 -r a8720dd50b43 databases/lua-ldap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/lua-ldap/DESCR  Sun May 08 22:47:16 2022 +0000
@@ -0,0 +1,10 @@
+LuaLDAP is a simple interface from Lua to an LDAP client, in fact
+it is a bind to OpenLDAP (https://www.openldap.org) client or ADSI
+(https://docs.microsoft.com/en-us/windows/win32/adsi/about-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.
+
diff -r a17514332c54 -r a8720dd50b43 databases/lua-ldap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/lua-ldap/Makefile       Sun May 08 22:47:16 2022 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2022/05/08 22:47:16 khorben Exp $
+
+DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+PKGNAME=       ${LUA_PKGPREFIX}-${GITHUB_PROJECT:S/lua//}-1.3.0
+CATEGORIES=    databases
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=lualdap/}
+GITHUB_PROJECT=        lualdap
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://lualdap.github.io/lualdap/
+COMMENT=       Simple interface from Lua to an LDAP client
+LICENSE=       modified-bsd
+
+LUA_VERSIONS_ACCEPTED= 54 53 52 51
+
+USE_LANGUAGES= c
+USE_TOOLS=     gmake
+
+BUILD_TARGET=  src/lualdap.so
+MAKE_FLAGS+=   INST_LIBDIR=${PREFIX:Q}/${LUA_CDIR:Q}
+
+.include "../../databases/openldap-client/buildlink3.mk"
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a17514332c54 -r a8720dd50b43 databases/lua-ldap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/lua-ldap/PLIST  Sun May 08 22:47:16 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/08 22:47:16 khorben Exp $
+${LUA_CDIR}/lualdap.so
diff -r a17514332c54 -r a8720dd50b43 databases/lua-ldap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/lua-ldap/distinfo       Sun May 08 22:47:16 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/08 22:47:16 khorben Exp $
+
+BLAKE2s (lualdap-1.3.0.tar.gz) = a746da976c896e8d8c8a9baf9dd2101e77331c658556e87dc676e13c00050760
+SHA512 (lualdap-1.3.0.tar.gz) = dea4282928c5138a327cd97d3d8049341fac17b5e853440f5b0a6e115e3400bac908f24827d48e36bfe81720c7d2bacdc50ae189953ecbcdfb27cb23b78d0de8
+Size (lualdap-1.3.0.tar.gz) = 81987 bytes



Home | Main Index | Thread Index | Old Index