FreeBSD Bugzilla – Attachment 207515 Details for
Bug 240160
[NEW PORTS] www/lua-resty-core + www/lua-resty-lrucache: New FFI-based Lua API for ngx_http_lua_module and/or ngx_stream_lua_module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lua-resty-lrucache.diff
lua-resty-lrucache.diff (text/plain), 2.65 KB, created by
Dmitry Wagin
on 2019-09-15 22:13:58 UTC
(
hide
)
Description:
lua-resty-lrucache.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2019-09-15 22:13:58 UTC
Size:
2.65 KB
patch
obsolete
>Index: www/lua-resty-lrucache/Makefile >=================================================================== >--- www/lua-resty-lrucache/Makefile (nonexistent) >+++ www/lua-resty-lrucache/Makefile (working copy) >@@ -0,0 +1,30 @@ >+# $FreeBSD$ >+ >+PORTNAME= lua-resty-lrucache >+PORTVERSION= 0.09 >+DISTVERSIONPREFIX=v >+CATEGORIES= www >+ >+MAINTAINER= dmitry.wagin@ya.ru >+COMMENT= Lua-land LRU cache based on the LuaJIT FFI >+ >+LICENSE= BSD2CLAUSE >+ >+LUA_MODSHAREDIR=${LOCALBASE}/share/lua/5.1 >+ >+RUN_DEPENDS= luajit-openresty>=2.1:lang/luajit-openresty >+ >+USE_GITHUB= yes >+GH_ACCOUNT= openresty >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+PLIST_FILES+= ${LUA_MODSHAREDIR}/resty/lrucache.lua \ >+ ${LUA_MODSHAREDIR}/resty/lrucache/pureffi.lua >+ >+do-install: >+ @${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR} >+ @(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${LUA_MODSHAREDIR} "-name *\.lua") >+ >+.include <bsd.port.mk> > >Property changes on: www/lua-resty-lrucache/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/lua-resty-lrucache/distinfo >=================================================================== >--- www/lua-resty-lrucache/distinfo (nonexistent) >+++ www/lua-resty-lrucache/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1566944480 >+SHA256 (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 42f0384f80b6a9b4f42f91ee688baf69165d0573347e6ea84ebed95e928211d7 >+SIZE (openresty-lua-resty-lrucache-v0.09_GH0.tar.gz) = 14954 > >Property changes on: www/lua-resty-lrucache/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/lua-resty-lrucache/pkg-descr >=================================================================== >--- www/lua-resty-lrucache/pkg-descr (nonexistent) >+++ www/lua-resty-lrucache/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Lua-land LRU cache based on the LuaJIT FFI >+ >+WWW: https://github.com/openresty/lua-resty-lrucache > >Property changes on: www/lua-resty-lrucache/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240160
:
206963
|
206964
|
207514
|
207515
|
207516
|
207517