pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/lua-ldap



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sun May  8 22:47:16 UTC 2022

Added Files:
        pkgsrc/databases/lua-ldap: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/lua-ldap/DESCR \
    pkgsrc/databases/lua-ldap/Makefile pkgsrc/databases/lua-ldap/PLIST \
    pkgsrc/databases/lua-ldap/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/databases/lua-ldap/DESCR
diff -u /dev/null pkgsrc/databases/lua-ldap/DESCR:1.1
--- /dev/null   Sun May  8 22:47:16 2022
+++ pkgsrc/databases/lua-ldap/DESCR     Sun May  8 22:47:16 2022
@@ -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.
+
Index: pkgsrc/databases/lua-ldap/Makefile
diff -u /dev/null pkgsrc/databases/lua-ldap/Makefile:1.1
--- /dev/null   Sun May  8 22:47:16 2022
+++ pkgsrc/databases/lua-ldap/Makefile  Sun May  8 22:47:16 2022
@@ -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"
Index: pkgsrc/databases/lua-ldap/PLIST
diff -u /dev/null pkgsrc/databases/lua-ldap/PLIST:1.1
--- /dev/null   Sun May  8 22:47:16 2022
+++ pkgsrc/databases/lua-ldap/PLIST     Sun May  8 22:47:16 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/08 22:47:16 khorben Exp $
+${LUA_CDIR}/lualdap.so
Index: pkgsrc/databases/lua-ldap/distinfo
diff -u /dev/null pkgsrc/databases/lua-ldap/distinfo:1.1
--- /dev/null   Sun May  8 22:47:16 2022
+++ pkgsrc/databases/lua-ldap/distinfo  Sun May  8 22:47:16 2022
@@ -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