pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lua-unbound



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sun May  8 20:32:14 UTC 2022

Added Files:
        pkgsrc/net/lua-unbound: DESCR Makefile PLIST distinfo

Log Message:
lua-unbound: import version 1.0.0

This is a binding to libunbound for Lua.


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

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

Added files:

Index: pkgsrc/net/lua-unbound/DESCR
diff -u /dev/null pkgsrc/net/lua-unbound/DESCR:1.1
--- /dev/null   Sun May  8 20:32:14 2022
+++ pkgsrc/net/lua-unbound/DESCR        Sun May  8 20:32:14 2022
@@ -0,0 +1 @@
+This is a binding to libunbound for Lua.
Index: pkgsrc/net/lua-unbound/Makefile
diff -u /dev/null pkgsrc/net/lua-unbound/Makefile:1.1
--- /dev/null   Sun May  8 20:32:14 2022
+++ pkgsrc/net/lua-unbound/Makefile     Sun May  8 20:32:14 2022
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/05/08 20:32:14 khorben Exp $
+
+DISTNAME=      luaunbound-1.0.0
+PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua//}
+CATEGORIES=    net
+MASTER_SITES=  https://code.zash.se/dl/luaunbound/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://code.zash.se/dl/luaunbound/
+COMMENT=       Binding of libunbound for the Lua language
+LICENSE=       modified-bsd
+
+USE_TOOLS+=    gmake
+MAKE_FILE=     GNUmakefile
+
+LUA_VERSIONS_ACCEPTED= 52
+
+.include "../../lang/lua/module.mk"
+.include "../../net/unbound/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/lua-unbound/PLIST
diff -u /dev/null pkgsrc/net/lua-unbound/PLIST:1.1
--- /dev/null   Sun May  8 20:32:14 2022
+++ pkgsrc/net/lua-unbound/PLIST        Sun May  8 20:32:14 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/08 20:32:14 khorben Exp $
+${LUA_CDIR}/lunbound.so
Index: pkgsrc/net/lua-unbound/distinfo
diff -u /dev/null pkgsrc/net/lua-unbound/distinfo:1.1
--- /dev/null   Sun May  8 20:32:14 2022
+++ pkgsrc/net/lua-unbound/distinfo     Sun May  8 20:32:14 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/08 20:32:14 khorben Exp $
+
+BLAKE2s (luaunbound-1.0.0.tar.gz) = 08251412c865dfcff3ed42d53cdf926970fa34a1eded889b2c2ffc4bc979729b
+SHA512 (luaunbound-1.0.0.tar.gz) = 9fab77481e7c84409d9ceb79156d06cb9ac2b2d7df53349e0f1b6c118022c9b1c22481e9413efedda41cc9acb1640d3d30cc4e0f9b7ed7fd6ed2511192a69d3c
+Size (luaunbound-1.0.0.tar.gz) = 6366 bytes



Home | Main Index | Thread Index | Old Index