pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/lua-unbound lua-unbound: import version 1.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3de7d4e3c68
branches: trunk
changeset: 378885:c3de7d4e3c68
user: khorben <khorben%pkgsrc.org@localhost>
date: Sun May 08 20:32:14 2022 +0000
description:
lua-unbound: import version 1.0.0
This is a binding to libunbound for Lua.
diffstat:
net/lua-unbound/DESCR | 1 +
net/lua-unbound/Makefile | 20 ++++++++++++++++++++
net/lua-unbound/PLIST | 2 ++
net/lua-unbound/distinfo | 5 +++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 0d458d3f48cb -r c3de7d4e3c68 net/lua-unbound/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lua-unbound/DESCR Sun May 08 20:32:14 2022 +0000
@@ -0,0 +1,1 @@
+This is a binding to libunbound for Lua.
diff -r 0d458d3f48cb -r c3de7d4e3c68 net/lua-unbound/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lua-unbound/Makefile Sun May 08 20:32:14 2022 +0000
@@ -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"
diff -r 0d458d3f48cb -r c3de7d4e3c68 net/lua-unbound/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lua-unbound/PLIST Sun May 08 20:32:14 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/08 20:32:14 khorben Exp $
+${LUA_CDIR}/lunbound.so
diff -r 0d458d3f48cb -r c3de7d4e3c68 net/lua-unbound/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lua-unbound/distinfo Sun May 08 20:32:14 2022 +0000
@@ -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