pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 29 08:29:58 UTC 2023

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/lua-resty-lrucache: DESCR Makefile PLIST distinfo

Log Message:
lua-resty-lrucache: added version 0.13

Lua-land LRU cache based on the LuaJIT FFI.


To generate a diff of this commit:
cvs rdiff -u -r1.1695 -r1.1696 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/lua-resty-lrucache/DESCR \
    pkgsrc/www/lua-resty-lrucache/Makefile \
    pkgsrc/www/lua-resty-lrucache/PLIST \
    pkgsrc/www/lua-resty-lrucache/distinfo

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1695 pkgsrc/www/Makefile:1.1696
--- pkgsrc/www/Makefile:1.1695  Sun Mar 19 13:18:59 2023
+++ pkgsrc/www/Makefile Wed Mar 29 08:29:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1695 2023/03/19 13:18:59 taca Exp $
+# $NetBSD: Makefile,v 1.1696 2023/03/29 08:29:57 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -228,6 +228,8 @@ SUBDIR+=    longboard
 SUBDIR+=       lua-curl
 SUBDIR+=       lua-http
 SUBDIR+=       lua-psl
+SUBDIR+=       lua-resty-core
+SUBDIR+=       lua-resty-lrucache
 SUBDIR+=       lua-web-sanitize
 SUBDIR+=       luakit
 SUBDIR+=       lynx

Added files:

Index: pkgsrc/www/lua-resty-lrucache/DESCR
diff -u /dev/null pkgsrc/www/lua-resty-lrucache/DESCR:1.1
--- /dev/null   Wed Mar 29 08:29:58 2023
+++ pkgsrc/www/lua-resty-lrucache/DESCR Wed Mar 29 08:29:57 2023
@@ -0,0 +1 @@
+Lua-land LRU cache based on the LuaJIT FFI.
Index: pkgsrc/www/lua-resty-lrucache/Makefile
diff -u /dev/null pkgsrc/www/lua-resty-lrucache/Makefile:1.1
--- /dev/null   Wed Mar 29 08:29:58 2023
+++ pkgsrc/www/lua-resty-lrucache/Makefile      Wed Mar 29 08:29:57 2023
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2023/03/29 08:29:57 adam Exp $
+
+DISTNAME=      lua-resty-lrucache-0.13
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=openresty/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/openresty/lua-resty-lrucache
+COMMENT=       Lua-land LRU cache based on the LuaJIT FFI
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+MAKE_ENV+=     LUA_INCLUDE_DIR=${PREFIX}/include/luajit-2.0
+MAKE_ENV+=     LUA_LIB_DIR=${PREFIX}/share/luajit-2.0.5
+#MAKE_ENV+=    LUA_INCLUDE_DIR=${PREFIX}/include/luajit-2.1
+#MAKE_ENV+=    LUA_LIB_DIR=${PREFIX}/share/luajit-2.1.0-beta3
+
+#.include "../../lang/openresty-luajit2/buildlink3.mk"
+.include "../../lang/LuaJIT2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/lua-resty-lrucache/PLIST
diff -u /dev/null pkgsrc/www/lua-resty-lrucache/PLIST:1.1
--- /dev/null   Wed Mar 29 08:29:58 2023
+++ pkgsrc/www/lua-resty-lrucache/PLIST Wed Mar 29 08:29:57 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/03/29 08:29:57 adam Exp $
+share/luajit-2.0.5/resty/lrucache.lua
+share/luajit-2.0.5/resty/lrucache/pureffi.lua
Index: pkgsrc/www/lua-resty-lrucache/distinfo
diff -u /dev/null pkgsrc/www/lua-resty-lrucache/distinfo:1.1
--- /dev/null   Wed Mar 29 08:29:58 2023
+++ pkgsrc/www/lua-resty-lrucache/distinfo      Wed Mar 29 08:29:57 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/29 08:29:57 adam Exp $
+
+BLAKE2s (lua-resty-lrucache-0.13.tar.gz) = da6273d90b66da97e7698e7bb5024aa446c11a127ff04b31dfc3c68689762135
+SHA512 (lua-resty-lrucache-0.13.tar.gz) = d6491acdca5d7b02feef1bf7fafb31798ae3194ad759a9ba87e895ef4e71268a2785291504f73e07e6872bed0d30147ca5e2cd0a0250db11f0a361af43426dfe
+Size (lua-resty-lrucache-0.13.tar.gz) = 17429 bytes



Home | Main Index | Thread Index | Old Index